Re: [Flightgear-devel] configuration info (svn part)

2010-02-07 Thread Jari Häkkinen
Wow, what a debate. This is a reply to an early post in this thread. On 2/5/10 6:21 PM, Martin Spott wrote: Jari Häkkinen wrote: Actually I think subversion support in terrasync should be removed altogether or fixed. If removed then all svn checks could be removed. Oh my, could you

Re: [Flightgear-devel] configuration info

2010-02-05 Thread Geoff McLane
Hi Jari, I read _LOUDLY_ your 'fear' that changing anything to do with the 'svn' may cause some unwanted change... but feel this is totally unfounded... It seems my explanation that changing - AC_CHECK_HEADERS([svn_client.h glut.h]) - to - AC_CHECK_HEADERS([svn_client.h]) would change NOTHING

Re: [Flightgear-devel] configuration info

2010-02-05 Thread Jari Häkkinen
On 2/5/10 4:04 PM, Geoff McLane wrote: Hi Jari, I read _LOUDLY_ your 'fear' that changing anything to do with the 'svn' may cause some unwanted change... but feel this is totally unfounded... Yes, I agree. My bad. I added your checks to my configure.ac. Jari

Re: [Flightgear-devel] configuration info (svn part)

2010-02-05 Thread Jari Häkkinen
On 2/5/10 4:04 PM, Geoff McLane wrote: But I have had more time to write, and test a BETTER patch attached that :- (a) does NOT change the svn_client.h lines ;=((, (a) should be changed, I agree with your original proposal. Actually I think subversion support in terrasync should be removed

Re: [Flightgear-devel] configuration info (svn part)

2010-02-05 Thread Martin Spott
Jari Häkkinen wrote: Actually I think subversion support in terrasync should be removed altogether or fixed. If removed then all svn checks could be removed. Oh my, could you _please_ stop this litany ? One posting of this sort per day should really be enough, two or more are a nuisance.

Re: [Flightgear-devel] configuration info (svn part)

2010-02-05 Thread Martin Spott
Martin Spott wrote: Oh my, could you _please_ stop this litany ? One posting of this sort per day should really be enough, two or more are a nuisance. According to my experience you're trying to make people throw the baby out with the bath water, which is not appropriate here. which,

Re: [Flightgear-devel] configuration info (svn part)

2010-02-05 Thread Geoff McLane
Hi Jari, Geoff, how do you make it through the svn check in configure.ac or really building terrasync? I don't have any problems ;=)) utils/TerraSync/ terrasync builds without ANY problems in my 64-bit Ubuntu 8.04... I do _NOT_ have the svn library, nor svn_client.h installed, but of course

Re: [Flightgear-devel] configuration info

2010-02-04 Thread Geoff McLane
On Wed, 2010-02-03 at 08:47 -0700, John Denker wrote: There is a little script to collect that information: http://www.av8n.com/fly/fgfs/barf Thanks John for your 'barf' script. I modified it to suit my Ubuntu environment. My script is at :- http://geoffair.net/tmp/fgfs-info In it I noted

Re: [Flightgear-devel] configuration info

2010-02-04 Thread Jari Häkkinen
The suggested patch to configure.ac may have unwanted side effects in that if may trigger a build of a terrasync binary with builtin subversion calls rather than use of external svn calls. The problem with terrasync using builtin subversion calls is that the current implementation does don't

Re: [Flightgear-devel] configuration info

2010-02-04 Thread Geoff McLane
Hi Jari, HOW? My patch separated the check for 'svn_client.h' from the check for 'glut.h'... I have no idea why these two checks were put together in the first place... they are nothing to do with each other... And if you checked the config.log you would see that these were always done as two

Re: [Flightgear-devel] configuration info

2010-02-04 Thread Jari Häkkinen
On 2/4/10 6:16 PM, Geoff McLane wrote: Hi Jari, HOW? I have nothing against your patch, actually I have thrown away the check for glut.h completely in my local configure.ac. The check for glut.h is not needed. On my machine (Mac OS X 10.6) the AC_CHECK_HEADERS([svn_client.h glut.h]) always

Re: [Flightgear-devel] configuration info

2010-02-03 Thread John Denker
On 02/03/2010 01:37 AM, Tim Moore wrote: What hardware and driver? A possible workaround is to comment out the conditional tests related to gl_FrontFacing in Shaders/default.frag and Shaders/mat-anim.frag. Tim Whoops, never mind. Try the Shaders/mat-anim.frag that I just checked into CVS