Re: [Flightgear-devel] download_and_compile.sh - version 1.9.12 finally ready

2013-10-14 Thread Pat
Geoff, Thanks for testing this. I left a set -x on line 371 which causes the double output you're seeing on -h. I've removed it. Also, I've changes the svn for plib to http://svn.code.sf.net/p/plib/code/trunk/. OSG and PLIB are slated for different treatment in a future version. If the chos

[Flightgear-devel] download_and_compile.sh - version 1.9.12 finally ready

2013-09-22 Thread Pat
Version 1.9.12 will build 2.10.0 as stable with -s, next without the -s 2.12.0 with -B release/2.12.0 master with -B master can someone do a final check on https://www.gitorious.org/fg/fg-download-and-compile-fgmeta/raw/6516d8db2c0ab3cf19722b5d3aa49e2860b6cf9b:d

Re: [Flightgear-devel] Download_and_compile.sh

2013-07-26 Thread Pat
James and Francesco, Proposal: The version of the script on the official fgmeta next, master and the upcoming release branch and should be maintained and should work. The same script version can be on each of these branches. Currently master does not work. next thinks stable is 2.8.0. Note that

Re: [Flightgear-devel] Download_and_compile.sh

2013-07-22 Thread Pat
James and Francesco, Proposal: The version of the script on the official fgmeta next, master and the upcoming release branch and should be maintained and should work. The same script version can be on each of these branches. Currently master does not work. next thinks stable is 2.8.0. Note that

Re: [Flightgear-devel] Download_and_compile.sh

2013-07-22 Thread James Turner
On 20 Jul 2013, at 15:06, Pat wrote: > Eventually I'd like to have a maintainable version on each branch. > > What we have in fgmeta master and fgmeta 2.10.0 is script version 1.9.4 > The one on 2.8.0 is even older, 1.31. None of these work, mostly > because of the osg svn url change and maybe

Re: [Flightgear-devel] Download_and_compile.sh

2013-07-20 Thread Pat
James, Eventually I'd like to have a maintainable version on each branch. What we have in fgmeta master and fgmeta 2.10.0 is script version 1.9.4 The one on 2.8.0 is even older, 1.31. None of these work, mostly because of the osg svn url change and maybe other things. Someone would have to tes

Re: [Flightgear-devel] Download_and_compile.sh

2013-07-18 Thread James Turner
On 18 Jul 2013, at 12:45, Pat wrote: > > Francesco Brisa, the maintainer of download_and_compile.sh has not > reviewed the changes so this remains on the tean repo for now. > > I'm using this version on a regular basis, but I need others to test > this version and give feedback before I'll ask

Re: [Flightgear-devel] Download_and_compile.sh

2013-07-18 Thread Francesco Angelo Brisa
good job put, yesterday I received my new PC, so I have a fully new "fast" pc to test it on :-) In August I will have plenty of time to further help. My best compliments to Pat ! 2013/7/18 Pat > An updated version of Download_and_compile.sh is available with > numerous changes. without specif

[Flightgear-devel] Download_and_compile.sh

2013-07-18 Thread Pat
An updated version of Download_and_compile.sh is available with numerous changes. without specifying version it will build next. -s builds 2.8.0. It can also build 2.12.0, 2.10.0 and 2.8.0, or any other branch, tag or commit. (-B and -V options.) -D 1 will use a more efficient directory structur

[Flightgear-devel] download_and_compile.sh and CMake Superbuild discussion

2013-06-08 Thread Pat
Pat Callahan and James Turner had an irc converation today about building flightgear. Here is Pat's summary of the main points Ongoing changes to Download_and_compile.sh Pat's goal is to increase the functionality of the script without changing the way it is used for simple builds

Re: [Flightgear-devel] download_and_compile.sh one git repository or serveral.

2013-02-27 Thread Pat
I thought there would be a benefit to moving fgdata out from under ${CBD}/install. Currently, if you do mulitple builds with different options in different folders, you end up with multiple copies of the same version of fgdata, even though a related build has a perfectly good copy. I've got it s

Re: [Flightgear-devel] download_and_compile.sh one git repository or serveral.

2013-02-27 Thread Pat
On Mon, 25 Feb 2013 12:19:54 +0100 Stefan Seifert wrote: > On Sunday 24 February 2013 22:18:05 Pat wrote: > > > > > Anders made a suggestion on IRC I'm going to follow up on. " > > > > You can have local git clones that share the same .git/* files > > > > via file links" > > > > > > ..you feed

Re: [Flightgear-devel] download_and_compile.sh one git repository or serveral.

