[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[Mapserver-users] encounter errors even with gdal 1 1 8
- Subject: [Mapserver-users] encounter errors even with gdal 1 1 8
- From: steffen.gebhardt@informus.de (Steffen Gebhardt)
- Date: Wed, 13 Aug 2003 17:34:03 +0200
- In-reply-to: <20030713170002.7328.1003.Mailman@lists.gis.umn.edu>
- References: <20030713170002.7328.1003.Mailman@lists.gis.umn.edu>
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