[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

Re: [GRASS-dev] Add support for Python3

2015-07-24 Thread Yann Chemin
+1 On Fri, Jul 24, 2015 at 4:12 PM Pietro peter.z...@gmail.com wrote: Dear devs, Next week I would like to start the merge between my local changes and trunk to support Python3. As reported in the ticket: https://trac.osgeo.org/grass/ticket/2708 I've tested the changes with python2.6,

[GRASS-dev] Add support for Python3

2015-07-24 Thread Pietro
Dear devs, Next week I would like to start the merge between my local changes and trunk to support Python3. As reported in the ticket: https://trac.osgeo.org/grass/ticket/2708 I've tested the changes with python2.6, python2.7 and python3.4. So far I've not found regressions in python2.X. The

Re: [GRASS-dev] OpenMP 4.0 / gcc5.0

2015-07-24 Thread Newcomb, Doug
Last time I tried compiling with OpenMP, It made the process slower. Not sure why. Doug On Sun, Jul 19, 2015 at 10:07 PM, Yann Chemin yche...@gmail.com wrote: Hi, Ubuntu Wily is going towards gcc5.0 as we speak. anybody following the OpenMP 4.0 integration into gcc 5.0? it seems there is

Re: [GRASS-dev] compiling on OSX 10.11 (El Capitan Beta)

2015-07-24 Thread Carlos Grohmann
Well, if the errors are only about documentation, I can live with them. So I went on to create the installation package. I had to manually download PackageMaker from Apple (Late 2012 version). After creating and installing the package, when I run it, I get the startup dialog (choose location

Re: [GRASS-dev] [GRASS GIS] #2708: Run GRASS with Python3

2015-07-24 Thread GRASS GIS
#2708: Run GRASS with Python3 --+- Reporter: zarch| Owner: grass-dev@… Type: defect | Status: new Priority: normal | Milestone: 7.0.1 Component: Default |Version: unspecified Resolution:

Re: [GRASS-dev] compiling on OSX 10.11 (El Capitan Beta)

2015-07-24 Thread Carlos Grohmann
Just to update my last message, although wxgui won't start, GRASS will start in text mode. In python I tried the import statment: from grass.pygrass import messages Traceback (most recent call last): File stdin, line 1, in module File