[Flightgear-devel] Flightgear GIT

2013-02-18 Thread Wil Neeley
How to I download the newest experimental versions of flightgear Wil Neeley -- The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, is your hub for all things parallel software development, from

Re: [Flightgear-devel] Flightgear GIT

2013-02-18 Thread Saikrishna Arcot
You can get the flightgear and simgear gits at https://gitorious.org/fg. I think the next branch is the development branch. Saikrishna Arcot On Mon 18 Feb 2013 06:37:04 PM CST, Wil Neeley wrote: How to I download the newest experimental versions of flightgear Wil Neeley

Re: [Flightgear-devel] Flightgear GIT

2013-02-18 Thread Wil Neeley
Thanks Wil Neeley On Mon, Feb 18, 2013 at 8:04 PM, Saikrishna Arcot saiarcot...@gmail.comwrote: You can get the flightgear and simgear gits at https://gitorious.org/fg. I think the next branch is the development branch. Saikrishna Arcot On Mon 18 Feb 2013 06:37:04 PM CST, Wil Neeley

Re: [Flightgear-devel] Flightgear GIT

2013-02-18 Thread Wil Neeley
I am following the instructions on the flightgear wiki but when I run this command git pull -- depth 1 git://gitorious.org/fg/fgdata master I get this error fatal: Invalid refspec 'git://gitorious.org/fg/fgdata' what am I doing wrong Wil Neeley On Mon, Feb 18, 2013 at 8:06 PM, Wil Neeley

Re: [Flightgear-devel] Flightgear GIT

2013-02-18 Thread Saikrishna Arcot
You're missing the .git part at the end. Also, keep in mind that that will get the master branch, which seems to be currently at 2.10.0. Saikrishna Arcot On Mon 18 Feb 2013 07:14:31 PM CST, Wil Neeley wrote: I am following the instructions on the flightgear wiki but when I run this command

Re: [Flightgear-devel] Flightgear GIT

2013-02-18 Thread Saikrishna Arcot
PS: You need to remove the space between -- and depth. Saikrishna Arcot On Mon 18 Feb 2013 07:18:16 PM CST, Saikrishna Arcot wrote: You're missing the .git part at the end. Also, keep in mind that that will get the master branch, which seems to be currently at 2.10.0. Saikrishna Arcot On

[Flightgear-devel] FlightGear GIT version 64bit problem

2011-04-14 Thread Ozgur
Hi all, I install Debian squeeze 64 bit. # uname -ar Linux laptop 2.6.32-5-amd64 #1 SMP Mon Mar 7 21:35:22 UTC 2011 x86_64 GNU/Linux I installed FG GIT version and I read wiki howtos: http://wiki.flightgear.org/index.php?title=Building_FlightGear_-_Debianoldid=30115 I compiled finished

Re: [Flightgear-devel] FlightGear GIT version 64bit problem

2011-04-14 Thread Robert
Did you compile simgear from git? 2011/4/15 Ozgur krep...@gmail.com Hi all, I install Debian squeeze 64 bit. # uname -ar Linux laptop 2.6.32-5-amd64 #1 SMP Mon Mar 7 21:35:22 UTC 2011 x86_64 GNU/Linux I installed FG GIT version and I read wiki howtos:

Re: [Flightgear-devel] FlightGear GIT version 64bit problem

