[GRASS-dev] compiling relbrand64 fails on windows

Markus Neteler neteler at osgeo.org
Fri Sep 7 02:09:25 PDT 2012


On Sun, Sep 2, 2012 at 10:23 PM, Glynn Clements
<glynn at gclements.plus.com> 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 at north grass64]$ grep BINARY lib/gis/*
lib/gis/dllmain.c:      _fmode = O_BINARY;
lib/gis/fmode.c:int _fmode = _O_BINARY;

[neteler at 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


More information about the grass-dev mailing list