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
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
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
#1911: v.hull bit broken output on wingrass
--+-
Reporter: ahaav | Owner: grass-dev@…
Type: defect| Status: new
Priority: normal
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
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
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