I tried to compile Grass-6.0.1 with the OpenDWG libraries, but without
success.
I executed ./configure
--with-opendwg-includes=/home/stefi/downloads/opendwg
--with-opendwg-libs=/home/stefi/downloads/opendwg
the typed "make".
After the compilation it says that I have error in
/home/stefi/downloads/grass-6.0.1/vector/v.in.dwg.
On Mon, 19 Sep 2005 14:45:39 +0200
Stefan Istvan <stefi@geohidroterv.hu> wrote:
Hello List,
I tried to compile Grass-6.0.1 with the OpenDWG libraries, but without
success.
I executed ./configure
--with-opendwg-includes=/home/stefi/downloads/opendwg
--with-opendwg-libs=/home/stefi/downloads/opendwg
the typed "make".
After the compilation it says that I have error in
/home/stefi/downloads/grass-6.0.1/vector/v.in.dwg.
What is the correct way to compile v.in.dwg?
You'll have to do:
cd /home/stefi/downloads/grass-6.0.1/vector/v.in.dwg
make
2005-09-20, k keltezéssel 05:20-kor Hamish ezt írta:
On Mon, 19 Sep 2005 14:45:39 +0200
Stefan Istvan <stefi@geohidroterv.hu> wrote:
> Hello List,
>
> I tried to compile Grass-6.0.1 with the OpenDWG libraries, but without
> success.
> I executed ./configure
> --with-opendwg-includes=/home/stefi/downloads/opendwg
> --with-opendwg-libs=/home/stefi/downloads/opendwg
>
> the typed "make".
> After the compilation it says that I have error in
> /home/stefi/downloads/grass-6.0.1/vector/v.in.dwg.
>
> What is the correct way to compile v.in.dwg?
You'll have to do:
cd /home/stefi/downloads/grass-6.0.1/vector/v.in.dwg
make
and see what the error message says.
Thank you, it was my fault. During the compilation a message appers
saying that the OpenDWG libraies are proprietary software, and I have to
type yes to continue. I missed the last line and just hit an enter,
that's caused the compilation error.