[GRASS-dev] Re: [GRASS GIS] #1008: WinGrass7 - disable LFS

GRASS GIS trac at osgeo.org
Mon Mar 15 15:59:06 EDT 2010


#1008: WinGrass7 - disable LFS
------------------------------+---------------------------------------------
  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                 
  Platform:  MSWindows Vista  |         Cpu:  x86-32                   
------------------------------+---------------------------------------------
Comment (by hellik):

 Replying to [comment:3 glynn]:
 > Replying to [comment:2 hellik]:
 >
 > > so Grass7-compiling on Win-OS 32-bit and testing won't be possible (at
 the moment)?
 >
 > Remind me again: what is being broken by the LFS mis-detection?
 >
 > I occasionally compile and test 7.0 on Win32 (Windows XP), and haven't
 noticed any problems, but I haven't tested it thoroughly.
 >
 > The one thing which I remember is that "make test" in lib/vector/diglib
 fails (it compares the output against test64.ok and fails because of the
 32-bit off_t).
 >
 > You could just modify Platform.make by hand after running configure.

 in Platform.make there is after running configure

 {{{
 #Large File Support (LFS)
 USE_LARGEFILES      = 1
 }}}

 should this be?

 {{{
 USE_LARGEFILES      =
 }}}

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/1008#comment:5>
GRASS GIS <http://grass.osgeo.org>


More information about the grass-dev mailing list