2013-02-25 Thread James Turner
On 25 Feb 2013, at 14:54, Anders Gidenstam wrote: > What you want to do is a --local clone, e.g.: > git clone --local ~/FlightGear/build/SimGear/simgear.git > > It creates hard links between the (or some) .git/* files in the new and > origin repositories. It only works if both are on the same

Re: [Flightgear-devel] download_and_compile.sh one git repository or serveral.

2013-02-25 Thread Anders Gidenstam
On Sun, 24 Feb 2013, Pat wrote: > >>> Anders made a suggestion on IRC I'm going to follow up on. " You can >>> have local git clones that share the same .git/* files via file >>> links" >> >> ..you feed 4 build trees from 1 git clone, how? >> A "du -sch $git-n-build-trees" on them all? >> > I'm ju

Re: [Flightgear-devel] download_and_compile.sh one git repository or serveral.

2013-02-25 Thread Stefan Seifert
On Sunday 24 February 2013 22:18:05 Pat wrote: > > > Anders made a suggestion on IRC I'm going to follow up on. " You can > > > have local git clones that share the same .git/* files via file > > > links" > > > > ..you feed 4 build trees from 1 git clone, how? > > A "du -sch $git-n-build-trees" o

[Flightgear-devel] download_and_compile.sh one git repository or serveral.

2013-02-25 Thread Pat
> > patch-1.9-8-xv.patch adds the x and v options for debugging. > > patch-1.9-8-w.patch adds the w option, w standing for "Where to > > Build" > > patch-1.9-8-wxv.patch combines both changes. > > ..alongside those, I like to see _what_ I build|t _when_, so I > auto-rename my logs, and I belie

Re: [Flightgear-devel] download_and_compile.sh

2012-11-12 Thread Francesco Angelo Brisa
Yes, reading :-) 2012/11/12 ThorstenB > On 12.11.2012 14:25, Pat wrote: > > I've been learning a lot about Linux development by reading the > > download_and_compile.sh. I have a few ideas for enhancements to the > > script. > > > > Is anyone keeping a list of requested enhancements to the scri

Re: [Flightgear-devel] download_and_compile.sh

2012-11-12 Thread ThorstenB
On 12.11.2012 14:25, Pat wrote: > I've been learning a lot about Linux development by reading the > download_and_compile.sh. I have a few ideas for enhancements to the > script. > > Is anyone keeping a list of requested enhancements to the script? > > Is this list the right place for discussion of

[Flightgear-devel] download_and_compile.sh

2012-11-12 Thread Pat
I've been learning a lot about Linux development by reading the download_and_compile.sh. I have a few ideas for enhancements to the script. Is anyone keeping a list of requested enhancements to the script? Is this list the right place for discussion of the script and changes to it? -Pat --

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-16 Thread Arnt Karlsen
On Fri, 15 Apr 2011 15:20:58 +0200, Geoff wrote in message <1302873658.8552.1.camel@DELL02>: > Hi Arnt, > > >> > >> http://geoffair.org/tmp/makefg > > ..idea for makefg-1.3.0: WEUSESYSTEMPLIB=1, WEUSESYSTEMOSG=1 > > Already thought of, and done ;=)) ..aha, I was in an hurry and wonderi

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-15 Thread Geoff McLane
Hi Arnt, >> > >> http://geoffair.org/tmp/makefg > ..idea for makefg-1.3.0: WEUSESYSTEMPLIB=1, WEUSESYSTEMOSG=1 Already thought of, and done ;=)) For all the recent versions there are options - PLIBPATH= OSGPATH= Which should do what you ask, but I have NEVER installed PLIB nor OSG into a '

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-14 Thread Arnt Karlsen
On Thu, 14 Apr 2011 20:24:50 +0200, Geoff wrote in message <1302805490.6456.10.camel@DELL02>: > Hi Arnt, > > > >> http://geoffair.org/tmp/makefg > This is 'now' 1.2.5, since I am quite happy with > it so far... but still testing... > > But specific version are usually also available > under

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-14 Thread Geoff McLane
Hi Arnt, > >> http://geoffair.org/tmp/makefg This is 'now' 1.2.5, since I am quite happy with it so far... but still testing... But specific version are usually also available under their version numbers - http://geoffair.org/tmp/makefg-1.2.5 http://geoffair.org/tmp/makefg-1.2.4 http://geof

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-14 Thread Arnt Karlsen
On Thu, 14 Apr 2011 18:51:45 +0200, Geoff wrote in message <1302799905.6456.2.camel@DELL02>: > Hi Arnt, > > >> http://geoffair.org/tmp/makefg > > ..your makef|tg is still version 1.2.3, Geoff? > That link should be to 1.2.4 IIRC. And have not > used/changed the 'tg' version for _MANY_ months,

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-14 Thread Geoff McLane
Hi Arnt, >> http://geoffair.org/tmp/makefg > ..your makef|tg is still version 1.2.3, Geoff? That link should be to 1.2.4 IIRC. And have not used/changed the 'tg' version for _MANY_ months, but also think it should be 1.2.4... Am presently testing a makefg 1.2.5, especially using an OSGTRUNK swi

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-11 Thread Arnt Karlsen
On Mon, 11 Apr 2011 15:53:59 +0200, Geoff wrote in message <1302530039.6696.5.camel@DELL02>: > Hi Francesco, > > Good to see your post... > > Re: download_and_compile.sh > > Thank you, thank you, and thank you for your scripts ;=)) > It was, and _IS_, the basis of my own script, 'makefg', > h

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-11 Thread Arnt Karlsen
On Mon, 11 Apr 2011 20:59:09 +0200, ThorstenB wrote in message <4da34f7d.7040...@gmail.com>: > On 11.04.2011 17:29, Francesco Angelo Brisa wrote: > > well ,I will make some experiments on 2.9.10 if it finds out to > > compile easly and to be quite stable, I will make it the default > > behav

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-11 Thread ThorstenB
On 11.04.2011 17:29, Francesco Angelo Brisa wrote: > well ,I will make some experiments on 2.9.10 if it finds out to > compile easly and to be quite stable, I will make it the default > behaviour, with 2.8.3 as stable option. When we last discussed this (February), 2.9.9 was reported to be sta

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-11 Thread Francesco Angelo Brisa
2011/4/11 Alex D-HUND > Am Mon, 11 Apr 2011 12:13:52 +0200 > schrieb Francesco Angelo Brisa : > > > for example some changes are to use osg 2.8.3 as default (Always use > > stabel version) since last versions does not compile with simgear. > > > Ahoy Brisa, > Hi D-HUND ! > > a few weeks ago I

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-11 Thread Francesco Angelo Brisa
2011/4/11 Geoff McLane > Hi Francesco, > > Good to see your post... > > Re: download_and_compile.sh > > Thank you, thank you, and thank you for your scripts ;=)) > happy to see that the script is usefull to you ! > It was, and _IS_, the basis of my own script, 'makefg', > http://geoffair.org/

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-11 Thread Alex D-HUND
Am Mon, 11 Apr 2011 12:13:52 +0200 schrieb Francesco Angelo Brisa : > for example some changes are to use osg 2.8.3 as default (Always use > stabel version) since last versions does not compile with simgear. Ahoy Brisa, a few weeks ago I startet some testing with different versions of OSG on FG

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-11 Thread Arnt Karlsen
On Mon, 11 Apr 2011 13:44:11 +0200, HB-GRAL wrote in message <4da2e98b.7090...@sablonier.ch>: > Am 11.04.11 13:29, schrieb Arnt Karlsen: > rsion) since last versions does not compile with simgear. > > > > ..is osg-2.8.3 compatible with the latest shaders on ATI cards? ..yes, no, work-in-progress

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-11 Thread Geoff McLane
Hi Francesco, Good to see your post... Re: download_and_compile.sh Thank you, thank you, and thank you for your scripts ;=)) It was, and _IS_, the basis of my own script, 'makefg', http://geoffair.org/tmp/makefg in which I acknowledge your script, and your script continues to be one of my 'ref

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-11 Thread HB-GRAL
Am 11.04.11 13:29, schrieb Arnt Karlsen: rsion) since last versions does not compile with simgear. > > ..is osg-2.8.3 compatible with the latest shaders on ATI cards? > Latest *stable release* of OSG is 2.8.3 (bug/build fix release). Latest *developer release* is OSG 2.9.11, released on 28th Janua

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-11 Thread Arnt Karlsen
On Mon, 11 Apr 2011 12:13:52 +0200, Francesco wrote in message : > Hi > > I saw that in the wiki page the link to the download_and_compile.sh > script has been moved to gitorious, which is good, but, in the last > weeks I have done some fixes to the script to let it compile with new > changes in

[Flightgear-devel] download_and_compile.sh script link

2011-04-11 Thread Francesco Angelo Brisa
Hi I saw that in the wiki page the link to the download_and_compile.sh script has been moved to gitorious, which is good, but, in the last weeks I have done some fixes to the script to let it compile with new changes in simgear/osg etc How can I update the script on gitorious ? for example so