Hi,<br><br>&nbsp;I'm trying to get mapserver to install on suse 10.1.<br><br>I use the following configure:<br><br><span style="font-family: courier new,monospace;">./configure --with-tiff --with-gdal=/usr/bin/gdal-config --with-ogr=/usr/bin/gdal-config --with-proj --without-pdf --with-threads
</span><br><br>the final output of which is<br><span style="font-family: courier new,monospace;">configure: creating ./config.status</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
config.status: creating Makefile</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">config.status: creating mapscript/java/Makefile</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">config.status: creating mapscript/csharp/Makefile</span><br><br>it didn't even get that far to start with but I've installed zlib, libpng, gd, gdal, ogr and freetype and now it gets&nbsp; that far.
<br><br>When i run make I get this:<br><br><span style="font-family: courier new,monospace;">gcc -c -O2 -fPIC -Wall&nbsp;&nbsp; -DIGNORE_MISSING_DATA&nbsp; -DHAVE_VSNPRINTF -DNEED_STRLCAT&nbsp; -DUSE_EPPL&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_WBMP -DUSE_GD_FT -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS&nbsp;&nbsp;&nbsp; -DUSE_OGR -DUSE_GDAL&nbsp; -DUSE_ICONV -DUSE_THREAD -DUSE_ZLIB -I/usr/local/include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -I/usr/src/packages/BUILD/gdal-root//usr/include&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
maptemplate.c -o maptemplate.o</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">In file included from maptemplate.h:45,</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from maptemplate.c:104:</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">map.h:383:21: error: ogr_api.h: No such file or directory
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">In file included from maptemplate.h:45,</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; from maptemplate.c:104:</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">map.h:1709: error: expected ')' before 'hGeometry'</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">make: *** [maptemplate.o] Error 1</span><br><br>and that's as far as it gets.<br><br>Any ideas what might be going wrong?<br><br>Thanks,<br>Sarah<br>