Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread Glynn Clements
William Kyngesburye wrote: > In addition to the other macpython + wx I mentioned, I installed > PyOpenGl 3.0.0b5. > >>> > >>> This shouldn't be necessary to run OpenGL but maybe Martin is using > >>> it for something. > >>> > >> nviz wouldn't run without it. > > > > Huh? What happens wh

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread Glynn Clements
Michael Barton wrote: > In addition to the other macpython + wx I mentioned, I installed > PyOpenGl 3.0.0b5. > >>> > >>> This shouldn't be necessary to run OpenGL but maybe Martin is using > >>> it for something. > >>> > >> nviz wouldn't run without it. > > > > Huh? What happens when yo

[GRASS-dev] Re: [GRASS GIS] #308: Compiler error while building python swig

2008-09-15 Thread GRASS GIS
#308: Compiler error while building python swig --+- Reporter: cgsbob | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: major

[GRASS-dev] Re: [GRASS GIS] #308: Compiler error while building python swig

2008-09-15 Thread GRASS GIS
#308: Compiler error while building python swig --+- Reporter: cgsbob | Owner: grass-dev@lists.osgeo.org Type: defect | Status: new Priority: major

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread William Kyngesburye
Bummer. Well, when you're ready to look at it, we can start by looking in detail at configuration. Maybe try a very minimal configuration. On Sep 15, 2008, at 10:07 PM, Michael Barton wrote: Unfortunately, getting rid of the swig in /usr/local/bin didn't help. No time now. I'll check more

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread Michael Barton
Unfortunately, getting rid of the swig in /usr/local/bin didn't help. No time now. I'll check more later. Michael On Sep 15, 2008, at 7:41 AM, William Kyngesburye wrote: With rare exceptions, anything in /usr/* is installed by Apple. / usr/local/* should be where your old swig is. See wh

[GRASS-dev] osgeo server error?

2008-09-15 Thread Hamish
Does anyone else get missing/broken image links when looking at the GRASS screenshot pages? I get them almost every time I go there. http://grass.osgeo.org/screenshots/index.php If I right click & view a broken image icon I get the following: http://grass.osgeo.org/screenshots/im

Re: [GRASS-dev] scale and offset in raster maps

2008-09-15 Thread andrea antonello
>> I just wanted to know if the internal GRASS binary format has this >> metadata inside. At that point I guess that the answer is no? > > Correct. > > For an integer map, you can store floating-point values in the > category labels; some modules can use the values from the labels > instead of the

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread Michael Barton
An important issue is that the Mac binaries for wxPython assume an independent MacPython installation rather than an Apple system installation. This is changing, I think. I'll check to see what the status is now. Michael On Sep 15, 2008, at 12:54 AM, Glynn Clements wrote: William Kynge

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread Michael Barton
Bingo! I've got 2 swigs: 1 in /usr/bin and 1 in /usr/local/bin. I'll disable the one in /usr/local/bin and see what happens. Michael On Sep 15, 2008, at 7:41 AM, William Kyngesburye wrote: With rare exceptions, anything in /usr/* is installed by Apple. / usr/local/* should be where your old

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread William Kyngesburye
With rare exceptions, anything in /usr/* is installed by Apple. /usr/ local/* should be where your old swig is. See where the first one is in your PATH with: type swig If it's still /usr/bin/swig, maybe you just need to reinstall Xcode. On Sep 15, 2008, at 9:32 AM, Michael Barton wrote: I i

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread Michael Barton
I installed a swig binary a year or two back. I don't know if the swig that I find in /usr/bin is from that or from the XCode install. Any idea how to tell the difference? If I delete /usr/bin/swig, do you think that stuff will still compile (i.e., find the other swig)? Michael On Sep 15

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread Michael Barton
On Sep 15, 2008, at 1:08 AM, Glynn Clements wrote: William Kyngesburye wrote: Still some X11 libs in there, so it's probably something else outside GRASS loading them (something in python or wx?). Dead end. Though I do see that the wxnviz makefile unconditionally links the X11 librarie

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread Michael Barton
On Sep 15, 2008, at 1:05 AM, Glynn Clements wrote: William Kyngesburye wrote: In addition to the other macpython + wx I mentioned, I installed PyOpenGl 3.0.0b5. This shouldn't be necessary to run OpenGL but maybe Martin is using it for something. nviz wouldn't run without it. Huh? Wha

Re: [GRASS-dev] scale and offset in raster maps

2008-09-15 Thread Glynn Clements
andrea antonello wrote: > I just wanted to know if the internal GRASS binary format has this > metadata inside. At that point I guess that the answer is no? Correct. For an integer map, you can store floating-point values in the category labels; some modules can use the values from the labels i

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread Glynn Clements
Michael Barton wrote: > Still no go. I'm attaching crash logs. I am also noticing that every > make and make install causes a r.terraflow crash--even though I've not > launched r.terraflow. Probably while running "r.terraflow --html-description" to generate the documentation. -- Glynn Clem

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread William Kyngesburye
On Sep 15, 2008, at 8:39 AM, William Kyngesburye wrote: On Sep 15, 2008, at 3:05 AM, Glynn Clements wrote: William Kyngesburye wrote: In addition to the other macpython + wx I mentioned, I installed PyOpenGl 3.0.0b5. This shouldn't be necessary to run OpenGL but maybe Martin is using it f

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread William Kyngesburye
On Sep 14, 2008, at 11:39 PM, Michael Barton wrote: This is my version of swig. Does it match what you have? cmb-MBP-2:grass6_src cmbarton$ swig -version SWIG Version 1.3.31 Compiled with g++ [i686-apple-darwin8.10.1] Please see http://www.swig.org for reporting bugs and further information

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread William Kyngesburye
On Sep 15, 2008, at 12:12 AM, Michael Barton wrote: I tried poking around inside _grass6_wxvdigit.so I don't know if it is meaningful or not, but I found quite a few lines referencing things like... /Developer/SDKs/MacOSX10.4u.sdk/usr/include/c++/4.0.0/bits/ostream.tcc ...instead of the eq

Re: [GRASS-dev] scale and offset in raster maps

2008-09-15 Thread Markus Neteler
Hi Andrea, On Mon, Sep 15, 2008 at 3:04 PM, andrea antonello <[EMAIL PROTECTED]> wrote: > Hi Hamish, > thanks for your answer. > > I just wanted to know if the internal GRASS binary format has this > metadata inside. At that point I guess that the answer is no? did you check http://download.osgeo

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread William Kyngesburye
On Sep 15, 2008, at 3:05 AM, Glynn Clements wrote: William Kyngesburye wrote: In addition to the other macpython + wx I mentioned, I installed PyOpenGl 3.0.0b5. This shouldn't be necessary to run OpenGL but maybe Martin is using it for something. nviz wouldn't run without it. Huh? What

[GRASS-dev] [GRASS GIS] #312: wxNVIZ prints debug to terminal

2008-09-15 Thread GRASS GIS
  Reach Millions of Potential Customers Via Mobile Broadcast! OUR ALL-IN-ONE BROADCAST SOFTWARE MAKES IT EASY FOR YOU!   http://www.automatedblogs4cash.ws/textmessage2cash --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Grou

[GRASS-dev] Re: [GRASS GIS] #291: font settings not saved

2008-09-15 Thread GRASS GIS
#291: font settings not saved ---+ Reporter: msieczka | Owner: martinl Type: defect| Status: assigned Priority: major | Milestone: 6.4.0 Component: wxGUI |

[GRASS-dev] Re: [GRASS GIS] #64: ps.map: patch to set customized scalebar units

2008-09-15 Thread GRASS GIS
#64: ps.map: patch to set customized scalebar units --+- Reporter: alf | Owner: hamish Type: enhancement | Status: closed Priority: minor| Milestone: 6.4.0 Component: p

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread Markus Neteler
On Mon, Sep 15, 2008 at 10:08 AM, Glynn Clements <[EMAIL PROTECTED]> wrote: > > William Kyngesburye wrote: > >> Still some X11 libs in there, so it's probably something else outside >> GRASS loading them (something in python or wx?). Dead end. >> >> Though I do see that the wxnviz makefile uncondi

Re: [GRASS-dev] nviz compile errors on Mac OS X

2008-09-15 Thread Glynn Clements
Dan: It's a fake person. Treat it as such. ALSO if you'd like to join another group try BULLWHIZ on yahoo. It's mine. -- From: "Dan in Atlanta" <[EMAIL PROTECTED]> Sent: Sunday, September 14, 2008 8:27 AM To: "AlexBennettProgram" Subject: Re: Sh

[GRASS-dev] Re: [GRASS GIS] #64: ps.map: patch to set customized scalebar units

2008-09-15 Thread GRASS GIS
#64: ps.map: patch to set customized scalebar units --+- Reporter: alf | Owner: hamish Type: enhancement | Status: closed Priority: minor| Milestone: 6.4.0 Component: p

Re: [GRASS-dev] [GRASS GIS] #308: Compiler error while building python swig

2008-09-15 Thread Glynn Clements
August 2008 Buy your favorite products at almost wholesale from this list below this week only! TIP of the WEEK! "You cannot dream yourself into a character; you must hammer and forge yourself one." - James A. Froude UPDATED List: August 28