2011-04-14 Thread Csaba Halász
On Fri, Apr 15, 2011 at 1:11 AM, Ozgur krep...@gmail.com wrote: Hi all, I install Debian squeeze 64 bit. /usr/bin/ld: i386 architecture of input file `/usr/local/games/FlightGear/lib/libsgbvh.a(BVHStaticNode.o)' is incompatible with i386:x86-64 output You somehow managed to build a 32 bit

Re: [Flightgear-devel] FlightGear GIT version 64bit problem

2011-04-14 Thread Arnt Karlsen
On Fri, 15 Apr 2011 02:11:46 +0300, Ozgur wrote in message banlktimxtqvsykmcpz_zfg0x-n+zibm...@mail.gmail.com: Hi all, I install Debian squeeze 64 bit. # uname -ar Linux laptop 2.6.32-5-amd64 #1 SMP Mon Mar 7 21:35:22 UTC 2011 x86_64 GNU/Linux I installed FG GIT version and I read

[Flightgear-devel] [flightgear GIT] hud.cxx ETA/ETE

2010-10-24 Thread Martin Fenelon
Hello, I wonder if I could submit a little patch to src/Cockpit/hud.cxx. The HUD uses time to waypoint, ETE, but displays the figure as ETA. Martin. --- src/Cockpit/hud.cxx.orig 2010-10-24 13:07:27.0 + +++ src/Cockpit/hud.cxx 2010-10-24 13:07:11.0 + @@ -487,7 +487,7 @@

Re: [Flightgear-devel] [flightgear GIT] hud.cxx ETA/ETE

2010-10-24 Thread James Turner
On 24 Oct 2010, at 14:33, Martin Fenelon wrote: I wonder if I could submit a little patch to src/Cockpit/hud.cxx. The HUD uses time to waypoint, ETE, but displays the figure as ETA. This code is going to be replaced with a better 'version2' HUD any day now - it was added by me, before I

Re: [Flightgear-devel] Flightgear git repositories (was Re: GIT or CVS - Confusion)

2010-05-23 Thread Mathias Fröhlich
Hi Tim, thanks for all that work! Mathias -- ___ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net

Re: [Flightgear-devel] Flightgear git repositories (was Re: GIT or CVS - Confusion)

2010-05-22 Thread James Sleeman
On 20/05/10 21:03, Tim Moore wrote: The Git source repositories for Simgear, Flightgear, and the data repositories are now fully enabled at http://gitorious.org Probably a silly question, but is there a way for those of us who have a somewhat recent CVS checkout to not have to start all over

Re: [Flightgear-devel] Flightgear git repositories (was Re: GIT or CVS - Confusion)

2010-05-22 Thread Mattt
James, I explored this recently for the same reasons (NextG link - basically a slightly better 3G - at 9gb/mth and $250/gb over that). Basically, no can do :-( On 22/05/10 18:47, James Sleeman wrote: On 20/05/10 21:03, Tim Moore wrote: The Git source repositories for Simgear, Flightgear,

Re: [Flightgear-devel] Flightgear git repositories (was Re: GIT or CVS - Confusion)

2010-05-22 Thread Jonathan Wagner
What about git clone --no-checkout in the data directory? This should create/pull the .git folder with all of the VCS information, but not actually download any files. After that completes, try running git status to see if only changes since your CVS update are out of date or if the whole

Re: [Flightgear-devel] Flightgear git repositories (was Re: GIT or CVS - Confusion)

2010-05-22 Thread Stefan Seifert
On Saturday 22 May 2010 15:16:41 Jonathan Wagner wrote: What about git clone --no-checkout in the data directory? This should create/pull the .git folder with all of the VCS information, but not actually download any files. After that completes, try running git status to see if only changes

[Flightgear-devel] Flightgear git repositories (was Re: GIT or CVS - Confusion)

2010-05-20 Thread Tim Moore
The Git source repositories for Simgear, Flightgear, and the data repositories are now fully enabled at gitorious.org. A group of developers and modelers have been making checkins for some days now and all appears to be working. The repositories are available at: http://gitorious.org/fg.

Re: [Flightgear-devel] Flightgear git repositories (was Re: GIT or

2010-05-20 Thread Martin Spott
James Turner wrote: And a huge thanks to Tim and Martin for doing the work to make this possible. I'd like to point out that Tim has been the one who did the Gitorious migration _now_ - many thanks, congratulations to him ! The scope of my involvement is limited to providing the outcome of my

Re: [Flightgear-devel] Flightgear git repositories (was Re: GIT or CVS - Confusion)

2010-05-20 Thread HB-GRAL
Tim Moore schrieb: The Git source repositories for Simgear, Flightgear, and the data repositories are now fully enabled at gitorious.org. Thank you very much for all this work. (I think that Gitorious changed the design today only to be prepared for FlightGear?) - Y.

Re: [Flightgear-devel] Flightgear git repositories (was Re: GIT or

2010-05-20 Thread James Turner
On 20 May 2010, at 11:40, Martin Spott wrote: If anyone wishes to volunteer a proper server (with a reasonably symmetric connection) to run Hudson, please let me know [...] If it's just for running the monitor, then we probably should talk about putting it onto The MapServer as well.

Re: [Flightgear-devel] Flightgear git repositories (was Re: GIT or

2010-05-20 Thread Heiko Schulz
Hi, Well, I've been using the master to do the Linux builds, because it was easy - no particular reason it has to be done that way, though. It does chew a bit of disk-space, since the master stores the artefacts for the last N builds, where N is configurable. The artefacts are a hundred

Re: [Flightgear-devel] Flightgear git repositories (was Re: GIT or

2010-05-20 Thread James Turner
On 20 May 2010, at 12:42, Heiko Schulz wrote: Can someone explain me, what exactly the Hudson-server does? I can see that it seems to build FlightGear for all avalilabe Platforms (MS, Linux, Mac...) - but how can we use this builds? Sorry for my question, but I'm a bit uncertain, whats

Re: [Flightgear-devel] Flightgear git repositories (was Re: GIT or CVS

2010-05-20 Thread Martin Spott
BTW, I've switched the MapServer mirrors of simgear, flightgear and fgdata over to following the respective repositories at Gitorious. The mirror setup still in testing mode but I'm quite confident that it'll serve the needs. Feel free to clone your local copy from there, especially the fgdata, in