[GRASS-dev] Fwd: [Bug 1037102] New: grass FTBFS if -Werror=format-security flag is used

2013-12-03 Thread Markus Neteler
Hi, with the security flag (-Werror=format-security) enabled, GRASS fails to build. How to deal with this kind of error? I could then apply it elsewhere: cd lib/gis/ make ... null_val.c: In function ‘InitError’: null_val.c:115:5: error: format not a string literal and no format arguments

Re: [GRASS-dev] [GRASS GIS] #1480: v.outlier - distinguish positive and negative outlier filtering from lidar point clouds

2013-12-03 Thread GRASS GIS
#1480: v.outlier - distinguish positive and negative outlier filtering from lidar point clouds -+-- Reporter: sbl | Owner: grass-dev@… Type: enhancement | Status: new

Re: [GRASS-dev] [GRASS GIS] #1791: gui modeler: cannot load file with r.mapcalc expression containing '' operator

2013-12-03 Thread GRASS GIS
#1791: gui modeler: cannot load file with r.mapcalc expression containing '' operator ---+ Reporter: mlennert | Owner: grass-dev@… Type: defect | Status: new

Re: [GRASS-dev] [GRASS GIS] #1791: gui modeler: cannot load file with r.mapcalc expression containing '' operator

2013-12-03 Thread GRASS GIS
#1791: gui modeler: cannot load file with r.mapcalc expression containing '' operator --+- Reporter: mlennert | Owner: grass-dev@… Type: defect | Status: closed

[GRASS-dev] [GRASS GIS] #2140: m.proj does not handle cs2cs failure

2013-12-03 Thread GRASS GIS
#2140: m.proj does not handle cs2cs failure +--- Reporter: wenzeslaus | Owner: grass-dev@… Type: defect | Status: new Priority: normal

Re: [GRASS-dev] [GRASS GIS] #2139: g.parser does not allow newline character in option value for Python scripts

2013-12-03 Thread GRASS GIS
#2139: g.parser does not allow newline character in option value for Python scripts -+-- Reporter: wenzeslaus | Owner: grass-dev@… Type: defect | Status: closed

Re: [GRASS-dev] i.segment: Invalid region id -1

2013-12-03 Thread Nikos Alexandris
Nikos Alexandris wrote: I've tested this with at least three different similar cases. All work fine without the seed map! All fail with a seed map supplied. I guess, the only real difference is time for the processes to complete, right? OK, I've just discovered that I mixed 8-bit (the

Re: [GRASS-dev] i.segment: Invalid region id -1

2013-12-03 Thread Markus Metz
Nikos Alexandris wrote: Nikos Alexandris wrote: I've tested this with at least three different similar cases. All work fine without the seed map! All fail with a seed map supplied. I guess, the only real difference is time for the processes to complete, right? OK, I've just

Re: [GRASS-dev] [GRASS-user] want to color vector map. What am I doing wrong?

2013-12-03 Thread Michael Barton
Thanks for the quick reply. Too bad it’s broken but glad it’s not me being very dense. Michael __ C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human Evolution Social Change Arizona State University Tempe, AZ

Re: [GRASS-dev] i.segment: Invalid region id -1

2013-12-03 Thread Nikos Alexandris
On Tuesday 03 of December 2013 21:18:36 Markus Metz wrote: But it does not make sense to use a pan band as seeds when segmenting the other bands. Seeds are typically the result of a previous run of i.segment or the result of a previous classification of the same data. Then I have

Re: [GRASS-dev] trying to compile GRASS 7 on Mavericks

2013-12-03 Thread Michael Barton
I got it to compile fine using GDAL 1.10. But the GUI still crashes on startup due to problems in the xml toolbox. Michael __ C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human Evolution Social Change Arizona

Re: [GRASS-dev] trying to compile GRASS 7 on Mavericks

2013-12-03 Thread Helena Mitasova
Michael, can you please share your configure file that you are using? thanks, Helena Helena Mitasova Associate Professor Department of Marine, Earth, and Atmospheric Sciences 2800 Faucette Drive, Rm. 1125 Jordan Hall North Carolina State University Raleigh, NC 27695-8208 hmit...@ncsu.edu All

Re: [GRASS-dev] trying to compile GRASS 7 on Mavericks

2013-12-03 Thread Michael Barton
Yes. I'm still trying to get it all to work. I'm close and will send you guys all the details to try out. Michael C. Michael Barton Director, Center for Social Dynamics Complexity Professor of Anthropology, School of Human Evolution Social Change Arizona State University

Re: [GRASS-dev] trying to compile GRASS 7 on Mavericks

2013-12-03 Thread Michael Barton
I got as far as the help screen earlier, but now I cannot even get that far. Here is the error: Traceback (most recent call last): File /Applications/grasstest/GRASS-7.0.app/Contents/MacOS/etc/gui/wxpython/gis_set.py, line 36, in module from core import globalvar File

Re: [GRASS-dev] i.segment: Invalid region id -1

2013-12-03 Thread Nikos Alexandris
Markus M: But it does not make sense to use a pan band as seeds when segmenting the other bands. Seeds are typically the result of a previous run of i.segment or the result of a previous classification of the same data. Nikos A: Then I have inserted a small mistake in my

[GRASS-dev] Thank you and a request on g.gui.mapswipe

2013-12-03 Thread Nikos Alexandris
Vaclav and Anna, thank yo so muuch for the advancments in g.gui.mapswipes. Really, very useful. There is one issue in mirror mode: the cross pointer (othen than the one set/used by the Operating System) might be in some cases too difficult to identify. This leads in trying to look for the

Re: [GRASS-dev] i.segment: Invalid region id -1

2013-12-03 Thread Markus Metz
Nikos Alexandris wrote: Markus M: But it does not make sense to use a pan band as seeds when segmenting the other bands. Seeds are typically the result of a previous run of i.segment or the result of a previous classification of the same data. Nikos A: Then I have inserted a