Re: [GRASS-dev] errors compiling nviz in GRASS 7

2008-07-06 Thread William Kyngesburye
On Jul 6, 2008, at 6:58 PM, Michael Barton wrote: Here is the location of the native OGL (called AGL on Mac). /System/Library/Frameworks/AGL.framework/Versions/A/Headers/gl.h Which is a symlink to /System/Library/Frameworks/OpenGL.frameworks/ Headers/gl.h. Which is what you get when you conf

Re: [GRASS-dev] errors compiling nviz in GRASS 7

2008-07-06 Thread Michael Barton
Here is the location of the native OGL (called AGL on Mac). /System/Library/Frameworks/AGL.framework/Versions/A/Headers/gl.h Michael C. Michael Barton, Professor of Anthropology Director of Graduate Studies School of Human Evolution & Social Change Center for Social Dynamics

Re: [GRASS-dev] errors compiling nviz in GRASS 7

2008-07-06 Thread Michael Barton
I found it and this may be the issue. This refers back to an issue that William raised with Martin over compiling for Mac. The OpenGL that GRASS uses is located in /usr/X11/include/GL/gl.h. That is, it uses the X11 version of GL for NVIZ. If the new lib is building for wxPython, then it nee

Re: [GRASS-dev] errors compiling nviz in GRASS 7

2008-07-06 Thread Michael Barton
I'm sure that OpenGL is on my machine somewhere, but can't find it at the moment. Once I do, I can check for gl.h and report it's path back to you all. Michael C. Michael Barton, Professor of Anthropology Director of Graduate Studies School of Human Evolution & Social Cha

Re: [GRASS-dev] errors compiling nviz in GRASS 7

2008-07-06 Thread Martin Landa
Hi, 2008/7/6 William Kyngesburye <[EMAIL PROTECTED]>: [...] > Just noticing that nviz gets its own library now, probably so that there can > be a tcltk nviz and wxpython nviz without duplicating the core nviz > features. Now here's something that gets tricky with OSX. experimental nvizlib is use

Re: [GRASS-dev] errors compiling nviz in GRASS 7

2008-07-06 Thread William Kyngesburye
On Jul 6, 2008, at 3:36 PM, William Kyngesburye wrote: On Jul 6, 2008, at 3:23 PM, Markus Neteler wrote: Errors in: /Users/cmbarton/grass_dev/grass7_src/lib/nviz /Users/cmbarton/grass_dev/grass7_src/gui/wxpython/vdigit /Users/cmbarton/grass_dev/grass7_src/gui/wxpython/nviz /Users/cmbarton/gras

Re: [GRASS-dev] errors compiling nviz in GRASS 7

2008-07-06 Thread William Kyngesburye
On Jul 6, 2008, at 3:23 PM, Markus Neteler wrote: Errors in: /Users/cmbarton/grass_dev/grass7_src/lib/nviz /Users/cmbarton/grass_dev/grass7_src/gui/wxpython/vdigit /Users/cmbarton/grass_dev/grass7_src/gui/wxpython/nviz /Users/cmbarton/grass_dev/grass7_src/visualization/nviz2/cmd -- ... cmb-MBP-

[GRASS-dev] Re: errors compiling nviz in GRASS 7

2008-07-06 Thread Martin Landa
Hi, 2008/7/6 Michael Barton <[EMAIL PROTECTED]>: > First, Markus' fix made GRASS 7 configure properly too. that's Glynn's fix:-) [...] > Errors in: > /Users/cmbarton/grass_dev/grass7_src/lib/nviz [...] > /Users/cmbarton/grass_dev/grass7_src/dist.i386-apple-darwin9.4.0/include/grass/gstypes.h:

Re: [GRASS-dev] errors compiling nviz in GRASS 7

