[mapserver-users] Re: [mapserver-dev] MapServer 5.4.0-beta1 Released

Stephen Woodbridge woodbri at swoodbridge.com
Thu Feb 19 00:54:27 EST 2009


Steve Lime wrote:
> Hi all: The MapServer PSC is pleased to announce the release of the first beta for the 5.4.0 release. This will likely be the last major release in the 5.x series as we are planning for a 6.0 release later this year. Important new functionality includes:
> 
>   - support for WMS 1.3.0 (RFC 30)
>   - style-level geometry transformations for enhanced output rendering (RFC 48)
>   - expanded URL mapfile configuration (RFC 44)
>   - numerous symbology, labeling and cartography improvements (RFC 49)
>   - major re-factoring of the PostGIS driver code
> 
> As usual there an a large number of additional small enhancements and bug fixes. For a complete list is the HISTORY.TXT file at:
> 
>   http://svn.osgeo.org/mapserver/tags/rel-5-4-0-beta1/mapserver/HISTORY.TXT
> 
> The release can be downloaded at:
> 
>   http://mapserver.org/download.html OR   
>   http://download.osgeo.org/mapserver/mapserver-5.4.0-beta1.tar.gz
> 
> This is the first of two beta releases and if all goes well a final release should occur in early March. The full release plan can be viewed at:
> 
>   http://trac.osgeo.org/mapserver/wiki/54ReleasePlan
> 
> We need your help to ensure a high quality product so please help out by testing your applications with this new code base.
> 
> Thanks! - Steve
> _______________________________________________
> mapserver-dev mailing list
> mapserver-dev at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapserver-dev


Hi Steve,

This fails to build with the following:

$ ./configure \
   --enable-runpath \
   --enable-ignore-missing-data \
   --enable-debug \
   --with-httpd=/usr/sbin/apache \
   --with-proj=/usr \
   --with-agg=../agg-2.4 \
   --with-gd \
   --with-freetype \
   --with-postgis \
   --without-tiff \
   --with-wmsclient \
   --with-fribidi-config=yes \
   --with-gdal \
   --with-gdal \
   --with-wfs \
   --with-ogr \

$ make
...

g++ -c -g -O2 -fPIC -Wall  -DIGNORE_MISSING_DATA  -DHAVE_VSNPRINTF 
-DNEED_STRLCAT -DNEED_STRRSTR      -DUSE_FRIBIDI -DUSE_FRIBIDI2 
-DUSE_WMS_LYR    -DUSE_CURL  -DUSE_WFS_SVR -DUSE_WMS_SVR 
-DUSE_POSTGIS  -DUSE_GDAL -DUSE_OGR   -DUSE_PROJ -DUSE_EPPL  -DUSE_AGG 
  -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_ICONV -DUSE_ZLIB  -DUSE_FRIBIDI -DUSE_FRIBIDI2   -I/usr/include 
-I/u/software/mapserver-5.4.0-beta1/../agg-2.4/include 
-I/u/software/mapserver-5.4.0-beta1/../agg-2.4/font_freetype 
-I/usr/include/freetype2  -I/usr/include     -I/usr/include 
-I/usr/include/postgresql          -I/usr/local/include/fribidi 
mapogr.cpp -o mapogr.o
mapogr.cpp: In function `char** msOGRGetValues(layerObj*, void*)':
mapogr.cpp:1061: error: `OGRSTLabelStrikeout' undeclared (first use this
    function)
mapogr.cpp:1061: error: (Each undeclared identifier is reported only 
once for
    each function it appears in.)
mapogr.cpp:1072: error: `OGRSTLabelStretch' undeclared (first use this
    function)
mapogr.cpp:1083: error: `OGRSTLabelAdjHor' undeclared (first use this 
function)
mapogr.cpp:1094: error: `OGRSTLabelAdjVert' undeclared (first use this
    function)
make: *** [mapogr.o] Error 1

-Steve W


More information about the mapserver-users mailing list