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 wondering a wee bit too much 
about all these newfangled complexities since last time. ;oD 

 For all the recent versions there are options -
 
 PLIBPATH=path
 OSGPATH=path

..these would point to libplib-dev and libopenscenegraph-dev for
building, and to libplib1 and libopenscenegraph71 at run-time?
Or are we static enough to stay with *-dev fire-'n-forget style?
arnt@celsius:~/FG-git$ dpkg -l |grep plib |fmt -tu
ii ftplib3 3.1-1-8 Library of callable ftp routines
ii libplib-dev 1.8.5-5 Portability Libraries: Development package
ii libplib-doc 1:1.8.5-3 Portability Libraries: documentation and
examples 
ii libplib1 1.8.5-5 Portability Libraries: Run-time package
ii python-httplib2 0.6.0-4 comprehensive HTTP client library written
   for Python
arnt@celsius:~/FG-git$ dpkg -l |grep openscene |fmt -tu
ii libopenscenegraph-dev 2.9.11-1 3D scene graph, development files
ii libopenscenegraph65 2.8.3-7 3D scene graph, shared libs
ii libopenscenegraph71 2.9.11-1 3D scene graph, shared libs
ii openscenegraph 2.9.11-1 3D scene graph, utilities and examples
   (binaries)
ii openscenegraph-doc 2.9.11-1 3D scene graph, documentation
ii openscenegraph-examples 2.9.11-1 3D scene graph, examples (sources)
arnt@celsius:~/FG-git$ 

 Which should do what you ask, but I have NEVER installed
 PLIB nor OSG into a 'standard' system path, so have
 never tried these options in that case, but they should
 work...
 
 That is why the only relevant thing I get is 'openal' 
 when I run things like -
 for i in openal plib openscene simgear \ 
 flightgear ; do dpkg -l |grep $i ;done |fmt -tu 

..the output please, so we know I understand your openal story. ;o)

 I have used, and tested them when I do _NOT_ want
 to download and build yet another of these 2, thus 
 when building in say ~/fg/fg14, I can reuse say
 my builds in ~/fg/fg12/install/[plib|osgvers]...
 
 And likewise there are options -
 BOOSTPATH=path
 BOOSTLIBS=path
 to point to where BOOST is either installed or
 'staged' (not built or installed)...

..and they are set once makefg finds boost?

 And a very, _VERY_ important one these days :-
 FGDATADIR=path 
 to _NOT_ re-clone this massive block multiple 
 times ;=)) time and space... 

..amen, does it default to install/fgfs/fgdata, 
I see makefg suggesting build/fgfs/fgdata ???

 However, at present you have to do MANUAL updates 
 of such sources if the path is outside the 'root' 
 build... and I think it will stay that way...
 
 As you may have learned, once a build completes
 successfully, some 'configuration' information is
 written to ~/bin/makefg-version.conf file, so you
 do _NOT_ have to remember to re-input such paths when
 it is run again, again, and again...

..I have now, like I said, I was wondering 
a wee bit too much. ;o)

 Of course, with care you can manually adjust this
 'conf' file... but it is easy to mess up the simple
 parsing that is done... so not particularly 
 recommended ;=()

..we'll find out. ;o)

 And that is why there is a option NO_CONF, to tell the
 script to ignore any 'configuration' file information,
 when you want to really 'change' the setup 
 drastically...
 
 Lots of options ;=)) over 80-90 at last count...
 
 Regards,
 Geoff.

..means we have around 80! to 90! new ways to crash 'n 
burn in the back-to-the-drawing-board routine. ;o)


-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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=path
OSGPATH=path

Which should do what you ask, but I have NEVER installed
PLIB nor OSG into a 'standard' system path, so have
never tried these options in that case, but they should
work...

That is why the only relevant thing I get is 'openal' 
when I run things like -
for i in openal plib openscene simgear \ 
flightgear ; do dpkg -l |grep $i ;done |fmt -tu 

I have used, and tested them when I do _NOT_ want
to download and build yet another of these 2, thus 
when building in say ~/fg/fg14, I can reuse say
my builds in ~/fg/fg12/install/[plib|osgvers]...

And likewise there are options -
BOOSTPATH=path
BOOSTLIBS=path
to point to where BOOST is either installed or
'staged' (not built or installed)...

And a very, _VERY_ important one these days :-
FGDATADIR=path 
to _NOT_ re-clone this massive block multiple 
times ;=)) time and space... 

