[GRASS-dev] Re: [GRASS GIS] #1125: wingrass7 - ctypes - compiling error

GRASS GIS trac at osgeo.org
Tue Aug 10 12:01:30 EDT 2010


#1125: wingrass7 - ctypes - compiling error
------------------------------+---------------------------------------------
 Reporter:  hellik            |       Owner:  grass-dev@…              
     Type:  defect            |      Status:  new                      
 Priority:  blocker           |   Milestone:  6.5.0                    
Component:  Compiling         |     Version:  svn-trunk                
 Keywords:  wingrass, ctypes  |    Platform:  MSWindows Vista          
      Cpu:  x86-32            |  
------------------------------+---------------------------------------------

Comment(by martinl):

 Replying to [comment:8 martinl]:
 > Replying to [comment:5 hellik]:
 > {{{
 > > #Large File Support (LFS)
 > > USE_LARGEFILES      =
 > }}}
 >
 > BTW, is there a way how to disable LFS? - {{{--disable-largefile}}}
 doesn't seems to work.

 using {{{--disable-largefile}}} I am getting on *MS Windows*

 {{{
 checking for _LARGEFILE_SOURCE value needed for large files... no
 checking for fseeko... no
 checking if system supports Large Files at all... yes
 }}}

 and

 {{{
 USE_LARGEFILES      = 1
 }}}

 On *GNU/Linux* I am getting expected result

 {{{
 checking for _LARGEFILE_SOURCE value needed for large files... no
 checking for fseeko... yes
 checking if system supports Large Files at all... no
 }}}

 and

 {{{
 USE_LARGEFILES      =
 }}}

 Not sure why it's not working on MS Windows.

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



More information about the grass-dev mailing list