Re: [GRASS-dev] compiling animation, mapswipe, etc.

2012-11-30 Thread William Kyngesburye
On Nov 30, 2012, at 10:30 AM, Helena Mitasova wrote: > On Nov 30, 2012, at 10:08 AM, William Kyngesburye wrote: > >> This could happen if you configured for wxPython 2.9 64bit, but didn't >> bundle it so it finds the old 32bit wxPython 2.8 in the system at runtime. >> If you configure for wxPy

Re: [GRASS-dev] why is r.li.setup unavailable in GRASS 7?

2012-11-30 Thread Michael Barton
Luca, r.li.setup does not yet compile in GRASS 7, at least on the Mac. Here is the error: anthgradpc7:g.version cmbarton$ cd /Users/Shared/grass_dev/grass7_dev/gui/wxpython/rlisetup anthgradpc7:rlisetup cmbarton$ make if [ "/Users/Shared/grass_dev/grass7_dev/dist.x86_64-apple-darwin12.2.0/scri

Re: [GRASS-dev] problems compiling GRASS 7 on Mac

2012-11-30 Thread Michael Barton
GRASS 7 now compiles g.version in the most recent revision. Thanks much. Now to deal with the other modules that don't compile… Michael __ C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human Evolution & Social

Re: [GRASS-dev] 3D points in grass7

2012-11-30 Thread Anna Kratochvílová
On Fri, Nov 30, 2012 at 7:56 PM, Helena Mitasova wrote: > when I need to display 3D vector points as 3D points (not draped over a > surface), is this supposed to happen automatically > when I switch off the display on surface button or it is not supported yet? > I get that the vector map is 3D bu

[GRASS-dev] 3D points in grass7

2012-11-30 Thread Helena Mitasova
when I need to display 3D vector points as 3D points (not draped over a surface), is this supposed to happen automatically when I switch off the display on surface button or it is not supported yet? I get that the vector map is 3D but there is no button to tell it that the points should be displ

Re: [GRASS-dev] problems compiling GRASS 7 on Mac

2012-11-30 Thread Michael Barton
I'll check and get back to you. Thanks for looking at it. Michael __ C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human Evolution & Social Change Arizona State University Tempe, AZ 85287-2402 USA voice: 480

Re: [GRASS-dev] problems compiling GRASS 7 on Mac

2012-11-30 Thread Martin Landa
2012/11/30 Michael Barton : > GEOSCFLAGS = > -I/Library/Frameworks/GEOS.framework/Versions/3/unix/include OK, but did you tried r54115? Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa ___ grass-dev mailing list grass-dev@lists.osgeo

Re: [GRASS-dev] [GRASS GIS] #1777: reference to 6.4.2 in

2012-11-30 Thread GRASS GIS
#1777: reference to 6.4.2 in ---+ Reporter: jeir | Owner: grass-dev@… Type: defect| Status: closed Priority: trivial | Milestone: 6.4.3

Re: [GRASS-dev] problems compiling GRASS 7 on Mac

2012-11-30 Thread Michael Barton
GEOSCFLAGS = -I/Library/Frameworks/GEOS.framework/Versions/3/unix/include __ C. Michael Barton Director, Center for Social Dynamics & Complexity Professor of Anthropology, School of Human Evolution & Social Change Arizona State University Tempe, AZ 85287-24

Re: [GRASS-dev] compiling animation, mapswipe, etc.

2012-11-30 Thread Helena Mitasova
On Nov 30, 2012, at 10:08 AM, William Kyngesburye wrote: > This could happen if you configured for wxPython 2.9 64bit, but didn't bundle > it so it finds the old 32bit wxPython 2.8 in the system at runtime. If you > configure for wxPython 2.8 you should not get arch errors, at least if you >

Re: [GRASS-dev] [GRASS-SVN] r54115 - grass/trunk/general/g.version

2012-11-30 Thread Helena Mitasova
just tested on Mac - this fixes the g.version issue. 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 electronic mail messages in connect

Re: [GRASS-dev] GRASS 6.4.3 release planning

2012-11-30 Thread Martin Landa
Hi, 2012/11/30 Markus Neteler : >> And the ability to use v.external with 3D data >> sources. > > Please try attached v.external64_3D.diff. note related to `v.external`, should be fixed in r54116 (relbr64). Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa __

Re: [GRASS-dev] problems compiling GRASS 7 on Mac

2012-11-30 Thread Martin Landa
2012/11/30 Carlos Grohmann : > Same errors with r54115 what `include/Make/Platform` says about GEOSCFLAGS? Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/list

Re: [GRASS-dev] problems compiling GRASS 7 on Mac

2012-11-30 Thread Carlos Grohmann
Same errors with r54115 Carlos On Fri, Nov 30, 2012 at 1:46 PM, Martin Landa wrote: > Hi, > > 2012/11/29 Michael Barton : > > I did and still had the same problem. > > yeap, try r54115. > > Martin > > -- > Martin Landa * http://geo.fsv.cvut.cz/~landa > -- Prof. Carlos Henrique Grohmann In

Re: [GRASS-dev] problems compiling GRASS 7 on Mac

2012-11-30 Thread Martin Landa
Hi, 2012/11/29 Michael Barton : > I did and still had the same problem. yeap, try r54115. Martin -- Martin Landa * http://geo.fsv.cvut.cz/~landa ___ grass-dev mailing list grass-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/grass-dev

Re: [GRASS-dev] compiling animation, mapswipe, etc.

2012-11-30 Thread Martin Landa
Hi Helena, 2012/11/30 Helena Mitasova : > /Users/helena/grassdev7/grass_trunk/general/g.version what concretely fails? cd /Users/helena/grassdev7/grass_trunk/general/g.version make ? Probably related to [1]. Try `svn up` first. Martin [1] http://lists.osgeo.org/pipermail/grass-dev/2012-Novem

Re: [GRASS-dev] compiling animation, mapswipe, etc.

2012-11-30 Thread William Kyngesburye
This could happen if you configured for wxPython 2.9 64bit, but didn't bundle it so it finds the old 32bit wxPython 2.8 in the system at runtime. If you configure for wxPython 2.8 you should not get arch errors, at least if you make sure to configure 32+64bit. On Nov 29, 2012, at 11:03 PM, He

Re: [GRASS-dev] GRASS7 ImageryLib

2012-11-30 Thread Markus Neteler
On Fri, Nov 30, 2012 at 5:26 AM, Mohammed Rashad wrote: > > All, > > > I found these here[1] and says many things which needed help. So I thought > to give a try in order > > > 1. Imagery Library needs fundamental clean up (the library is not maintained > from GRASS 5) > > Anyone can elaborate on

Re: [GRASS-dev] GRASS 6.4.3 release planning

2012-11-30 Thread Markus Neteler
On Thu, Nov 29, 2012 at 10:16 PM, Benjamin Ducke wrote: > The "outdir=" option in r.walk. Do you refer to this potentially missing backport? https://trac.osgeo.org/grass/ticket/1154#comment:1 > And the ability to use v.external with 3D data > sources. Please try attached v.external64_3D.diff.

Re: [GRASS-dev] [GRASS GIS] #1815: Problem with menu "path to GRASS database" in v.proj en r.proj windows

2012-11-30 Thread GRASS GIS
#1815: Problem with menu "path to GRASS database" in v.proj en r.proj windows +--- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Pri

Re: [GRASS-dev] [GRASS GIS] #1815: Problem with menu "path to GRASS database" in v.proj en r.proj windows

2012-11-30 Thread GRASS GIS
#1815: Problem with menu "path to GRASS database" in v.proj en r.proj windows +--- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Pri

[GRASS-dev] [GRASS GIS] #1815: Problem with menu "path to GRASS database" in v.proj en r.proj windows

2012-11-30 Thread GRASS GIS
#1815: Problem with menu "path to GRASS database" in v.proj en r.proj windows +--- Reporter: pvanbosgeo | Owner: grass-dev@… Type: defect | Status: new Priority: