Re: [GRASS-dev] compilation of grass on AIX 7.1

2013-04-02 Thread Ivan Barka
2013/4/2 Markus Neteler > On Tue, Apr 2, 2013 at 8:47 AM, Glynn Clements > wrote: > ... > > > If we don't have anyone who is able and willing to put in the > > (relatively minor) effort to figure that out, then AIX "support" (for > > any reasonable definition of that term) is impractical. Even i

[GRASS-dev] Raspberry PI using Raspbian (debian) can compile and run grass trunk

2013-04-02 Thread Yann Chemin
Hi, just an info about compiling GRASS trunk (v7) in a Raspberry PI (256Mb RAM version) Screenshot: http://grass.osgeo.org/uploads/images/Gallery/platforms/grass7_RaspberryPI.png How-to: -- Use Raspbian (http://www.raspbian.org/) as your SD card image Start the Raspberry PI with that SD

[GRASS-dev] Raspberry PI using Raspbian (debian) can compile and run grass trunk

2013-04-02 Thread Yann Chemin
Hi, just an info about compiling GRASS trunk (v7) in a Raspberry PI (256Mb RAM version) Screenshot: http://grass.osgeo.org/uploads/images/Gallery/platforms/grass7_RaspberryPI.png How-to: -- Use Raspbian (http://www.raspbian.org/) as your SD card image Start the Raspberry PI with that SD

[GRASS-dev] [GRASS GIS] #1911: v.hull bit broken output on wingrass

2013-04-02 Thread GRASS GIS
#1911: v.hull bit broken output on wingrass --+- Reporter: ahaav | Owner: grass-dev@… Type: defect| Status: new Priority: normal

Re: [GRASS-dev] compilation of grass on AIX 7.1

2013-04-02 Thread Markus Neteler
On Tue, Apr 2, 2013 at 8:47 AM, Glynn Clements wrote: ... > It appears that AIX uses something other than _POSIX_C_SOURCE to > enable the POSIX declarations (which -ansi will disable). Any concrete POSIX declaration which I should hunt down? > The question is: what does it use? > > If we don't h

Re: [GRASS-dev] off_t question

2013-04-02 Thread Glynn Clements
Martin Landa wrote: > > What should be fixed is this part in Grass.make: > > > > # crude hack for vector LFS, LFS_FLAGS should be set by configure > > ifdef USE_LARGEFILES > > LFS_CFLAGS = -D_FILE_OFFSET_BITS=64 > > endif > > > > _FILE_OFFSET_BITS shouldn't be set

Re: [GRASS-dev] off_t question

2013-04-02 Thread Martin Landa
Hi, 2013/4/2 Glynn Clements : > What should be fixed is this part in Grass.make: > > # crude hack for vector LFS, LFS_FLAGS should be set by configure > ifdef USE_LARGEFILES > LFS_CFLAGS = -D_FILE_OFFSET_BITS=64 > endif > > _FILE_OFFSET_BITS shouldn't be set on a sy