Re: [mapserver-users] help with AGG support

2010-03-24 Thread Frank Warmerdam
Julie Knoll wrote: That worked perfectly and didn't cause the postgis error like in 5.6.1, Thank you!!! On Wed, Mar 24, 2010 at 10:15 AM, Alan Boudreault mailto:aboudrea...@mapgears.com>> wrote: With mapserver 5.6.3, could you try to open the mapstring.c file and add the followin

Re: [mapserver-users] help with AGG support

2010-03-24 Thread Julie Knoll
That worked perfectly and didn't cause the postgis error like in 5.6.1, Thank you!!! On Wed, Mar 24, 2010 at 10:15 AM, Alan Boudreault wrote: > With mapserver 5.6.3, could you try to open the mapstring.c file and add > the > following include at the line 40: > #include > > Fixed by FrankW in htt

Re: [mapserver-users] help with AGG support

2010-03-24 Thread Alan Boudreault
With mapserver 5.6.3, could you try to open the mapstring.c file and add the following include at the line 40: #include Fixed by FrankW in http://trac.osgeo.org/mapserver/changeset/9998 Alan On March 24, 2010 11:04:23 am Julie Knoll wrote: > Actually we are using version 5.4. > > I just trie

Re: [mapserver-users] help with AGG support

2010-03-24 Thread Julie Knoll
Actually we are using version 5.4. I just tried compiling 5.6.3 and got a new set of errors on make (non-related to agg) mapstring.c: In function ‘msConvertWideStringToUTF8’: mapstring.c:1542: warning: dereferencing type-punned pointer will break strict-aliasing rules mapstring.c:1544: error: ‘er

Re: [mapserver-users] help with AGG support

2010-03-24 Thread Alan Boudreault
Julie, what mapserver version are you using? AGG is already included in mapserver 5.6.x source. Just compile with "--with-agg" option. I'm not sure MS has been tested with agg 2.5. Alan On March 24, 2010 10:22:35 am Julie Knoll wrote: > Hi, > > I have installed packages for agg-2.5 and agg-dev

[mapserver-users] help with AGG support

2010-03-24 Thread Julie Knoll
Hi, I have installed packages for agg-2.5 and agg-devel-2.5 on our server. Compling mapserver using ./configure --with-php=/usr/include/php --with-postgis --with-proj --with-geos --with-freetype --with-agg=/usr works fine. However make returns the following errors. Could someone please help? The s