Re: [GRASS-dev] installing v.mapcalc fails

2015-10-13 Thread Sören Gebbert
Hi, the GSoC implementation of v.mapcalc is still available: https://code.google.com/p/grass-gis-temporal-algebra/source/browse/#svn%2Ftrunk%2Fv.mapcalc However, the approach in the GSoC v.mapcalc is very different from the v.mapcalc addon from 2002. The algebraic expressions are applied to whole

Re: [GRASS-dev] installing v.mapcalc fails

2015-10-12 Thread Glynn Clements
Markus Neteler wrote: > wrote: > ... > > Sorry for the late follow up. The add-on installs now. When trying to run > > it, however, nothing happens. > > It does not have a parser (yet?), so I suppose it reads from stdin. Yes. But it doesn't have any code to read or

Re: [GRASS-dev] installing v.mapcalc fails

2015-10-12 Thread Vaclav Petras
On Mon, Oct 12, 2015 at 6:24 AM, Glynn Clements wrote: > > Markus Neteler wrote: > > > wrote: > > ... > > > Sorry for the late follow up. The add-on installs now. When trying to run > > > it, however, nothing happens. > > > > It does not have a

Re: [GRASS-dev] installing v.mapcalc fails

2015-10-09 Thread Paulo van Breugel
On 02-10-15 10:50, Moritz Lennert wrote: On 01/10/15 12:38, Glynn Clements wrote: Moritz Lennert wrote: yylex.c:9:27: fatal error: v.mapcalc.tab.h: No such file or directory #include "v.mapcalc.tab.h" ^ compilation terminated. make: ***

Re: [GRASS-dev] installing v.mapcalc fails

2015-10-09 Thread Markus Neteler
On Fri, Oct 9, 2015 at 9:54 AM, Paulo van Breugel wrote: ... > Sorry for the late follow up. The add-on installs now. When trying to run > it, however, nothing happens. It does not have a parser (yet?), so I suppose it reads from stdin. Markus

Re: [GRASS-dev] installing v.mapcalc fails

2015-10-09 Thread Paulo van Breugel
On Fri, Oct 9, 2015 at 12:30 PM, Markus Neteler wrote: > On Fri, Oct 9, 2015 at 9:54 AM, Paulo van Breugel > wrote: > ... > > Sorry for the late follow up. The add-on installs now. When trying to run > > it, however, nothing happens. > > It does not

Re: [GRASS-dev] installing v.mapcalc fails

2015-10-02 Thread Moritz Lennert
On 01/10/15 12:38, Glynn Clements wrote: Moritz Lennert wrote: yylex.c:9:27: fatal error: v.mapcalc.tab.h: No such file or directory #include "v.mapcalc.tab.h" ^ compilation terminated. make: *** [OBJ.x86_64-unknown-linux-gnu/yylex.o] Error 1 ERROR:

Re: [GRASS-dev] installing v.mapcalc fails

2015-10-01 Thread Glynn Clements
Moritz Lennert wrote: > > yylex.c:9:27: fatal error: v.mapcalc.tab.h: No such file or directory > > > >#include "v.mapcalc.tab.h" > > > > ^ > > > > compilation terminated. > > > > make: *** [OBJ.x86_64-unknown-linux-gnu/yylex.o] Error 1 > > > > ERROR: Compilation

Re: [GRASS-dev] installing v.mapcalc fails

2015-10-01 Thread Paulo van Breugel
On 29-09-15 14:12, Moritz Lennert wrote: On 29/09/15 13:14, Markus Neteler wrote: On Tue, Sep 29, 2015 at 11:11 AM, Paulo van Breugel wrote: On 28-09-15 10:48, Markus Neteler wrote: ... GRASS 7.1.svn (latlon):~ > g.extension v.mapcalc Fetching from GRASS GIS

Re: [GRASS-dev] installing v.mapcalc fails

2015-09-29 Thread Markus Neteler
On Tue, Sep 29, 2015 at 11:11 AM, Paulo van Breugel wrote: > On 28-09-15 10:48, Markus Neteler wrote: ... > GRASS 7.1.svn (latlon):~ > g.extension v.mapcalc > > Fetching from GRASS GIS Addons repository (be patient)... > > Compiling... > > yylex.c:9:27: fatal error:

Re: [GRASS-dev] installing v.mapcalc fails

2015-09-29 Thread Moritz Lennert
On 29/09/15 13:14, Markus Neteler wrote: On Tue, Sep 29, 2015 at 11:11 AM, Paulo van Breugel wrote: On 28-09-15 10:48, Markus Neteler wrote: ... GRASS 7.1.svn (latlon):~ > g.extension v.mapcalc Fetching from GRASS GIS Addons repository (be patient)... Compiling...

Re: [GRASS-dev] installing v.mapcalc fails

2015-09-29 Thread Paulo van Breugel
On 28-09-15 10:48, Markus Neteler wrote: On Fri, Sep 11, 2015 at 2:40 PM, Moritz Lennert wrote: The following patch seems to do the trick, but I'm not familiar enough with make to judge whether this is the right solution: Index: Makefile

Re: [GRASS-dev] installing v.mapcalc fails

2015-09-29 Thread Moritz Lennert
On 29/09/15 11:11, Paulo van Breugel wrote: On 28-09-15 10:48, Markus Neteler wrote: On Fri, Sep 11, 2015 at 2:40 PM, Moritz Lennert wrote: The following patch seems to do the trick, but I'm not familiar enough with make to judge whether this is the right

