[GRASS-dev] Re: [GRASS GIS] #930: Wingrass7 - compiling errors
GRASS GIS
trac at osgeo.org
Sat Feb 13 21:35:44 EST 2010
#930: Wingrass7 - compiling errors
------------------------------+---------------------------------------------
Reporter: hellik | Owner: grass-dev at lists.osgeo.org
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Compiling | Version: svn-trunk
Resolution: | Keywords: wingrass, grass7
Platform: MSWindows Vista | Cpu: Unspecified
------------------------------+---------------------------------------------
Comment (by glynn):
Replying to [ticket:930 hellik]:
> compiling grass_trunk (grass7) on !WinVista32 in the osgeo4w-stack,
there are errors in a few modules.
> Errors in:
> /c/osgeo4w/usr/src/grass_trunk/lib/vector/diglib
This is because LFS is enabled although it doesn't work on Windows.
The MinGW headers don't have any equivalent of _FILE_OFFSET_BITS. There is
a 64-bit off_t and 64-bit versions of stat(), lseek(), etc, but there's no
option to redirect the standard names to their 64-bit equivalents; we
would need to do that ourselves.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/930#comment:1>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list