Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-02-01 Thread Glynn Clements
William Kyngesburye wrote: On Jan 31, 2008, at 3:40 AM, Glynn Clements wrote: It still needs some internal files on Windows and MacOSX, specifically: MacOSX: These don't appear to be in the GRASS source any more. #include tclMacCommonPch.h This is an old Mac Classic

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-02-01 Thread William Kyngesburye
On Feb 1, 2008, at 5:09 AM, Glynn Clements wrote: #include tkMacOSX.h #include tkMacOSXInt.h These are only needed when using the Aqua TclTk. X11 TclTk on OSX is pure unix (and the one I recommend). I would recommend getting the native version to build. It shouldn't be

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-31 Thread Glynn Clements
Markus Neteler wrote: You can fix that by adding the missing headers to visualization/nviz/src/ ... The togl.c contains a set of 'if' + 'elif' to reflect the various version numbers, so update that, too. It's pretty straightforward... Apparently I am wrong here. It seems that

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-31 Thread Markus Neteler
On Jan 31, 2008 10:40 AM, Glynn Clements [EMAIL PROTECTED] wrote: Markus Neteler wrote: Apparently I am wrong here. It seems that Glynn's update to togl.c 1.7 make it unnecessary to include the headers. I don't think that any of the tkInt* stuff is needed any more. Headers now removed:

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-31 Thread William Kyngesburye
On Jan 31, 2008, at 3:40 AM, Glynn Clements wrote: It still needs some internal files on Windows and MacOSX, specifically: MacOSX: These don't appear to be in the GRASS source any more. #include tclMacCommonPch.h This is an old Mac Classic (that is, pre-OSX) Tcl header. From

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-30 Thread Moritz Lennert
On 30/01/08 10:01, Paul Kelly wrote: On Tue, 29 Jan 2008, Michael Barton wrote: Actually I tried that and it still didn't work, though maybe for other reasons. Can you say what the exact problem is - detailed description, exact error message and so on? It seems people are trying to help but

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-30 Thread Benjamin Ducke
In short: I'm very willing to continue to create the wingrass packages, but I don't seem to find the time to also have to set up the compilation environment with all the dependencies. Currently I'm using what you provided more than a year ago... Same is true for me: I got almost all the

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-30 Thread Gerald Nelson
PROTECTED] Subject: Re: [GRASS-dev] WinGRASS needs TclTk 8.4 To: Gerald Nelson [EMAIL PROTECTED] Cc: 'Markus Neteler' [EMAIL PROTECTED], 'GRASS developers list' grass-dev@lists.osgeo.org Actually I tried that and it still didn't work, though maybe for other reasons. Michael

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-30 Thread Michael Barton
On Jan 30, 2008, at 2:01 AM, Paul Kelly wrote: On Tue, 29 Jan 2008, Michael Barton wrote: Actually I tried that and it still didn't work, though maybe for other reasons. Can you say what the exact problem is - detailed description, exact error message and so on? It seems people are

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-30 Thread Michael Barton
On Jan 30, 2008, at 5:21 AM, Moritz Lennert wrote: On 30/01/08 10:01, Paul Kelly wrote: On Tue, 29 Jan 2008, Michael Barton wrote: Actually I tried that and it still didn't work, though maybe for other reasons. Can you say what the exact problem is - detailed description, exact error

RE: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-30 Thread Gerald Nelson
shell window and see output there. Jerry -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Michael Barton Sent: Wednesday, January 30, 2008 9:20 AM To: Paul Kelly Cc: 'GRASS developers list' Subject: Re: [GRASS-dev] WinGRASS needs TclTk 8.4 On Jan 30, 2008

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-30 Thread Markus Neteler
On Jan 29, 2008 10:24 PM, Markus Neteler [EMAIL PROTECTED] wrote: ... You can fix that by adding the missing headers to visualization/nviz/src/ ... The togl.c contains a set of 'if' + 'elif' to reflect the various version numbers, so update that, too. It's pretty straightforward... Apparently

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-30 Thread Michael Barton
: 'GRASS developers list' Subject: Re: [GRASS-dev] WinGRASS needs TclTk 8.4 On Jan 30, 2008, at 2:01 AM, Paul Kelly wrote: On Tue, 29 Jan 2008, Michael Barton wrote: Actually I tried that and it still didn't work, though maybe for other reasons. Can you say what the exact problem is - detailed

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-29 Thread Markus Neteler
On Jan 15, 2008 6:51 PM, Michael Barton [EMAIL PROTECTED] wrote: Moritz, In accidental testing, we've discovered that WinGRASS won't run with TclTk 8.5. It needs 8.4. William Kyngesbury also ran into a problem with TclTk 8.5 for Mac. You can fix that by adding the missing headers to

RE: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-29 Thread Gerald Nelson
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Markus Neteler Sent: Tuesday, January 29, 2008 3:24 PM To: Michael Barton Cc: GRASS developers list Subject: Re: [GRASS-dev] WinGRASS needs TclTk 8.4 On Jan 15, 2008 6:51 PM, Michael Barton [EMAIL PROTECTED] wrote

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-29 Thread Michael Barton
developers list Subject: Re: [GRASS-dev] WinGRASS needs TclTk 8.4 On Jan 15, 2008 6:51 PM, Michael Barton [EMAIL PROTECTED] wrote: Moritz, In accidental testing, we've discovered that WinGRASS won't run with TclTk 8.5. It needs 8.4. William Kyngesbury also ran into a problem with TclTk 8.5

Re: [GRASS-dev] WinGRASS needs TclTk 8.4

2008-01-29 Thread Michael Barton
It seems like using 8.4 would be a lot easier. If we were staying with TclTk, it would be worth it to solve this kind of upgrade issue. But if we are switching to wxPython, I'm not suure that it's worth it. Michael C. Michael Barton, Professor of Anthropology Director