Re: [GRASS-dev] reorder tcltk/opengl checks in configure?

2009-05-23 Thread William Kyngesburye
On May 23, 2009, at 12:23 PM, William Kyngesburye wrote: I updated configure[.in] + some makefiles in dev6 branch so that configure + compile works on OSX for a 64bit build with a 32bit TclTk Aqua. PS. That's r37402 http://trac.osgeo.org/grass/changeset/37402 - William Kyngesburye

Re: [GRASS-dev] reorder tcltk/opengl checks in configure?

2009-05-23 Thread William Kyngesburye
OK, I installed an isolated 2.13 and it works as expected. I guess I'll keep it around for GRASS. I updated configure[.in] + some makefiles in dev6 branch so that configure + compile works on OSX for a 64bit build with a 32bit TclTk Aqua. Configure was a bit messy, since the saving of LD

Re: [GRASS-dev] reorder tcltk/opengl checks in configure?

2009-05-23 Thread Glynn Clements
William Kyngesburye wrote: > There's only the 2.61 from Xcode. Is that 2.13 an absolute > requirement or a minimum? The former. > I don't see why a newer autoconf shouldn't support an older > configure.in. Later versions aren't backwards compatible. 2.13 was the last version before autotoo

Re: [GRASS-dev] reorder tcltk/opengl checks in configure?

2009-05-23 Thread William Kyngesburye
I could try installing autoconf 2.13 in a sandbox, so it leaves Xcode alone... On May 23, 2009, at 3:35 AM, Markus Neteler wrote: On Sat, May 23, 2009 at 5:40 AM, William Kyngesburye wrote: There's only the 2.61 from Xcode. Is that 2.13 an absolute requirement or a minimum? I don't see

Re: [GRASS-dev] reorder tcltk/opengl checks in configure?

2009-05-23 Thread Markus Neteler
On Sat, May 23, 2009 at 5:40 AM, William Kyngesburye wrote: > There's only the 2.61 from Xcode.  Is that 2.13 an absolute requirement or a > minimum?  I don't see why a newer autoconf shouldn't support an older > configure.in. Because it is autoconf :) > I tried the more complete sequence of acl

Re: [GRASS-dev] reorder tcltk/opengl checks in configure?

2009-05-22 Thread William Kyngesburye
There's only the 2.61 from Xcode. Is that 2.13 an absolute requirement or a minimum? I don't see why a newer autoconf shouldn't support an older configure.in. I tried the more complete sequence of aclocal/autoheader/automake/ autoconf, but got a bunch of missing template warnings in autohe

Re: [GRASS-dev] reorder tcltk/opengl checks in configure?

2009-05-22 Thread Hamish
William wrote: > I'm trying to fiddle with configure.in to figure out what > to do for tcltk 64bit aqua. When I run autoconf (in dev6 > branch) I get: > > configure.in:47: error: possibly undefined macro: > AC_MSG_ERROR >       If this token and others are legitimate, please use m4_pattern_allow.

Re: [GRASS-dev] reorder tcltk/opengl checks in configure?

2009-05-22 Thread William Kyngesburye
Glynn, I'm trying to fiddle with configure.in to figure out what to do for tcltk 64bit aqua. When I run autoconf (in dev6 branch) I get: configure.in:47: error: possibly undefined macro: AC_MSG_ERROR If this token and others are legitimate, please use m4_pattern_allow. See the

Re: [GRASS-dev] reorder tcltk/opengl checks in configure?

2009-05-14 Thread William Kyngesburye
On May 14, 2009, at 7:50 PM, Glynn Clements wrote: William Kyngesburye wrote: http://trac.osgeo.org/grass/ticket/598 configure needs to temporarily strip out 64bit arch flags on OSX for the TclTk Aqua tests. To do this, based on the OpenGL setting selected (TclTk Aqua is dependent on OpenGL

Re: [GRASS-dev] reorder tcltk/opengl checks in configure?

2009-05-14 Thread Glynn Clements
William Kyngesburye wrote: > http://trac.osgeo.org/grass/ticket/598 > > configure needs to temporarily strip out 64bit arch flags on OSX for > the TclTk Aqua tests. To do this, based on the OpenGL setting > selected (TclTk Aqua is dependent on OpenGL setting = aqua), the > opengl test mus

[GRASS-dev] reorder tcltk/opengl checks in configure?

2009-05-13 Thread William Kyngesburye
For bug http://trac.osgeo.org/grass/ticket/598 configure needs to temporarily strip out 64bit arch flags on OSX for the TclTk Aqua tests. To do this, based on the OpenGL setting selected (TclTk Aqua is dependent on OpenGL setting = aqua), the opengl test must happen before the TclTk tests