mrsid {Scanned}

Siki Zoltan siki at AGT.BME.HU
Fri Dec 10 06:03:53 EST 2004


Dear Frank,

Thank you for your help.
I've downloaded gdal 1.2.5 and configured it for mrsid.
Now the configure sets the good include path, comparing to gdal-1.1.9.
But mrsiddataset.cpp looks for lt_types.h lt_base.h, etc.
I have no such files in the mrsid DSDK.

/bin/sh ../../libtool --mode=compile g++ -Wall  -O2    -I../../port -I../../gcore -I../../ogr -I../../alg  -I../../mrsid/Geo_DSDK-4.0.9.713/include/base -I../../mrsid/Geo_DSDK-4.0.9.713/include/metadata -I../../mrsid/Geo_DSDK-4.0.9.713/include/mrsid_readers -I../../mrsid/Geo_DSDK-4.0.9.713/include/j2k_readers -I../../mrsid/Geo_DSDK-4.0.9.713/include/support -I../../frmts/gtiff/libgeotiff -D_REENTRANT  -I../../port  -c -o ../o/mrsiddataset.o mrsiddataset.cpp
 g++ -Wall -O2 -I../../port -I../../gcore -I../../ogr -I../../alg -I../../mrsid/Geo_DSDK-4.0.9.713/include/base -I../../mrsid/Geo_DSDK-4.0.9.713/include/metadata -I../../mrsid/Geo_DSDK-4.0.9.713/include/mrsid_readers -I../../mrsid/Geo_DSDK-4.0.9.713/include/j2k_readers -I../../mrsid/Geo_DSDK-4.0.9.713/include/support -I../../frmts/gtiff/libgeotiff -D_REENTRANT -I../../port -c mrsiddataset.cpp  -fPIC -DPIC -o ../o/.libs/mrsiddataset.o
mrsiddataset.cpp:1229:22: lt_types.h: No such file or directory
mrsiddataset.cpp:1230:21: lt_base.h: No such file or directory
mrsiddataset.cpp:1231:25: lt_fileSpec.h: No such file or directory
mrsiddataset.cpp:1232:29: lt_ioFileStream.h: No such file or directory
mrsiddataset.cpp:1233:26: lti_geoCoord.h: No such file or directory
mrsiddataset.cpp:1234:23: lti_pixel.h: No such file or directory
mrsiddataset.cpp:1235:27: lti_navigator.h: No such file or directory
mrsiddataset.cpp:1236:29: lti_sceneBuffer.h: No such file or directory
mrsiddataset.cpp:1237:34: lti_metadataDatabase.h: No such file or directory
mrsiddataset.cpp:1238:32: lti_metadataRecord.h: No such file or directory
mrsiddataset.cpp:1239:23: lti_utils.h: No such file or directory
mrsiddataset.cpp:1240:30: MrSIDImageReader.h: No such file or directory
mrsiddataset.cpp:1241:28: J2KImageReader.h: No such file or directory
mrsiddataset.cpp:1248: `LizardTech' was not declared in this scope
mrsiddataset.cpp:1256: ISO C++ forbids declaration of `LT_USE_NAMESPACE' with
   no type

On Fri, 10 Dec 2004, Frank Warmerdam wrote:

> On Fri, 10 Dec 2004 08:37:19 -0100, Siki Zoltan <siki at agt.bme.hu> wrote:
> > Hi,
> >
> > I've tried to build gdal 1.1.9 with mrsid.
> > I've downloaded mrsid Geo_DSDK-4.0.9.713.
> > I've configured gdal --with-mrsid=...
> > Making gdal several header files were not found.
>
> Zoltan,
>
> Why did you configure with "--with-mrsid=..".  Is the MrSID stuff
> really the directory above GDAL?  I would advise against using
> a relative path in the configure even if it was, since the generated
> paths will be used from many parts of the GDAL tree.

Lizardtech provides .a library which is statically linked, I think it is
no matter where to put mrsid DSDK.
>
> Second, why use GDAL 1.1.9?  Substantial advances have been
> made in MrSID support in recent versions and amoung those
> changes are support for the more recent MrSID SDK releases.
> I would encourage you to try again with GDAL 1.2.5.
>
Tanks,
Zoltan



More information about the mapserver-users mailing list