svn build error

Kralidis,Tom [Burlington] Tom.Kralidis at EC.GC.CA
Thu Aug 30 07:30:45 EDT 2007


Against svn trunk (r6744), using:

./configure --enable-debug --with-freetype=/usr/bin/freetype-config
--with-zlib=/usr --with-png=/usr --with-jpeg=/usr --with-gd=/usr
--with-pdf=/usr/local --with-eppl --with-proj=/usr/local
--with-ogr=/usr/local/bin/gdal-config --with-g
dal=/usr/local/bin/gdal-config --without-tiff
--with-postgis=/usr/local/pgsql/bin/pg_config --with-wfs --with-wcs
--with-wmsclient --with-wfsclient
--with-curl-config=/usr/bin/curl-config --with-xpm=/usr/local
--with-php=/usr/local/src/
php/php-5.2.3 --with-ming=/usr/local --with-sos
--with-geos=/usr/local/bin/geos-config --with-agg=/usr

$ make
gcc -c -g -O2 -fPIC -Wall  -DNEED_NONBLOCKING_STDERR   -DHAVE_VSNPRINTF
-DNEED_STRLCAT  -DUSE_EPPL -DUSE_PROJ -DUSE_WMS_SVR -DUSE_WMS_LYR
-DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_WCS_SVR -DUSE_SOS_SVR -DUSE_MING_FLASH
-DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP -DUSE_GD_FT
-DGD_HAS_FTEX_XSHOW -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS
-DUSE_AGG -DUSE_PDF   -DUSE_OGR -DUSE_GDAL -DUSE_GEOS -DUSE_ICONV
-DUSE_POSTGIS   -DUSE_ZLIB  -I/usr/include -I/usr/include/agg2
-I/usr/include/freetype2 -I/usr/local/include -I/usr/local/include
-I/usr/include   -I/usr/local/include -I/usr/local/pgsql/include
-I/usr/local/include  -I/usr/local/include   -I/usr/include
-I/usr/include/libxml2 maptemplate.c -o maptemplate.o
In file included from maptemplate.c:29:
maptemplate.h:35:21: error: process.h: No such file or directory
make: *** [maptemplate.o] Error 1

Looks like this is related to
http://trac.osgeo.org/mapserver/changeset/6742

Commenting out the include to process.h in maptemplate.h builds
everything fine again.

..Tom



More information about the mapserver-dev mailing list