[GRASS-dev] GRASS 7.0 compile error

2014-03-03 Thread Paulo van Breugel
Hi, I am trying to compile the latest GRASS 7.0 from source (on Ubuntu 13.10). This is usually easy, but now I am getting errors, with errors in about all modules. Going into the modules and running make again gives me the error below: Any idea what to do? : gcc

Re: [GRASS-dev] GRASS 7.0 compile error

2014-03-03 Thread Paulo van Breugel
Further to my email below, it seems to be an error in the latest version. I reverted back to a previous version (59504) and that compiled without problems. On Mon 03 Mar 2014 06:10:09 PM CET, Paulo van Breugel wrote: Hi, I am trying to compile the latest GRASS 7.0 from source (on Ubuntu

Re: [GRASS-dev] GRASS 7.0 compile error

2014-03-03 Thread Martin Landa
Hi, 2014-03-03 18:37 GMT+01:00 Paulo van Breugel p.vanbreu...@gmail.com: Further to my email below, it seems to be an error in the latest version. I reverted back to a previous version (59504) and that compiled without problems. it's related to r59156 [1]. Have you tried to build GRASS from

Re: [GRASS-dev] GRASS 7.0 compile error

2014-03-03 Thread Paulo van Breugel
Hi Martin, yes, I build it completely from scratch. i.e., I did not do an svn update but a new svn checkout. Are there any new dependencies perhaps? On Mon 03 Mar 2014 06:42:23 PM CET, Martin Landa wrote: Hi, 2014-03-03 18:37 GMT+01:00 Paulo van Breugel p.vanbreu...@gmail.com: Further to

Re: [GRASS-dev] GRASS 7.0 compile error

2014-03-03 Thread Maris Nartiss
Auch! Seems that I missed a small problem - I tested only on NLS-enabled GRASS. Please, try out r59189 as it should work now just fine with non-NLS GRASS. Please accept my sincere apology for causing a short breakage of GRASS building and thanks for fast feedback. Maris. 2014-03-03 21:18

Re: [GRASS-dev] GRASS 7.0 compile error

2014-03-03 Thread Paulo van Breugel
Thanks for the quick fix! p.s. what is non-NLS GRASS? Paulo On Mon 03 Mar 2014 09:23:42 PM CET, Maris Nartiss wrote: Auch! Seems that I missed a small problem - I tested only on NLS-enabled GRASS. Please, try out r59189 as it should work now just fine with non-NLS GRASS. Please accept

Re: [GRASS-dev] GRASS 7.0 compile error

2014-03-03 Thread Glynn Clements
Paulo van Breugel wrote: p.s. what is non-NLS GRASS? NLS is Native Language Support (or National Language Support). If GRASS is built with the --with-nls option, text such as the --help output and error/warning/informative messages is translated to the user's preferred language. Without that