[GRASS-dev] Re: [GRASS GIS] #1131: Global LFS for wingrass
GRASS GIS
trac at osgeo.org
Sat Aug 14 17:06:37 EDT 2010
#1131: Global LFS for wingrass
--------------------------+-------------------------------------------------
Reporter: mmetz | Owner: grass-dev@…
Type: defect | Status: new
Priority: critical | Milestone: 7.0.0
Component: libgis | Version: svn-trunk
Keywords: LFS,wingrass | Platform: MSWindows 7
Cpu: All |
--------------------------+-------------------------------------------------
Comment(by glynn):
Replying to [comment:7 hellik]:
> > Please test!
>
> a quick compiling test with r43116
>
{{{
syringia at NADA /c/osgeo4w/usr/src/grass_trunk/lib/vector/diglib
$ make
Files OBJ.i686-pc-mingw32/test.tmp and test64.ok differ
}}}
Ah.
1. The config.h.in changes are conditionalised upon
{{{
#ifdef USE_LARGEFILES
}}}
which isn't defined. USE_LARGEFILES is a make variable (AC_SUBST), not a
preprocessor macro (AC_DEFINE).
2. The config.h.in changes are also conditionalised upon
{{{
#if defined(__MINGW32__) && defined(_FILE_OFFSET_BITS) &&
_FILE_OFFSET_BITS == 64
}}}
The configure checks will determine that _FILE_OFFSET_BITS don't have any
effect (upon the test cases) on Windows, and so won't define it.
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1131#comment:8>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list