I am attempting to install mapserver-5.0.0-beta1, with agg support, on a x86_64 machine, runing fedora core 7. I first installed agg using the fedora Package Manager. It put the libraries in /usr/lib64 and headers in /usr/include/agg2. When I configure a specify&nbsp; --with-agg=/usr, however, the following error message occurs:<br><br>checking if AGG support requested... configure: error: "could not find agg_rendering_buffer.h or libagg.a in /usr."<br><br>I double checked and these files exist.<br><br>I then downloaded and installed agg-2.5 in /usr/local/agg. I was able to configure mapserver, with this build of aag, but when I attempted to make I got the following error messages:<br><br>g++ -g -O2 -fPIC -Wall&nbsp; -DENABLE_STDERR_DEBUG -DNEED_NONBLOCKING_STDERR&nbsp;&nbsp; -DHAVE_VSNPRINTF -DNEED_STRLCAT&nbsp; -DUSE_EPPL -DUSE_PROJ -DUSE_WMS_SVR -DUSE_WMS_LYR&nbsp; -DUSE_WFS_LYR -DUSE_WCS_SVR -DUSE_SOS_SVR&nbsp;&nbsp;&nbsp;&nbsp; -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_PDF&nbsp;&nbsp; -DUSE_OGR -DUSE_GDAL -DUSE_GEOS -DUSE_ICONV&nbsp;&nbsp; -DUSE_POSTGIS&nbsp; -DUSE_THREAD&nbsp;&nbsp; -I/usr/include -I/usr/local/agg/include/agg2&nbsp; -I/usr/include&nbsp;&nbsp;&nbsp;&nbsp; -I/usr/include/gdal/ -I/usr/include&nbsp;&nbsp;&nbsp;&nbsp; -I/usr/include&nbsp;&nbsp;&nbsp; -I/usr/include/libxml2&nbsp;&nbsp; -c -o mapagg.o mapagg.cpp<br>mapagg.cpp: In function ‘void msImageInitAGG(imageObj*, colorObj*)’:<br>mapagg.cpp:144: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void*’<br>mapagg.cpp: In function ‘void imagePolyline(imageObj*, shapeObj*, colorObj*, int, int, int, int, int*)’:<br>mapagg.cpp:263: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void*’<br>mapagg.cpp: In function ‘void imageFilledPolygon2(imageObj*, shapeObj*, colorObj*, int,
 int)’:<br>mapagg.cpp:338: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void*’<br>mapagg.cpp: In function ‘void imageFilledPolygon(imageObj*, shapeObj*, colorObj*, int, int)’:<br>mapagg.cpp:387: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void*’<br>mapagg.cpp: In function ‘void msDrawMarkerSymbolAGGEllipse(symbolObj*, double, double, char, styleObj*, int, int, gdImage*, pointObj*)’:<br>mapagg.cpp:541: warning: passing ‘double’ for argument 7 to ‘void gdImageFilledArc(gdImage*, int, int, int, int, int, int, int, int)’<br>mapagg.cpp:542: warning: passing ‘double’ for argument 7 to ‘void gdImageFilledArc(gdImage*, int, int, int, int, int, int, int, int)’<br>mapagg.cpp:546: warning: passing ‘double’ for argument 7 to ‘void gdImageFilledArc(gdImage*, int, int, int, int, int, int, int, int)’<br>mapagg.cpp: In function ‘void
 msDrawMarkerSymbolAGGVector(symbolObj*, double, double, char, styleObj*, int, int, gdImage*, pointObj*, imageObj*)’:<br>mapagg.cpp:635: warning: format ‘%08x’ expects type ‘unsigned int’, but argument 3 has type ‘void*’<br>mapagg.cpp: In function ‘void msPieSliceAGG(imageObj*, styleObj*, double, double, double, double, double)’:<br>mapagg.cpp:928: error: cast from ‘void*’ to ‘int’ loses precision<br>mapagg.cpp: In function ‘void msFilledRectangleAGG(imageObj*, styleObj*, double, double, double, double)’:<br>mapagg.cpp:995: error: cast from ‘void*’ to ‘int’ loses precision<br>mapagg.cpp: At global scope:<br>mapagg.cpp:333: warning: ‘void imageFilledPolygon2(imageObj*, shapeObj*, colorObj*, int, int)’ defined but not used<br>mapagg.cpp:1040: warning: ‘nmsTransformShapeAGG’ defined but not used<br>make: *** [mapagg.o] Error 1<br><br>Jim<br><br><br>