[Mapserver-users] encounter errors even with gdal 1 1 8
Dylan Keon
keon at nacse.org
Wed Aug 13 09:12:04 PDT 2003
If you don't plan to use Python with gdal, you could try configuring
gdal with the --without-python option. As for versions, you should
definitely use gdal 1.1.9 and gd 2.0.15, if possible. And as for your
libtiff and libgeotiff issues (in your previous message), I've found
it's best to just use the internal libtiff and libgeotiff support within
gdal (use --with-libtiff=internal and --with-geotiff=internal).
--Dylan
Steffen Gebhardt wrote:
> Now I tried with gdal 118
> ./configure seemed to work fine
>
> but make isn't. after millions of minutes this message appears.
> seems that there are errors in gdal_py.h or what? HELP. Is there a stable
> version or am i to stupid?
>
>
> make[1]: Leaving directory `/tmp/unpacked/gdal-1.1.8'
> (cd pymod; make)
> make[1]: Entering directory `/tmp/unpacked/gdal-1.1.8/pymod'
> gcc -c -I.. -I../port -I../core -I../ogr -I/usr/include/python2.1
> -I/usr/include/python2.1\
> -Wall -fPIC -O2 -I/usr/local/include -I/usr/local/include
> gdal_wrap.c -o gdal_wrap.o
> gdal_wrap.c:35: Python.h: Datei oder Verzeichnis nicht gefunden
> In file included from gdal_wrap.c:447:
> gdal_py.h:44: Python.h: Datei oder Verzeichnis nicht gefunden
> make[1]: *** [gdal_wrap.o] Error 1
> make[1]: Leaving directory `/tmp/unpacked/gdal-1.1.8/pymod'
> make: *** [py-module] Error 2
> _______________________________________________
> Mapserver-users mailing list
> Mapserver-users at lists.gis.umn.edu
> http://lists.gis.umn.edu/mailman/listinfo/mapserver-users
More information about the MapServer-users
mailing list