RE: [mapserver-users] MapServer 6.0.0-beta2 release: problems building Java MapScript

2011-03-19 Thread Peter Hopfgartner
On CentOS 5.5: After running ./configure --with-gd --with-zlib --with-tiff --with-freetype --with-gdal --with-ogr --with-geos --with-proj --with-sos --with-wfs --with-wcs --with-wmsclient --with-wfsclient --with-xpm --with-agg --with-cairo --with-postgis --with-curl-config --with-xml2-config -

Re: [mapserver-users] MapServer 6.0.0-beta2 release: problems building Java MapScript

2011-03-19 Thread Umberto Nicoletti
Try the attached patch and if it works I will commit the changes. The Makefile.in for java mapscript is probaly missing other defines from the main Makefile, I'm looking into it right now. Regards, Umberto On Sat, Mar 19, 2011 at 9:19 AM, Peter Hopfgartner < peter.hopfgart...@r3-gis.com> wrote:

RE: Re: [mapserver-users] MapServer 6.0.0-beta2 release: problems building Java MapScript

2011-03-19 Thread Peter Hopfgartner
Seems good. Thanks, Peter R3 GIS Srl - GmbH http://www.r3-gis.com Umberto Nicoletti wrote Subject: Re: [mapserver-users] MapServer 6.0.0-beta2 release: problems building Java MapScript Date: 19.03.2011 09:59 >Try the attached patch and if it works I will commit the changes.

Re: Re: [mapserver-users] MapServer 6.0.0-beta2 release: problems building Java MapScript

2011-03-19 Thread Umberto Nicoletti
I'm still working on it as it seems there is a memory problem (the tests crash consistently), but unless you create map, layers and other object programmatically you should be fine. @daniel: where should I commit the changes? Cheers, Umberto On Sat, Mar 19, 2011 at 11:19 AM, Peter Hopfgartner <

Re: Re: [mapserver-users] MapServer 6.0.0-beta2 release: problems building Java MapScript

2011-03-19 Thread Umberto Nicoletti
make test still fails with a SIGSEV in: C [libmapscript.so+0xd3bfa] msFree+0x23 C [libmapscript.so+0xbdb88] msFreeHashItems+0x9e C [libmapscript.so+0xfa2f6] msFreeFontSet+0x3f C [libmapscript.so+0x143711] msFreeMap+0x102 but I can't understand what's going on (have tried memory debuggers

RE: Re: [mapserver-users] MapServer 6.0.0-beta2 release: problems building Java MapScript

2011-03-19 Thread Lime, Steve D (DNR)
Changes should go into trunk... Steve From: mapserver-users-boun...@lists.osgeo.org [mapserver-users-boun...@lists.osgeo.org] On Behalf Of Umberto Nicoletti [umberto.nicole...@gmail.com] Sent: Saturday, March 19, 2011 5:37 AM To: peter.hopfgart...@r3-gis.c