However, at present you have to do MANUAL updates 
of such sources if the path is outside the 'root' 
build... and I think it will stay that way...

As you may have learned, once a build completes
successfully, some 'configuration' information is
written to ~/bin/makefg-version.conf file, so you
do _NOT_ have to remember to re-input such paths when
it is run again, again, and again...

Of course, with care you can manually adjust this
'conf' file... but it is easy to mess up the simple
parsing that is done... so not particularly 
recommended ;=()

And that is why there is a option NO_CONF, to tell the
script to ignore any 'configuration' file information,
when you want to really 'change' the setup 
drastically...

Lots of options ;=)) over 80-90 at last count...

Regards,
Geoff.



--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 switch, and while SG/FG compiled and linked
fine, I can not get fgfs to run -

(a) The status text on the splash is 'broken', and
(b) it 'aborts' some short time after the output -
loading scenario 'nimitz_demo'

sg/fg/fgdata are a git pull of today... and naturally
include SGCLEAN and FGCLEAN to do a FULL re-build...

Still researching the cause(s) ;=(( like add log debug,
and running under gdb, but may revert to OSG 283 or 299 
soon, to see if that gets me back to a 'working' 
version before withdrawal sets in ;=))

Regards,
Geoff.



--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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,
 but also think it should be 1.2.4...
 
 Am presently testing a makefg 1.2.5, especially using
 an OSGTRUNK switch, and while SG/FG compiled and linked
 fine, I can not get fgfs to run -

..url to makefg-1.2.5RC0?

..this still fits in dropping the data into the same 
places as Francesco's download_and_compile.sh? 
(I'm tight on disk space and funding.)

 (a) The status text on the splash is 'broken', and
 (b) it 'aborts' some short time after the output -
 loading scenario 'nimitz_demo'
 
 sg/fg/fgdata are a git pull of today... and naturally
 include SGCLEAN and FGCLEAN to do a FULL re-build...
 
 Still researching the cause(s) ;=(( like add log debug,
 and running under gdb, but may revert to OSG 283 or 299 

..both 2.9.10 and 2.9.11 fails for you?

 soon, to see if that gets me back to a 'working' 
 version before withdrawal sets in ;=))

..can't have that happening. ;o)

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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://geoffair.org/tmp/makefg-1.2.3
 etc...

Have not specifically checked Brisa's script,
but yes, in the main I use the 'same' directory
structure, as per his 'original' script. But you
could check, and adjust that...

And yes, with the ever growing size of fgdata
I too am coming in for a bit of disk squeeze ;=))
Normally I keep the previous say ~/fg/fg14, and
move to a new folder, ~/fg/fg15, but...

 ..both 2.9.10 and 2.9.11 fails for you?
Never tried 2.9.10, but had trouble with
2.9.11 last time I tried, months ago, both in Ubuntu,
and WIN32 XP...

My re-build of sg/sg back with OSG 2.8.3 just complete,
grace of a simple script command -
~/fg/fg14$ makefg OSG283 FGCONF FGCLEAN SGCONF SGCLEAN NOPAUSE NO_CONF
and so far it RUNS JUST FINE ;=)) Phew, the
'shakes' were starting...

The script also supports OSG299, but think I have
had enough of a 'fright' for a while ;=)) Need
some quiet flying time...

Regards,
Geoff.



--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 their version numbers -
  http://geoffair.org/tmp/makefg-1.2.5
  http://geoffair.org/tmp/makefg-1.2.4
  http://geoffair.org/tmp/makefg-1.2.3
  etc...
 
 Have not specifically checked Brisa's script,
 but yes, in the main I use the 'same' directory
 structure, as per his 'original' script. But you
 could check, and adjust that...
 
 And yes, with the ever growing size of fgdata
 I too am coming in for a bit of disk squeeze ;=))
 Normally I keep the previous say ~/fg/fg14, and
 move to a new folder, ~/fg/fg15, but...
 
  ..both 2.9.10 and 2.9.11 fails for you?
 Never tried 2.9.10, but had trouble with
 2.9.11 last time I tried, months ago, both in Ubuntu,
 and WIN32 XP...
 
 My re-build of sg/sg back with OSG 2.8.3 just complete,
 grace of a simple script command -
 ~/fg/fg14$ makefg OSG283 FGCONF FGCLEAN SGCONF SGCLEAN NOPAUSE NO_CONF
 and so far it RUNS JUST FINE ;=)) Phew, the
 'shakes' were starting...
 
 The script also supports OSG299, but think I have

