Re: [mapserver-users] Build 5.6.5 with AGG, weird error

2010-08-17 Thread Gregor at HostGIS
Hey Stephen, nice to hear from you. :) You should not need to download, build and install agg anymore. Sounds good. I have uninstalled it; that is, deleted libagg.a and the include files. But that doesn't solve the build issue. I still get that linking error:

Re: [mapserver-users] Build 5.6.5 with AGG, weird error

2010-08-17 Thread Stephen Woodbridge
Gregor at HostGIS wrote: Hey Stephen, nice to hear from you. :) You should not need to download, build and install agg anymore. Sounds good. I have uninstalled it; that is, deleted libagg.a and the include files. But that doesn't solve the build issue. I still get that linking error:

Re: [mapserver-users] Build 5.6.5 with AGG, weird error

2010-08-17 Thread Gregor at HostGIS
In your mapserver build dir do: make clean ./configure make Yeah, I know to do make clean before trying again. It hasn't helped. also check to see if you have an errand mapserver.a somewhere locate mapserver.a and remove them. Good thinking, in case one somehow got placed somewhere.

[mapserver-users] Build 5.6.5 with AGG, weird error

2010-08-16 Thread Gregor at HostGIS
Hey guys. Long time, no chat. :) I'm trying to build 5.6.5 on Slackware/Slamd64. I have AGG installed (as best one can since it doesn't do make install, copied libagg.a and the include files). If I do not use --with-agg=no, MapServer's build process tries to use AGG and fails miserably: g++

Re: [mapserver-users] Build 5.6.5 with AGG, weird error

2010-08-16 Thread Stephen Woodbridge
Hi Gregor, You should not need to download, build and install agg anymore. The source code that we use from agg has been port into the mapserver source. So when you configure use: --with-agg to build with the embeded agg or leave it off to not build with it. my configure command looks