Ticket #2224 (closed defect: wontfix)
Compile error on 5.0beta3 with AGG
| Reported by: | pdeffendol | Owned by: | tbonfort |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Build Problems | Version: | 5.0 |
| Severity: | normal | Keywords: | |
| Cc: | sdlime, woodbri |
Description
I'm trying to compile Mapserver 5.0 beta3 with AGG support under RHEL5/CentOS5 and am getting the following errors:
g++ -O2 -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables -fPIC -Wall -DIGNORE_MISSING_DATA -DHAVE_VSNPRINTF -DNEED_STRLCAT -DUSE_EPPL -DUSE_PROJ -DUSE_WMS_SVR -DUSE_WMS_LYR -DUSE_WFS_SVR -DUSE_WFS_LYR -DUSE_WCS_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_OGR -DUSE_GDAL -DUSE_GEOS -DUSE_ICONV -DUSE_POSTGIS -DUSE_ZLIB -I/usr/include -I/usr/include/agg2 -I/usr/include/freetype2 -I/usr/include -I/usr/include -I/usr/include -c -o mapagg.o mapagg.cpp mapagg.h:39: error: ISO C++ forbids declaration of ‘const_row_info’ with no type mapagg.h:39: error: typedef name may not be a nested-name-specifier mapagg.h:39: error: expected ‘;’ before ‘<’ token mapagg.h:98: error: ‘row_data’ does not name a type
Change History
Note: See
TracTickets for help on using
tickets.