..idea for makefg-1.3.0: WEUSESYSTEMPLIB=1, WEUSESYSTEMOSG=1 
etc, printing the warning to standard output and pointing the
build to whatever is installed on the box, I did something 
similar on my last building on Francesco's former script:
https://github.com/gasguru/flightgearthings/blob/master/download_and_compile.sh-1.2.0-sysOSG
he has since released a newer version.

 had enough of a 'fright' for a while ;=)) Need
 some quiet flying time...

..aaaye, I'd like that kinda boredom too. :o)


-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[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 some changes are to use osg 2.8.3 as default (Always use stabel
version) since last versions does not compile with simgear.

btw, last script version is here:
http://assistenza.larasrl.net/brisa/fgfs/download_and_compile.sh

Cheers
Francesco
--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 
BANLkTim=UdKQg=7=4ktdvmoehfqnscd...@mail.gmail.com:

 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 some changes are to use osg 2.8.3 as default (Always use
 stabel version) since last versions does not compile with simgear.

..is osg-2.8.3 compatible with the latest shaders on ATI cards?

 btw, last script version is here:
 http://assistenza.larasrl.net/brisa/fgfs/download_and_compile.sh
 
 Cheers
 Francesco

..thanks.

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 January 2011

As far as I know sg/fg runs with stable OSG 2.8.3, or dev release 2.9.7, 
some say also with dev release 2.9.9, and some other say also with dev 
release 2.9.11.

The hudson builds use 2.9.9 for simgear-next (but this is no reference, 
it compiles all with this version, does not say there are no issues).

Cheers, Yves




--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 'references'...

BUT, could you please 'bump' the version number, which
seems 'stuck' at :-
VERSION=1.2

For those of us who continue to 'monitor' your script
changes, I for one would appreciate knowing the 'latest' 
version number, like say 1.2.1, .2, .3, etc...

Further, you now give a NEW link to your latest script,
 http://assistenza.larasrl.net/brisa/fgfs/script
so perhaps you could also correct the 'link' given
inside the script of -
 http://brisa.homelinux.net
which for me, no longer seems to function ;=((

While, as you point out, using OSG-2.8.3 stable will
ALWAYS works, and I know OSG-2.9.9 also works, recent 
posts indicate OSG-trunk will _ALSO_ compile, but I have 
yet to fully personally 'verify' this... But perhaps this
should be a user 'option' to the script...

Again, thank you for sharing such a 'powerful', all
inclusive script. Be the user be a 'power' user, or a
casual sg/fg 'git' builder, such a script is _VERY_
useful, at the very least, just to see the ideas of
others...

In answer to your specific question -
 How can I update the script on gitorious ?
As I understand it :-
(a) you have to be awarded 'maintainer' status to
directly 'push' a change to gitorious, or
(b) you can register on gitorious/fg, and create
a merger request, and wait for a 'maintainer' to do
the necessary 'merge', or
(c) simply wait for other 'maintainers' to pick up your
changes, at their desire, convenience...

Again, thanks for continuing your script efforts...
always VERY MUCH appreciated...

Regards,
Geoff.



--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 or dunno? ;o)
 
 Latest *stable release* of OSG is 2.8.3 (bug/build fix release).
 Latest *developer release* 

..this is s|fg-git-next?  
And s|fg-git-master is the *stable release*?

 is OSG 2.9.11, released on 28th January 2011

..and in use with Debian Sid+Experimental, 
I guess Sid is 2.9.9, Alex, can you verify?

 As far as I know sg/fg runs with stable OSG 2.8.3, or dev release
 2.9.7, some say also with dev release 2.9.9, and some other say also
 with dev release 2.9.11.
 
 The hudson builds use 2.9.9 for simgear-next (but this is no
 reference, it compiles all with this version, does not say there are
 no issues).

..well, we're here to find out. ;o)  How much more disk space does 
s|fg-git-next need to shoe-horn into my s|fg-git-master tree? 

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 fbr...@gmail.com:

 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 git 'next' and 'releases/2.2.0'. Version 2.8.3, the first one to
test, turned out to seg fault FG quite often. More of them on two days
than the 6 months before that test. I used the version from the Debian
[1] repo and did not compile it myself.

After that I decided to find the newest developer release that works
properly here. Atm. I am using 2.9.10 [2] which seems to be pretty
stable.

With version 2.9.11 and newer there are, at least, issues with OsgText.


System: ATI Technologies Inc RS880 [Radeon HD 4200]
Catalyst 10.11 and 11.2 used during testing
Kernel: 2.6.32-5-amd64

[1] Debian GNU/Linux Stable 6.x (Squeeze); libopenscenegraph-dev 2.8.3-5
[2] svn co
http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.10


Alex 8-)

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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

2011-04-11 Thread Francesco Angelo Brisa
2011/4/11 Geoff McLane ubu...@geoffair.info

 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/tmp/makefg
 in which I acknowledge your script, and your script
 continues to be one of my 'references'...

 BUT, could you please 'bump' the version number, which
 seems 'stuck' at :-
 VERSION=1.2

 it is not stuck, it is that somebody else was updating the version number
to 1.2 in the git repo, while mine was still at 1.1 
now I updated at 1.2 and the version numbers are equal, but different
scripts...


 For those of us who continue to 'monitor' your script
 changes, I for one would appreciate knowing the 'latest'
 version number, like say 1.2.1, .2, .3, etc...

 Further, you now give a NEW link to your latest script,
  http://assistenza.larasrl.net/brisa/fgfs/script
 so perhaps you could also correct the 'link' given
 inside the script of -
  http://brisa.homelinux.net
 which for me, no longer seems to function ;=((

 While, as you point out, using OSG-2.8.3 stable will
 ALWAYS works, and I know OSG-2.9.9 also works, recent
 posts indicate OSG-trunk will _ALSO_ compile, but I have
 yet to fully personally 'verify' this... But perhaps this
 should be a user 'option' to the script...

 Again, thank you for sharing such a 'powerful', all
 inclusive script. Be the user be a 'power' user, or a
 casual sg/fg 'git' builder, such a script is _VERY_
 useful, at the very least, just to see the ideas of
 others...

 In answer to your specific question -
  How can I update the script on gitorious ?
 As I understand it :-
 (a) you have to be awarded 'maintainer' status to
 directly 'push' a change to gitorious, or
 (b) you can register on gitorious/fg, and create
 a merger request, and wait for a 'maintainer' to do
 the necessary 'merge', or
 (c) simply wait for other 'maintainers' to pick up your
 changes, at their desire, convenience...


thanks for answer. I will check for option B


 Again, thanks for continuing your script efforts...
 always VERY MUCH appreciated...

 Regards,
 Geoff.

 Cheers
Francesco





 --
 Xperia(TM) PLAY
 It's a major breakthrough. An authentic gaming
 smartphone on the nation's most reliable network.
 And it wants your games.
 http://p.sf.net/sfu/verizon-sfdev
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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

2011-04-11 Thread Francesco Angelo Brisa
2011/4/11 Alex D-HUND f...@beggabaur.de

 Am Mon, 11 Apr 2011 12:13:52 +0200
 schrieb Francesco Angelo Brisa fbr...@gmail.com:

  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 startet some testing with different versions of OSG on
 FG git 'next' and 'releases/2.2.0'. Version 2.8.3, the first one to
 test, turned out to seg fault FG quite often. More of them on two days
 than the 6 months before that test. I used the version from the Debian
 [1] repo and did not compile it myself.

 After that I decided to find the newest developer release that works
 properly here. Atm. I am using 2.9.10 [2] which seems to be pretty
 stable.

 With version 2.9.11 and newer there are, at least, issues with OsgText.


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.



 System: ATI Technologies Inc RS880 [Radeon HD 4200]
Catalyst 10.11 and 11.2 used during testing
Kernel: 2.6.32-5-amd64

 [1] Debian GNU/Linux Stable 6.x (Squeeze); libopenscenegraph-dev 2.8.3-5
 [2] svn co

 http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.10


 Alex 8-)


Cheers
Francesco




 --
 Xperia(TM) PLAY
 It's a major breakthrough. An authentic gaming
 smartphone on the nation's most reliable network.
 And it wants your games.
 http://p.sf.net/sfu/verizon-sfdev
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

--
Xperia(TM) PLAY
It's a major breakthrough. An authentic gaming
smartphone on the nation's most reliable network.
And it wants your games.
http://p.sf.net/sfu/verizon-sfdev___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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 stable 
with FlightGear on all three platforms (Linux/Mac/Windows) with fg/next 
- no issues were reported since. But meanwhile we've updated FlightGear 
to also support the latest OSG interface (= 2.9.10). Concerning the 
OSGText issue, there is also a bug tracker entry on this:
http://code.google.com/p/flightgear-bugs/issues/detail?id=268
We don't know if OSG 2.9.10 is also affected - or only = 2.9.11. Would 
be good if someone could verify.

   While, as you point out, using OSG-2.8.3 stable will
   ALWAYS works, and I know OSG-2.9.9 also works, recent
   posts indicate OSG-trunk will _ALSO_ compile, but I have
   yet to fully personally 'verify' this... But perhaps this
   should be a user 'option' to the script...
Well, OSG-trunk compiles - today. If an option to use OSG-trunk is 
really necessary (is it?), then please hide it well enough so that 
normal users won't find it. :)

cheers,
Thorsten

--
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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
  behaviour, with 2.8.3 as stable option.
 When we last discussed this (February), 2.9.9 was reported to be
 stable with FlightGear on all three platforms (Linux/Mac/Windows)
 with fg/next 
 - no issues were reported since. But meanwhile we've updated
 FlightGear to also support the latest OSG interface (= 2.9.10).
 Concerning the OSGText issue, there is also a bug tracker entry on
 this: http://code.google.com/p/flightgear-bugs/issues/detail?id=268
 We don't know if OSG 2.9.10 is also affected - or only = 2.9.11.
 Would be good if someone could verify.

..I confirm I saw the same random letters in the splash screen 
with Debian Sid+Experimental osg-2.9.11-1 and S|FG-git master 
on Debian Sid+Experimental and X.org's radeon driver.

While, as you point out, using OSG-2.8.3 stable will
ALWAYS works, and I know OSG-2.9.9 also works, recent
posts indicate OSG-trunk will _ALSO_ compile, but I have
yet to fully personally 'verify' this... But perhaps this
should be a user 'option' to the script...
 Well, OSG-trunk compiles - today. If an option to use OSG-trunk is 
 really necessary (is it?), then please hide it well enough so that 
 normal users won't find it. :)

..no, use them to flog OSG to fix their own (OSG's) bugs. ;o)   

..we _are_ sure this (#268) is OSG's bug and not ours?

..I keep hearing how newer gcc versions issue more and more 
pedantic warnings, precisely to help weed out the old bugs. 

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


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',
  http://geoffair.org/tmp/makefg 
 in which I acknowledge your script, and your script
 continues to be one of my 'references'...
 
 BUT, could you please 'bump' the version number, which
 seems 'stuck' at :-
 VERSION=1.2
 
 For those of us who continue to 'monitor' your script
 changes, I for one would appreciate knowing the 'latest' 
 version number, like say 1.2.1, .2, .3, etc...

..I used to append an a to Geoff's version number,
a g should for for him? ;o)  

..your makef|tg is still version 1.2.3, Geoff?

 Further, you now give a NEW link to your latest script,
  http://assistenza.larasrl.net/brisa/fgfs/script
 so perhaps you could also correct the 'link' given
 inside the script of -
  http://brisa.homelinux.net
 which for me, no longer seems to function ;=((
 
 While, as you point out, using OSG-2.8.3 stable will
 ALWAYS works, and I know OSG-2.9.9 also works, recent 
 posts indicate OSG-trunk will _ALSO_ compile, but I have 
 yet to fully personally 'verify' this... But perhaps this
 should be a user 'option' to the script...
 
 Again, thank you for sharing such a 'powerful', all
 inclusive script. Be the user be a 'power' user, or a
 casual sg/fg 'git' builder, such a script is _VERY_
 useful, at the very least, just to see the ideas of
 others...

..aye, I'd also like to see time stamps, git revisions 
and compiler version used etc in the log output, helps
answer any developer question, ideally without delays.

 In answer to your specific question -
  How can I update the script on gitorious ?
 As I understand it :-
 (a) you have to be awarded 'maintainer' status to
 directly 'push' a change to gitorious, or
 (b) you can register on gitorious/fg, and create
 a merger request, and wait for a 'maintainer' to do
 the necessary 'merge', or
 (c) simply wait for other 'maintainers' to pick up your
 changes, at their desire, convenience...
 
 Again, thanks for continuing your script efforts...
 always VERY MUCH appreciated...
 
 Regards,
 Geoff.

..hear, hear. :o)

-- 
..med vennlig hilsen = with Kind Regards from Arnt Karlsen
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.

--
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel