Re: [Flightgear-devel] Compiling FGSD on Ubuntu Karmic / GCC 4.4...

2010-04-21 Thread Alexander Barrett
Matt, Would love a bzip if you'd be willing to put that up somewhere, I've been having terrible problems compiling on my girlfriends Ubuntu machine of late, mainly because I don't get much time to tinker on that laptop but its what I take out when my laptops running long processes and I need

Re: [Flightgear-devel] Compiling FGSD on Ubuntu Karmic / GCC 4.4...

2010-04-21 Thread Mattt
Alex (and other interested parties :-)), Uploading now - will leave another note here with the URL when it's done. As previously mentioned, we're on a NextG link, so it'll be indeterminately slow - the transfer dialog currently says there's 50 minutes to go, and it's been running for a few

Re: [Flightgear-devel] Compiling FGSD on Ubuntu Karmic / GCC 4.4...

2010-04-21 Thread Mattt
Okay, it's up :-) http://fgvas.mattts.net/fgsd.tar.bz2 Have an appropriate amount of fun ;-) Mattt wrote: Alex (and other interested parties :-)), Uploading now - will leave another note here with the URL when it's done. As previously mentioned, we're on a NextG link, so it'll be

Re: [Flightgear-devel] Compiling FGSD on Ubuntu Karmic / GCC 4.4...

2010-04-20 Thread Csaba Halász
On Tue, Apr 20, 2010 at 12:31 PM, Mattt ma...@mattts.net wrote:     actionmgr.cpp:115: error: invalid cast from type ‘SGTimeStamp’ to type ‘double’   ...so I've tried all sorts of ways to add .toMSecs(). Nothing is working. timestamp.hxx has line 136: double toMSecs() const (See

Re: [Flightgear-devel] Compiling FGSD on Ubuntu Karmic / GCC 4.4...

2010-04-20 Thread Csaba Halász
On Tue, Apr 20, 2010 at 2:35 PM, Mattt ma...@mattts.net wrote: Thanks Csaba,   With ( current - _lastNewAction ).toMSecs() :     actionmgr.cpp:115: error: invalid cast from type ‘SGTimeStamp’ to type ‘double’ Sounds strange - you have removed the cast, right? So how can it complain about a

Re: [Flightgear-devel] Compiling FGSD on Ubuntu Karmic / GCC 4.4...

2010-04-20 Thread HB-GRAL
Mattt schrieb: Thanks Csaba, With ( current - _lastNewAction ).toMSecs() : actionmgr.cpp:115: error: invalid cast from type ‘SGTimeStamp’ to type ‘double’ With current.toMSecs() - _lastNewAction.toMSecs() : It compiles!!! Matt, In case it also works, can you please publish

Re: [Flightgear-devel] Compiling FGSD on Ubuntu Karmic / GCC 4.4...

2010-04-20 Thread Reagan Thomas
HB-GRAL wrote: Mattt schrieb: Thanks Csaba, With ( current - _lastNewAction ).toMSecs() : actionmgr.cpp:115: error: invalid cast from type ‘SGTimeStamp’ to type ‘double’ With current.toMSecs() - _lastNewAction.toMSecs() : It compiles!!! Matt, In case it also

Re: [Flightgear-devel] Compiling FGSD on Ubuntu Karmic / GCC 4.4...

2010-04-20 Thread Mattt
Yup - will publish diffs as soon as I can get around to it (should be in the next day or two). Alternatively, I can up the bzip file I made of the build folders (modified source and compiled binaries - all self contained (including separate simgear and osg, etc, to my fg build area) to my