Re: [GRASS-dev] RC5 on Mac OS X

2009-09-01 Thread Jeshua Lacock
On Aug 30, 2009, at 5:30 AM, Jeshua Lacock wrote: And when I attempt to launch NVIZ (by choosing 3D view from the map display), the GUI crashes and in the terminal reports: dyld: lazy symbol binding failed: image not found for lazy pointer at 0x286d054 dyld: image not found for lazy

Re: [GRASS-dev] gmath/gpde Patch for grass6.5 and grass7

2009-09-01 Thread Hamish
Hi, I get two errors compiling 6.5svn. The first is because lib/gmath G_math_solvps() fails to return anything when it should return int. I think I fixed it with r38939, but please check to see if that is correct. https://trac.osgeo.org/grass/changeset/38939 The second is in

Re: [GRASS-dev] RC5 on Mac OS X

2009-09-01 Thread Jeshua Lacock
On Sep 1, 2009, at 2:29 AM, Jeshua Lacock wrote: On Aug 30, 2009, at 5:30 AM, Jeshua Lacock wrote: And when I attempt to launch NVIZ (by choosing 3D view from the map display), the GUI crashes and in the terminal reports: dyld: lazy symbol binding failed: image not found for lazy pointer

[GRASS-dev] GV_VOLUME: does it exist?

2009-09-01 Thread Benjamin Ducke
Hi all, could anybody enlighten me about the status of the GRASS 3D geometry type GV_VOLUME? I assume this is meant to be the equivalent of the 2D GV_AREA, i.e. GV_KERNEL + GV_FACE(S)? Is there some actual Vect library level support for processing such geometries or does GV_VOLUME just exist as a

Re: [GRASS-dev] RC5 on Mac OS X

2009-09-01 Thread Jeshua Lacock
On Sep 1, 2009, at 3:32 AM, Jeshua Lacock wrote: On Sep 1, 2009, at 2:29 AM, Jeshua Lacock wrote: On Aug 30, 2009, at 5:30 AM, Jeshua Lacock wrote: And when I attempt to launch NVIZ (by choosing 3D view from the map display), the GUI crashes and in the terminal reports: dyld: lazy

[GRASS-dev] Re: [GRASS GIS] #724: wxGUI: Attribute Table editor lets you modify tables from other mapsets

2009-09-01 Thread GRASS GIS
#724: wxGUI: Attribute Table editor lets you modify tables from other mapsets -+-- Reporter: hamish | Owner: martinl Type: defect | Status: closed Priority: major | Milestone: 6.4.0

[GRASS-dev] [GRASS GIS] #738: wxGUI: Attribute Table editor refresh cosmetics

2009-09-01 Thread GRASS GIS
#738: wxGUI: Attribute Table editor refresh cosmetics -+-- Reporter: hamish | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: minor|

[GRASS-dev] Re: [GRASS GIS] #734: wxGui sqlbuilder: a few bugs

2009-09-01 Thread GRASS GIS
#734: wxGui sqlbuilder: a few bugs -+-- Reporter: hamish | Owner: martinl Type: defect | Status: assigned Priority: major | Milestone: 6.4.0 Component: wxGUI | Version: 6.4.0

Re: [GRASS-dev] gmath/gpde Patch for grass6.5 and grass7

2009-09-01 Thread Soeren Gebbert
Hello Hamish, 2009/9/1 Hamish hamis...@yahoo.com Hi, I get two errors compiling 6.5svn. The first is because lib/gmath G_math_solvps() fails to return anything when it should return int. I think I fixed it with r38939, but please check to see if that is correct.

[GRASS-dev] Re: [GRASS GIS] #734: wxGui sqlbuilder: a few bugs

2009-09-01 Thread GRASS GIS
#734: wxGui sqlbuilder: a few bugs -+-- Reporter: hamish | Owner: martinl Type: defect | Status: assigned Priority: major | Milestone: 6.4.0 Component: wxGUI | Version: 6.4.0

Re: [GRASS-dev] GV_VOLUME: does it exist?

