[mapserver-dev] MapServer 6.0.0-beta1 release - Please test!

Nicol Hermann mapserver at geoworld.de
Thu Mar 10 17:49:59 EST 2011


Hi Devs,

if I am adding the option
--with-opengl=/usr --with-ftgl
to the following configure statement

/configure --with-wfsclient --with-wfs --with-wmsclient --without-tiff
--with-jpeg=/usr --with-ogr=/usr/local/bin/gdal-config
--with-freetype=/usr --with-png=/usr --with-proj=/usr --enable-debug
--with-gd=/usr/local --with-gdal=/usr/local/bin/gdal-config
--with-postgis=/usr/local/pgsql/bin/pg_config
--with-curl-config=/usr/bin/curl-config --with-threads
--with-httpd=/usr/local/apache2_ssl/bin/httpd --with-php=/usr/local/php5
--with-agg=/usr/local --with-geos=/usr/local/bin/geos-config 

I get the following error message while building mapserver:

g++ -g  -fPIC -Wall     -DHAVE_VSNPRINTF -DNEED_STRLCPY -DNEED_STRLCAT
-DNEED_STRRSTR           -DUSE_WMS_LYR -DUSE_WFS_LYR  -DUSE_LIBXML2
-DUSE_CURL -DUSE_CURLOPT_PROXYAUTH   -DUSE_WFS_SVR -DUSE_WMS_SVR
-DUSE_POSTGIS -DPOSTGIS_HAS_SERVER_VERSION -DUSE_GDAL -DUSE_OGR
-DUSE_GEOS  -DUSE_THREAD -DUSE_PROJ -DUSE_AGG_SVG_SYMBOLS -DUSE_OGL
-DUSE_FTGL   -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 -DGD_HAS_GET_TRUE_COLOR_PIXEL -DUSE_ICONV
-DUSE_GIF -DUSE_PNG -DUSE_ZLIB -DUSE_FREETYPE   -DDISABLE_CVSID
-I/usr/include  -I/usr/include -I/usr/local/include
-Irenderers/agg/include  -I/usr/include -I/usr/include/FTGL/
-I/usr/include   -I/usr/local/include -I/usr/local/pgsql-844/include
-I/usr/local/include    -I/usr/include/libxml2     -c -o
renderers/agg/src/agg_font_freetype.o
renderers/agg/src/agg_font_freetype.cpp
In file included from
renderers/agg/src/../include/agg_font_freetype.h:23,
                 from renderers/agg/src/agg_font_freetype.cpp:18:
/usr/include/ft2build.h:56:38: error: freetype/config/ftheader.h: Datei
oder Verzeichnis nicht gefunden
In file included from renderers/agg/src/agg_font_freetype.cpp:18:
renderers/agg/src/../include/agg_font_freetype.h:24:10: error: #include
expects "FILENAME" or <FILENAME>
In file included from renderers/agg/src/agg_font_freetype.cpp:18:
renderers/agg/src/../include/agg_font_freetype.h:61: error:
‘FT_Encoding’ has not been declared
renderers/agg/src/../include/agg_font_freetype.h:81: error:
‘FT_Encoding’ does not name a type


'Datei oder Verzeichnis nicht gefunden' means file or directory not
found

If I remove the option mapserver compiles fine.
I Am working on Debian stable (squeeze).

Thanks for any hints
Nicol




Am Mittwoch, den 09.03.2011, 21:46 -0500 schrieb Daniel Morissette:
> The MapServer Team is pleased to announce the release of MapServer 
> 6.0.0-beta1. This is the first beta on our way to a final 6.0 release.
> 
> This new release introduces important changes in key components of the 
> MapServer core (rendering, query and expressions), and for this reason 
> we count on you, MapServer power users, to help test the release in your 
> respective environments and provide feedback (through the users list or 
> Trac tickets).
> 
> The timing and feedback for this first beta is very important since it 
> comes one week before the Montreal Code Sprint where about a dozen 
> participants will be working specifically on MapServer and will have a 
> chance to tackle important 6.0 issues that may be found and reported.
> 
> Here is a quick list of RFCs documenting some of the new features or 
> important changes in 6.0. This list is not complete, we will update it 
> as we polish the release documentation:
> 
> Core Changes in MapServer 6.0 which could affect existing applications:
> 
> * MS RFC 54: Rendering Interface API
> * MS RFC 64: MapServer Expression Parser Overhaul
> * MS RFC 65: Single-pass Query Changes for 6.0
> 
> New Features and Enhancements in MapServer 6.0:
> 
> * MS RFC 58: Kml Output
> * MS RFC 60: Labeling enhancement: ability to skip ANGLE FOLLOW labels 
> with too much character overlap
> * MS RFC 61: Enhance MapServer Feature Style Support
> * MS RFC 62: Support Additional WFS GetFeature Output Formats
> * MS RFC 63: Built-in OpenLayers map viewer
> * MS RFC 66: Better handling of temporary files
> * MS RFC 67: Enable/Disable Layers in OGC Web Services
> * MS RFC 68: Support for combining features from multiple layers
> * MS RFC 69: Support for clustering of features in point layers
> 
> (RFCs are available online at http://mapserver.org/development/rfc/)
> 
> As usual there an a large number of additional small enhancements and 
> bug fixes. For a complete list see the HISTORY.TXT file at:
> 
>    http://svn.osgeo.org/mapserver/tags/rel-6-0-0-beta1/mapserver/HISTORY.TXT
> 
> We have started working on a 5.6 -> 6.0 migration guide. This document 
> contains important notes on backwards incompatibilities or other changes 
> required when upgrading to 6.0. It is not complete yet but we strongly 
> recommend that you review the latest version online at:
> 
> http://trac.osgeo.org/mapserver/browser/trunk/mapserver/MIGRATION_GUIDE.TXT
> 
> The source for this release can be downloaded at:
> 
>      http://mapserver.org/download.html
> or
>      http://download.osgeo.org/mapserver/mapserver-6.0.0-beta1.tar.gz
> 
> The binary distributions listed in the download page should be updated
> with binaries for the new 6.0.0-beta1 release in the next day or so.
> 
> 
> This is the first of four planned beta releases and if all goes well a 
> final release should occur around the end of April. The full release 
> plan can be viewed at:
> 
>    http://trac.osgeo.org/mapserver/wiki/60ReleasePlan
> 
> Once again we need your help to ensure a high quality product, 
> especially for this beta due to its timing with next week's Code Sprint, 
> so please help out by testing your applications with this new code base.
> 
> Thanks! - The MapServer Team
> 
> _______________________________________________
> mapserver-dev mailing list
> mapserver-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-dev




More information about the mapserver-dev mailing list