2008-07-06 Thread Markus Neteler
Michael, On Sun, Jul 6, 2008 at 10:16 PM, Michael Barton <[EMAIL PROTECTED]> wrote: > First, Markus' fix made GRASS 7 configure properly too. (for the record): it was actually Glynn's fix. > But when I went to compile it, I hit errors with nviz. > I'm on a Mac OS X 10.5. If this is bug-worthy, I

[GRASS-dev] errors compiling nviz in GRASS 7

2008-07-06 Thread Michael Barton
First, Markus' fix made GRASS 7 configure properly too. But when I went to compile it, I hit errors with nviz. Some of these are the new code, but ./lib/niviz won't compile either. I don't know if this is a minor compilation glitch or a bug. I've included the output below. For the record

[GRASS-dev] Re: configuration error compiling 6.4 - can't find gdal

2008-07-06 Thread Michael Barton
I got Williams's post just after sending off my error report. I just updated again from the SVN and GRASS 6.4 configures fine. I'm building it now and will try 7 once this is finished. Michael C. Michael Barton, Professor of Anthropology Director of Graduate Studies Schoo

[GRASS-dev] GRASS won't compile - can't 'find' gdal

2008-07-06 Thread Michael Barton
I just tried to compile GRASS yesterday to catch up. It won't get past configure, giving a gdal not found error. I'm using a Mac with OS X 10.5 I'm using the same configuration string that worked a couple weeks back. I updated from source yesterday (GRASS 6.4 and 7 give the same results). To be on

[GRASS-dev] GRASS won't compile - can't 'find' gdal

2008-07-06 Thread Michael Barton
I just tried to compile GRASS yesterday to catch up. It won't get past configure, giving a gdal not found error. I'm using a Mac with OS X 10.5 I'm using the same configuration string that worked a couple weeks back. I updated from source yesterday (GRASS 6.4 and 7 give the same results). To be on

Re: [GRASS-dev] grass6_devel, problems to find gdal library

2008-07-06 Thread William Kyngesburye
On Jul 6, 2008, at 1:52 PM, Markus Neteler wrote: On Sun, Jul 6, 2008 at 8:33 PM, Glynn Clements <[EMAIL PROTECTED] > wrote: Markus Neteler wrote: On Sun, Jul 6, 2008 at 7:29 PM, William Kyngesburye <[EMAIL PROTECTED]> wrote: Finally had a chance to try it myself. Looks like changes in r319

Re: [GRASS-dev] grass6_devel, problems to find gdal library

2008-07-06 Thread Markus Neteler
On Sun, Jul 6, 2008 at 8:33 PM, Glynn Clements <[EMAIL PROTECTED]> wrote: > Markus Neteler wrote: >> On Sun, Jul 6, 2008 at 7:29 PM, William Kyngesburye >> <[EMAIL PROTECTED]> wrote: >> > Finally had a chance to try it myself. Looks like changes in r31909 broke >> > it. The tests are now includin

Re: [GRASS-dev] grass6_devel, problems to find gdal library

2008-07-06 Thread Glynn Clements
Markus Neteler wrote: > On Sun, Jul 6, 2008 at 7:29 PM, William Kyngesburye > <[EMAIL PROTECTED]> wrote: > > Finally had a chance to try it myself. Looks like changes in r31909 broke > > it. The tests are now including gdal.h, yet the GDAL include path isn't > > added to the test compile: > >

Re: [GRASS-dev] grass6_devel, problems to find gdal library

2008-07-06 Thread Markus Neteler
On Sun, Jul 6, 2008 at 7:29 PM, William Kyngesburye <[EMAIL PROTECTED]> wrote: > Finally had a chance to try it myself. Looks like changes in r31909 broke > it. The tests are now including gdal.h, yet the GDAL include path isn't > added to the test compile: That r31909 change is the backport of

[GRASS-dev] Re: [GRASS GIS] #218: wxGUI modules don't refresh the list of available maps

2008-07-06 Thread GRASS GIS
#218: wxGUI modules don't refresh the list of available maps ---+ Reporter: msieczka | Owner: martinl Type: defect| Status: assigned Priority: major | Milestone: 6.4.0

