On Sun, Sep 2, 2012 at 10:23 PM, Glynn Clements
<[email protected]> wrote:
>
> Helmut Kudrnovsky wrote:
>
>> tested here in the osgeo4w-environment on a WinVista-32bit-box, svn-checkout
>> today:
>>
>> GRASS GIS compilation log
>> -------------------------
>> Started compilation: Fri Aug 31 15:48:36 GMT 2012
>> --
>> Errors in:
>> /osgeo4w/usr/src/grass643svn/lib/form
>> /osgeo4w/usr/src/grass643svn/lib/vector/diglib
>> /osgeo4w/usr/src/grass643svn/lib/init
>> [...]

I observe some differences, not sure if that's relevant here:

[neteler@north grass64]$ grep BINARY lib/gis/*
lib/gis/dllmain.c:      _fmode = O_BINARY;
lib/gis/fmode.c:int _fmode = _O_BINARY;

[neteler@north grass70]$ grep BINARY lib/gis/*
lib/gis/fmode.c:int _fmode = _O_BINARY;
lib/gis/gisinit.c:    _fmode = O_BINARY;
lib/gis/popen.c:#define pipe(fds) _pipe(fds, 4096, O_BINARY|O_NOINHERIT)

Markus
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to