[GRASS-dev] Re: [GRASS GIS] #1131: Global LFS for wingrass

GRASS GIS trac at osgeo.org
Sun Aug 15 14:33:24 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:9 mmetz]:

 > On Windows, the configure checks do define _FILE_OFFSET_BITS=64, at
 least something defines _FILE_OFFSET_BITS=64 on Windows, that's why the
 diglib test did not pass previously.

 The reason the diglib tests failed was that configure set USE_LARGEFILES
 to 1 in Platform.make, which causes lib/vector/diglib/Makefile to use the
 64-bit test:
 {{{
 ifneq ($(USE_LARGEFILES),)
         TESTFILE = test64.ok
 else
         TESTFILE = test32.ok
 endif
 }}}

 Makefile substitutions and config.h macro definitions are completely
 separate.

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1131#comment:11>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list