[GRASS-dev] Re: [GRASS GIS] #885: WinGrass: displaying r.external-linked raster data not working

2010-01-29 Thread GRASS GIS
#885: WinGrass: displaying r.external-linked raster data not working --+- Reporter: hellik | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new

[GRASS-dev] Re: [GRASS GIS] #883: Building winGRASS: packager.sh on MingW calls MS-VS's dumpbin

2010-01-29 Thread GRASS GIS
#883: Building winGRASS: packager.sh on MingW calls MS-VS's dumpbin --+- Reporter: hellik | Owner: grass-dev@lists.osgeo.org Type: enhancement | Status: closed Priority

[GRASS-dev] Re: [GRASS GIS] #884: WinGrass: reducing size of the installer

2010-01-29 Thread GRASS GIS
#884: WinGrass: reducing size of the installer --+- Reporter: hellik | Owner: grass-dev@lists.osgeo.org Type: task | Status: closed Priority: normal |

[GRASS-dev] [GRASS GIS] #896: Incorrect variable names: r.sim.water example

2010-01-29 Thread GRASS GIS
#896: Incorrect variable names: r.sim.water example ---+ Reporter: rshepard | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: norm

Re: Fwd: [GRASS-dev] Scripting in Linux

2010-01-29 Thread Glynn Clements
Kim Besson wrote: > - Regarding i18N Platform.make: > #i18N > HAVE_NLS= 1 > (seems ok) > > - Config.h (/usr/local/grass-6.4.0svn/include/grass/): > /* define if libintl.h exists */ > #define HAVE_LIBINTL_H 1 > > /* define if iconv.h exists */ > #define HAVE_ICONV_H 1 > > /* define

Re: Fwd: [GRASS-dev] Scripting in Linux

2010-01-29 Thread Kim Besson
Hello Clements I used --with-nls at my configure command. - Regarding i18N Platform.make: #i18N HAVE_NLS= 1 (seems ok) - Config.h (/usr/local/grass-6.4.0svn/include/grass/): /* define if libintl.h exists */ #define HAVE_LIBINTL_H 1 /* define if iconv.h exists */ #define HAVE_ICONV_H

Re: [GRASS-dev] Scripting in Linux

2010-01-29 Thread Hamish
> Ok I added to my grass64 file (that > includes definition and export of GISBASE and execution > of exec "$GISBASE/etc/Init.sh" > "$@") you made sure to put it before the exec, right? > But Now I'm having a strange problem > because it's not being accepted by g.parser. Instead of > opening the F

[GRASS-dev] Re: [GRASS GIS] #895: Error linking GeoTiff file with r.external

2010-01-29 Thread GRASS GIS
#895: Error linking GeoTiff file with r.external --+- Reporter: huhabla | Owner: grass-dev@lists.osgeo.org Type: defect | Status: closed Priority: normal | Milestone: 7.0.0

Re: [GRASS-dev] Compiling i.pr

2010-01-29 Thread Glynn Clements
Hamish wrote: > there are a number of compiler warnings about *line++; "warning: value > computed is not used" which I am not sure about. AFAICT, these should be "line++", without the "*". -- Glynn Clements ___ grass-dev mailing list grass-dev@lists

Re: Fwd: [GRASS-dev] Scripting in Linux

2010-01-29 Thread Glynn Clements
Kim Besson wrote: > Ok I try that command and nothing seems to happen. > > Then I tried GRASS with DE language package and only wxGUI was translated. This normally indicates that GRASS was built without NLS. > What am I missing? Because it should be just fine... Or what should I have > to do

[GRASS-dev] Re: [GRASS GIS] #895: Error linking GeoTiff file with r.external

2010-01-29 Thread GRASS GIS
#895: Error linking GeoTiff file with r.external --+- Reporter: huhabla | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: normal | Milestone: 7.0.0

Re: [GRASS-dev] Scripting in Linux

2010-01-29 Thread Kim Besson
Ok I added to my grass64 file (that includes definition and export of GISBASE and execution of exec "$GISBASE/etc/Init.sh" "$@") But Now I'm having a strange problem because it's not being accepted by g.parser. Instead of opening the Form, with input and output bars, description and tabs it gives a

Re: [GRASS-dev] Compiling i.pr

2010-01-29 Thread Luisa Peña
Hi Regarding Clements question: >Where are the GDAL/OGR headers installed? "gdal-config --cflags" >should provide a clue. The answer is: -I/usr/include/gdal Is this OK? :) Ok I grabbed newly fixed i.pr.sites_aggregate Makefile and RUn i.pr (drums) drrurrruhmsss. GOOD I got a

Re: Fwd: [GRASS-dev] Scripting in Linux

2010-01-29 Thread Kim Besson
Ok I try that command and nothing seems to happen. Then I tried GRASS with DE language package and only wxGUI was translated. What am I missing? Because it should be just fine... Or what should I have to do to debug this issue? 2010/1/29 Glynn Clements > > Kim Besson wrote: > > > Ok Regardin