2009-09-01 Thread Hamish
Benjamin Ducke wrote: could anybody enlighten me about the status of the GRASS 3D geometry type GV_VOLUME? I assume this is meant to be the equivalent of the 2D GV_AREA, i.e. GV_KERNEL + GV_FACE(S)? AFAIU it is only really used by NVIZ so far for displaying 3D vector volumes*, but I think it

Re: [GRASS-dev] GV_VOLUME: does it exist?

2009-09-01 Thread Benjamin Ducke
AFAIU it is only really used by NVIZ so far for displaying 3D vector volumes*, but I think it is important to keep it in a state ready to be implemented :) [* e.g. v.in.dxf (not -f) - nviz http://bambi.otago.ac.nz/hamish/grass/screenshots/nyc3d_nviz3_midtown.png ] Hmmm, A quick grep

Re: [GRASS-dev] RC5 on Mac OS X

2009-09-01 Thread Helena Mitasova
Jeshua, can you please test one additional nviz issue? with nc_spm_08 data set, what happens when you run g.region rast=elevation nviz elevation col=landclass96 this used to run, but now I get: Warning: loading failed ERROR: landclass96 is a reclass raster, making it regular raster, fixes

Re: [GRASS-dev] RC5 on Mac OS X

2009-09-01 Thread William Kyngesburye
On Sep 1, 2009, at 4:42 AM, Jeshua Lacock wrote: Note that I am able to start nviz by issuing the command in the terminal. The GUI loads, but my dem is not drawn when I hit DRAW - it is just blank. Wow - how embarrassing! I did not have the region set right. So niviz is in-fact working

Re: [GRASS-dev] RC5 on Mac OS X

2009-09-01 Thread William Kyngesburye
On Sep 1, 2009, at 4:52 PM, Jeshua Lacock wrote: Should _grass6_wxvdigit.so and _grass6_wxnviz.so be linked to libwx_mac? Because they are not, and that is where the symbol that _grass6_wxvdigit is failing to find lives. Maybe. I'm not quite sure about some of the finer details of linking

Re: [GRASS-dev] RC5 on Mac OS X

2009-09-01 Thread William Kyngesburye
On Sep 1, 2009, at 5:12 PM, Jeshua Lacock wrote: That did the trick, thanks! Both wx-digit and wx-nviz both work now. I *suspect* that means the wxpython GUI is not compatible with 2.8.10. It works fine with 2.8.10. I think your compiled wxpython didn't install correctly. Try installing

[GRASS-dev] nviz with reclass files

2009-09-01 Thread Helena Mitasova
I just tried in on wingrass and it has the same problem - it actually drapes the raster over the surface but then it gets stuck. Reclass rasters should probably go away in future releases but they are from the times when disk space was valuable. Such rasters are derived by reclassification

[GRASS-dev] g.extension global name error

2009-09-01 Thread Jeshua Lacock
Greetings, I just checkout and compiled g.extension for RC5 here on Mac OS X. If I just enter g.extension at the prompt, the GUI comes up. If I run it from the GUI or the command line I get this error: (Tue Sep 1 19:11:25 2009) g.extension -l

[GRASS-dev] Re: [GRASS GIS] #129: a fix for NVIZ site's dependency: elimination of sites lib dependency

2009-09-01 Thread GRASS GIS
#129: a fix for NVIZ site's dependency: elimination of sites lib dependency --+- Reporter: neteler | Owner: neteler Type: defect | Status: assigned Priority: major|

[GRASS-dev] Location Wizard Error

2009-09-01 Thread Jeshua Lacock
Greetings, I just tried to use the wxpython location wizard with RC5 to create a UTM, wgs84, N, zone 16 location and after entering the information and clicking the Finish button, I get the error: Error in command execution g.proj Execution failed: 'g.proj -c

Re: [GRASS-dev] Location Wizard Error

2009-09-01 Thread Hamish
Jeshua Lacock wrote: I just tried to use the wxpython location wizard with RC5 to create a UTM, wgs84, N, zone 16 location and after entering the information and clicking the Finish button, I get the error:     Error in command execution g.proj     Execution failed: 'g.proj -c that was