[Gdal-dev] building gdal with ECW support
frequens
frequens at gmail.com
Wed Oct 5 12:17:06 EDT 2005
I (think) I have successfully built the ECW (libecwj2_2005-06-11_v3-2beta)
on my Linux Suse 64 system.
It has built the static .a and shared .so files in the lib directory.
The make and make install of gdal fails however always complaining not
finding:
"In file included from ecwdataset.cpp:150:
vsiiostream.h:76:26: NCSECWClient.h: No such file or directory
vsiiostream.h:77:34: NCSECWCompressClient.h: No such file or directory
vsiiostream.h:78:23: NCSErrors.h: No such file or directory
vsiiostream.h:79:21: NCSFile.h: No such file or directory
vsiiostream.h:80:24: NCSJP2File.h: No such file or directory
vsiiostream.h:81:28: NCSJP2FileView.h: No such file or directory"
All these files are located in /usr/local/Source/include directory.
My gdal nmake.opt reads:
ECWDIR = /usr/local
ECWLIB = $(ECWDIR)/lib/libecwj2S.a
or should it be:
ECWLIB = $(ECWDIR)/lib/libecwj2.so
Any help would be greatly appreciated.
BR
frequens
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.osgeo.org/pipermail/gdal-dev/attachments/20051005/3a0f7baa/attachment.html
More information about the Gdal-dev
mailing list