[GRASS-user] Grass-GIS 6.4 on OSX

Markus Neteler neteler at osgeo.org
Wed Nov 26 03:19:37 EST 2008


On Wed, Nov 26, 2008 at 6:55 AM, William Kyngesburye
<woklist at kyngchaos.com> wrote:
> On Nov 25, 2008, at 11:22 PM, Glynn Clements wrote:
>
>> First, note that the Xerces check in the v.in.wfs script is broken; it
>> uses "ldd", which (AFAIK) is specifc to Linux. You might want to try
>> removing the lines:
>>
>>        if [ -z "`ldd $OGRINFO | grep xerces`" ] ; then
>>          g.message -e "OGR needs to be compiled with xerces-c support"
>>          exit 1
>>        fi

Done (in 6.4.svn).

> I see another problem - OSX does not have lynx.  Wouldn't curl or wget work
> for this, and be more universally available? (curl for OSX)

Fixed using curl (in 6.4.svn).

I have also fix TMP file cleanup and added cmd history.

To test the module (in LatLong location):

# fetch registered GRASS users:
v.in.wfs wfs="http://mapserver.gdf-hannover.de/cgi-bin/grassuserwfs?REQUEST=GetFeature&SERVICE=WFS&VERSION=1.0.0"
out=grass_users

cheers
Markus


More information about the grass-user mailing list