|
Hi list, I’m trying to get ANGLE follow support in my mapfiles.
But appearantly version 4.8.3 does not include that. So i downloaded nightly
build and tried to compile it without success . I guess i don’t have some
libs i need about gd, but i have it most recent version (cvs actually). Here is the error i get when trying to “make” gcc -c -O2 -fPIC -Wall -DIGNORE_MISSING_DATA
-DHAVE_VSNPRINTF -DNEED_STRLCAT -DUSE_PROJ -DUSE_WMS_SVR
-DUSE_WMS_LYR -DUSE_GD_GIF -DUSE_GD_PNG -DUSE_GD_JPEG -DUSE_GD_WBMP
-DUSE_GD_FT -DGD_HAS_GDIMAGEGIFPTR -DGD_HAS_GETBITMAPFONTS -DUSE_OGR
-DUSE_GDAL -DUSE_ICONV -DUSE_THREAD -DUSE_ZLIB -I/usr/include
-I/usr/local/include maplabel.c -o maplabel.o maplabel.c: In function `msGetLabelSizeEx': maplabel.c:420: error: `gdFTEX_XSHOW' undeclared (first use
in this function) maplabel.c:420: error: (Each undeclared identifier is
reported only once maplabel.c:420: error: for each function it appears in.) maplabel.c:429: error: structure has no member named `xshow' make: *** [maplabel.o] Error 1 here is my config string: ./configure --without-tiff --without-eppl --with-threads
--with-proj --with-gdal --with-ogr --with-php=/usr/local/php433 --with-gd
--with-pdf --with-wmsclient --enable-force-freetype1 What could be the reason for this error? Is this a bug for
this nightly build or i miss some required libraries? |