Re: [GRASS-dev] grass6_devel, problems to find gdal library

2008-07-06 Thread William Kyngesburye
Finally had a chance to try it myself. Looks like changes in r31909 broke it. The tests are now including gdal.h, yet the GDAL include path isn't added to the test compile: configure:7677: gcc -o conftest -Os -arch ppc -arch i386 -arch ppc - arch i386 -arch ppc -arch i386 conftest.c -L/

[GRASS-dev] Re: [GRASS GIS] #204: warnings printed on GRASS startup when selecting Location and Mapset

2008-07-06 Thread GRASS GIS
#204: warnings printed on GRASS startup when selecting Location and Mapset ---+ Reporter: msieczka | Owner: martinl Type: defect| Status: assigned Priority: minor | Mileston

[GRASS-dev] Re: [GRASS GIS] #204: warnings printed on GRASS startup when selecting Location and Mapset

2008-07-06 Thread GRASS GIS
#204: warnings printed on GRASS startup when selecting Location and Mapset ---+ Reporter: msieczka | Owner: martinl Type: defect| Status: assigned Priority: minor | Mileston

[GRASS-dev] Re: [GRASS GIS] #219: "Stop" button should not be active until the module starts running

2008-07-06 Thread GRASS GIS
#219: "Stop" button should not be active until the module starts running ---+ Reporter: msieczka | Owner: martinl Type: defect| Status: closed Priority: minor | Milestone:

[GRASS-dev] Re: [GRASS GIS] #221: Add "Help" button as in gis.m

2008-07-06 Thread GRASS GIS
#221: Add "Help" button as in gis.m --+- Reporter: neteler | Owner: martinl Type: enhancement | Status: closed Priority: minor| Milestone: 6.4.0 Component: wxGUI|

Re: [GRASS-dev] what does -a in i.rectify do?

2008-07-06 Thread Markus Neteler
On Sun, Jul 6, 2008 at 12:14 PM, Maciej Sieczka <[EMAIL PROTECTED]> wrote: > Markus Neteler pisze: >> On Sat, Jul 5, 2008 at 7:43 PM, Maciej Sieczka <[EMAIL PROTECTED]> wrote: > I was going to change their *descriptions*, eg.: > > 1. "Name of the imagery group" -> "Input imagery group name" (to mak

Re: [GRASS-dev] what does -a in i.rectify do?

2008-07-06 Thread Maciej Sieczka
Markus Neteler pisze: On Sat, Jul 5, 2008 at 7:43 PM, Maciej Sieczka <[EMAIL PROTECTED]> wrote: Would it hurt if I chenged the module's options descriptions to comply with GRASS lingo (eg. "raster map" instead of "file" etc.). In both 6.4.svn and trunk it is now: i.rectify [-ca] [input=name

[GRASS-dev] Re: [GRASS GIS] #221: Add "Help" button as in gis.m

2008-07-06 Thread GRASS GIS
#221: Add "Help" button as in gis.m --+- Reporter: neteler | Owner: martinl Type: enhancement | Status: assigned Priority: minor| Milestone: 6.4.0 Component: wxGUI|

Re: [GRASS-dev] what does -a in i.rectify do?

2008-07-06 Thread Markus Neteler
On Sat, Jul 5, 2008 at 7:43 PM, Maciej Sieczka <[EMAIL PROTECTED]> wrote: > Dear All, > > I'm trying to cleanup i.rectify manual. I don't see any difference > between -a (Rectify all images in group) set and not set - in either > case all raster maps in the group are rectified. Is this a bug or am

[GRASS-dev] [GRASS GIS] #221: Add "Help" button as in gis.m

2008-07-06 Thread GRASS GIS
#221: Add "Help" button as in gis.m -+-- Reporter: neteler | Owner: grass-dev@lists.osgeo.org Type: enhancement | Status: new Priority: minor| Milestone: 6.4.0