Re: [GRASS-dev] installing v.mapcalc fails

2015-09-28 Thread Markus Neteler
On Fri, Sep 11, 2015 at 2:40 PM, Moritz Lennert wrote: > > The following patch seems to do the trick, but I'm not familiar enough with > make to judge whether this is the right solution: > > Index: Makefile >

Re: [GRASS-dev] installing v.mapcalc fails

2015-09-28 Thread Paulo van Breugel
On Mon, Sep 28, 2015 at 10:48 AM, Markus Neteler wrote: > On Fri, Sep 11, 2015 at 2:40 PM, Moritz Lennert > wrote: > > > > The following patch seems to do the trick, but I'm not familiar enough > with > > make to judge whether this is the right

[GRASS-dev] installing v.mapcalc fails

2015-09-11 Thread Paulo van Breugel
I am trying to install v.mapcalc through g.extension, but I am getting the following error message: Fetching from GRASS GIS Addons repository (be patient)... Compiling... yylex.c:9:27: fatal error: v.mapcalc.tab.h: No such file or directory #include "v.mapcalc.tab.h"

Re: [GRASS-dev] installing v.mapcalc fails

2015-09-11 Thread Paulo van Breugel
On 11 September 2015 15:46:41 CEST, Vaclav Petras wrote: >On Fri, Sep 11, 2015 at 4:56 AM, Paulo van Breugel > >wrote: > >> I am trying to install v.mapcalc through g.extension, but I am >getting the >> following error message: >> >> Fetching from

Re: [GRASS-dev] installing v.mapcalc fails

2015-09-11 Thread Vaclav Petras
On Fri, Sep 11, 2015 at 4:56 AM, Paulo van Breugel wrote: > I am trying to install v.mapcalc through g.extension, but I am getting the > following error message: > > Fetching from GRASS GIS Addons repository (be patient)... > Have you tried t.vect.algebra module in

Re: [GRASS-dev] installing v.mapcalc fails

2015-09-11 Thread Paulo van Breugel
On 11-09-15 12:31, Moritz Lennert wrote: On 11/09/15 10:56, Paulo van Breugel wrote: I am trying to install v.mapcalc through g.extension, but I am getting the following error message: Fetching from GRASS GIS Addons repository (be patient)... Compiling... yylex.c:9:27: fatal error:

Re: [GRASS-dev] installing v.mapcalc fails

2015-09-11 Thread Moritz Lennert
On 11/09/15 10:56, Paulo van Breugel wrote: I am trying to install v.mapcalc through g.extension, but I am getting the following error message: Fetching from GRASS GIS Addons repository (be patient)... Compiling... yylex.c:9:27: fatal error: v.mapcalc.tab.h: No such file or directory

Re: [GRASS-dev] installing v.mapcalc fails

2015-09-11 Thread Moritz Lennert
On 11/09/15 12:55, Paulo van Breugel wrote: On 11-09-15 12:31, Moritz Lennert wrote: On 11/09/15 10:56, Paulo van Breugel wrote: I am trying to install v.mapcalc through g.extension, but I am getting the following error message: Fetching from GRASS GIS Addons repository (be patient)...

Re: [GRASS-dev] installing v.mapcalc fails

2015-08-02 Thread Markus Neteler
On Sun, Aug 2, 2015 at 8:45 PM, Paulo van Breugel p.vanbreu...@gmail.com wrote: Hi Markus On Linux (Ubuntu 14.04). Tried it again, with another error message this time: g.extension extension=v.mapcalc svnurl=http://svn.osgeo.org/grass/grass-addons/grass7 Fetching v.mapcalc from

Re: [GRASS-dev] installing v.mapcalc fails

2015-08-02 Thread Paulo van Breugel
Hi Markus On Linux (Ubuntu 14.04). Tried it again, with another error message this time: g.extension extension=v.mapcalc svnurl= http://svn.osgeo.org/grass/grass-addons/grass7 Fetching v.mapcalc from GRASS-Addons SVN repository (be patient)... Compiling... yylex.c:9:27: fatal error:

Re: [GRASS-dev] installing v.mapcalc fails

2015-08-02 Thread Markus Neteler
On Fri, Jul 24, 2015 at 11:49 AM, Paulo van Breugel p.vanbreu...@gmail.com wrote: installing v.mapcalc fails, Which operating system? with the following: g.extension extension=v.mapcalc svnurl=http://svn.osgeo.org/grass/grass-addons/grass7 Fetching v.mapcalc from GRASS-Addons SVN

Re: [GRASS-dev] installing v.mapcalc fails

2015-08-02 Thread Paulo van Breugel
On Sun, Aug 2, 2015 at 8:51 PM, Markus Neteler nete...@osgeo.org wrote: On Sun, Aug 2, 2015 at 8:45 PM, Paulo van Breugel p.vanbreu...@gmail.com wrote: Hi Markus On Linux (Ubuntu 14.04). Tried it again, with another error message this time: g.extension extension=v.mapcalc

[GRASS-dev] installing v.mapcalc fails

2015-07-24 Thread Paulo van Breugel
installing v.mapcalc fails, with the following: g.extension extension=v.mapcalc svnurl= http://svn.osgeo.org/grass/grass-addons/grass7 Fetching v.mapcalc from GRASS-Addons SVN repository (be patient)... Compiling... yylex.c: In function ‘yylex’: yylex.c:32:7: warning: ignoring return value of