[Gdal-dev] Re: undefined python objects

Alessandro Amici alexamici at fastwebnet.it
Sat Jan 31 11:34:00 EST 2004


Chris,

> On my machine (running OSX 10.3), the latest GDAL CVS chokes on
> compiling mrsid support:

ouch!

> /bin/sh ../../libtool --mode=compile g++ -Wall  -O2   -I../../port
> -I../../gcore -I../../ogr -Iinternal/include
> -I../../frmts/gtiff/libgeotiff  -D_REENTRANT   -I../../port -c -o
> ../o/mrsiddataset.o mrsiddataset.cpp

the '-Iinternal/include' looks suspicious. be sure to use 
--with-mrsid=/absolute/path/to/MrSID.

otherwise, configure mrsid off for now (and do a 'make clean' afterwards).

BTW, reading again my email i think i've not been clear, in order to test the 
alternative python build you need to:
$ ./configure <...> --without-python
$ make
$ python setup.py build

thanks,
alessandro



More information about the Gdal-dev mailing list