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

2013-04-07 Thread Glynn Clements
Markus Neteler wrote: main.c:22: error: storage size of 't' isn't known make: *** [OBJ.powerpc-ibm-aix5.3.0.0/main.o] Error 1 In which directory? main.c could be anything? Ah sorry: tools/timer/main.c struct timeval, used by gettimeofday(). tools/timer isn't actually used by GRASS

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

2013-04-07 Thread Glynn Clements
Markus Neteler wrote: I inspected the file and added _ALL_SOURCE=1: The whole point of this exercise is to avoid the default _ALL_SOURCE=1 setting, which is what causes the name conflicts. -- Glynn Clements gl...@gclements.plus.com ___ grass-dev

Re: [GRASS-dev] libgis: G_FATAL_EXIT|PRINT|RETURN

2013-04-07 Thread Martin Landa
Hi, 2013/4/6 Markus Metz markus.metz.gisw...@gmail.com: These defines are used by a few functions, eg. G_check_input_output_name(). Other candidates could eg. Vect_open_old() and similar functions (eg. call G__error() when vector map is not found). I would suggest to add G__error() and

Re: [GRASS-dev] [GRASS GIS] #1799: Selecting multiple columns in v.db.select window does not work

2013-04-07 Thread GRASS GIS
#1799: Selecting multiple columns in v.db.select window does not work -+-- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority:

Re: [GRASS-dev] [GRASS GIS] #1799: Selecting multiple columns in v.db.select window does not work

2013-04-07 Thread GRASS GIS
#1799: Selecting multiple columns in v.db.select window does not work --+- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: closed Priority:

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

2013-04-07 Thread Markus Neteler
On Sun, Apr 7, 2013 at 10:33 AM, Glynn Clements gl...@gclements.plus.com wrote: Markus Neteler wrote: ... tools/timer isn't actually used by GRASS or the build system, so I don't consider this one to be particularly critical. Perhaps we just remove it from trunk? Okay; struct winsize isn't

Re: [GRASS-dev] [GRASS GIS] #1723: G_OPT_DB_COLUMNS does not allow input of multiple column names

2013-04-07 Thread GRASS GIS
#1723: G_OPT_DB_COLUMNS does not allow input of multiple column names --+- Reporter: cmbarton | Owner: grass-dev@… Type: defect| Status: new

Re: [GRASS-dev] [GRASS GIS] #1723: G_OPT_DB_COLUMNS does not allow input of multiple column names

2013-04-07 Thread GRASS GIS
#1723: G_OPT_DB_COLUMNS does not allow input of multiple column names --+- Reporter: cmbarton | Owner: grass-dev@… Type: defect| Status: new

Re: [GRASS-dev] libgis: G_FATAL_EXIT|PRINT|RETURN

2013-04-07 Thread Markus Metz
On Sun, Apr 7, 2013 at 11:21 AM, Martin Landa landa.mar...@gmail.com wrote: Hi, 2013/4/6 Markus Metz markus.metz.gisw...@gmail.com: These defines are used by a few functions, eg. G_check_input_output_name(). Other candidates could eg. Vect_open_old() and similar functions (eg. call

Re: [GRASS-dev] GRASS7: wx0 monitor problems

2013-04-07 Thread Štěpán Turek
Hi Markus, please try r55653.  d.erase and managment of more layers in d.mon should work now. Best, Stepan -- Původní zpráva -- Od: Markus Neteler nete...@osgeo.org Datum: 5. 4. 2013 Předmět: [GRASS-dev] GRASS7: wx0 monitor problems Hi, after the recent wxGUI

Re: [GRASS-dev] GRASS7: wx0 monitor problems

2013-04-07 Thread Markus Neteler
Hi Štěpán, On Sun, Apr 7, 2013 at 4:24 PM, Štěpán Turek stepan.tu...@seznam.cz wrote: Hi Markus, please try r55653. d.erase and managment of more layers in d.mon should work now. Yes, look better, thanks! GRASS 7.0.svn (nc_spm_08_grass7):~/grass70 d.mon wx0 GRASS 7.0.svn

Re: [GRASS-dev] r.fillnulls failure (grass7 )

2013-04-07 Thread Markus Neteler
On Sat, Apr 6, 2013 at 5:15 PM, epi massimodisa...@gmail.com wrote: ... GRASS 7.0.svn (utm19N_wgs84):/home/epy r.fillnulls input=dtm1 output=dtm1fill --overwrite Using RST interpolation... Locating and isolating NULL areas... 100% Growing NULL areas Assigning IDs to NULL areas 100%

Re: [GRASS-dev] r.in.gdal fp precision loss

2013-04-07 Thread Markus Metz
On Fri, Apr 5, 2013 at 8:55 AM, Glynn Clements gl...@gclements.plus.com wrote: Markus Metz wrote: The range of the differences between the original and the re-import is min=-6.10348170084762e-05 max=6.10349170528934e-05 which is magnitudes larger than the 32 bit floating point precision

Re: [GRASS-dev] r.fillnulls failure (grass7 )

2013-04-07 Thread Markus Metz
On Sun, Apr 7, 2013 at 10:47 PM, Markus Neteler nete...@osgeo.org wrote: On Sat, Apr 6, 2013 at 5:15 PM, epi massimodisa...@gmail.com wrote: ... GRASS 7.0.svn (utm19N_wgs84):/home/epy r.fillnulls input=dtm1 output=dtm1fill --overwrite Using RST interpolation... Locating and isolating NULL

Re: [GRASS-dev] r.fillnulls failure (grass7 )

2013-04-07 Thread Markus Neteler
On Sun, Apr 7, 2013 at 11:00 PM, Markus Metz markus.metz.gisw...@gmail.com wrote: ... Try to remove zcol = 'value' from the call to v.surf.rst in the r.fillnulls script. The vector created by r.fillnulls with r.to.vect is 3D, so no z column is needed (or present). Tested, this solves the