Re: [GRASS-dev] Integrate XDR lib into GRASS?

2012-06-11 Thread Glynn Clements
Markus Neteler wrote: > Thanks for the update but how to test it properly? See if the 2D > raster management still works as expected? Yes. But update to r52036 first; r52015 was broken on big-endian platforms. -- Glynn Clements ___ grass-dev mailing

Re: [GRASS-dev] Integrate XDR lib into GRASS?

2012-06-11 Thread Markus Neteler
On Fri, Jun 8, 2012 at 11:08 PM, Glynn Clements wrote: > Try r52015. Thanks for the update but how to test it properly? See if the 2D raster management still works as expected? sorry for being dense, Markus ___ grass-dev mailing list grass-dev@lists.os

Re: [GRASS-dev] Integrate XDR lib into GRASS?

2012-06-08 Thread Glynn Clements
Markus Neteler wrote: > >> > The simplest solution would just be to assume a "normal" architecture > >> > (IEEE-754 representation for floats, two's-complement integers) and > >> > scrap XDR completely. > >> > >> This would be nice for GRASS 7. Unfortunately I have no idea how > >> to do that. >

Re: [GRASS-dev] Integrate XDR lib into GRASS?

2012-06-08 Thread Markus Neteler
On Sat, May 19, 2012 at 9:31 AM, Glynn Clements wrote: > Markus Neteler wrote: > >> > The simplest solution would just be to assume a "normal" architecture >> > (IEEE-754 representation for floats, two's-complement integers) and >> > scrap XDR completely. >> >> This would be nice for GRASS 7. Unfo

Re: [GRASS-dev] Integrate XDR lib into GRASS?

2012-05-19 Thread Glynn Clements
Markus Neteler wrote: > > The simplest solution would just be to assume a "normal" architecture > > (IEEE-754 representation for floats, two's-complement integers) and > > scrap XDR completely. > > This would be nice for GRASS 7. Unfortunately I have no idea how > to do that. I can do that for

Re: [GRASS-dev] Integrate XDR lib into GRASS?

2012-05-17 Thread Markus Neteler
On Thu, Mar 22, 2012 at 8:38 PM, Glynn Clements wrote: > Markus Neteler wrote: >> here at the FOSSGIS.de conference we tried to compile GRASS for Android. >> A major obstacle was XDR (e.g., >> https://svn.r-project.org/R/trunk/src/extra/xdr). >> >> Since it is only 4 files (or perhaps less used),

Re: [GRASS-dev] Integrate XDR lib into GRASS?

2012-03-22 Thread Glynn Clements
Markus Neteler wrote: > here at the FOSSGIS.de conference we tried to compile GRASS for Android. > A major obstacle was XDR (e.g., > https://svn.r-project.org/R/trunk/src/extra/xdr). > > Since it is only 4 files (or perhaps less used), why not incorporating these > files into the GRASS source co

Re: [GRASS-dev] Integrate XDR lib into GRASS?

2012-03-21 Thread Patrice Dumas
On Wed, Mar 21, 2012 at 04:24:11PM +0100, Markus Neteler wrote: > On Wed, Mar 21, 2012 at 3:18 PM, Patrice Dumas wrote: > > On Wed, Mar 21, 2012 at 02:42:27PM +0100, Markus Neteler wrote: > ... > >> Since it is only 4 files (or perhaps less used), why not incorporating > >> these > >> files into

Re: [GRASS-dev] Integrate XDR lib into GRASS?

2012-03-21 Thread Markus Neteler
On Wed, Mar 21, 2012 at 3:18 PM, Patrice Dumas wrote: > On Wed, Mar 21, 2012 at 02:42:27PM +0100, Markus Neteler wrote: ... >> Since it is only 4 files (or perhaps less used), why not incorporating these >> files into the GRASS source code? > > Maybe it would be overkill, but gnulib is designed fo

Re: [GRASS-dev] Integrate XDR lib into GRASS?

2012-03-21 Thread Patrice Dumas
On Wed, Mar 21, 2012 at 02:42:27PM +0100, Markus Neteler wrote: > Hi, > > here at the FOSSGIS.de conference we tried to compile GRASS for Android. > A major obstacle was XDR (e.g., > https://svn.r-project.org/R/trunk/src/extra/xdr). > > Since it is only 4 files (or perhaps less used), why not inc

[GRASS-dev] Integrate XDR lib into GRASS?

2012-03-21 Thread Markus Neteler
Hi, here at the FOSSGIS.de conference we tried to compile GRASS for Android. A major obstacle was XDR (e.g., https://svn.r-project.org/R/trunk/src/extra/xdr). Since it is only 4 files (or perhaps less used), why not incorporating these files into the GRASS source code? Markus ___