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 works, can you please publish all your changes 
> somewhere? I spent more then a week trying to change and compile (no 
> longer maintained) FGSD on Ubuntu - without any success :-P
>
> Thanks a lot - Yves
>   
I'm trying to build it under Fedora 12 with GCC 4.4.3.  My first problem 
arose when compiling FLU from source.  GCC 4.4 is strict about type 
conversion.. got a lot of "error: invalid conversion...".  I overcame 
that by adding the "-fpermissive" compiler option which makes it treat 
those errors as warnings.

Next up to solve:  ./configure fails  "shapelib not found" even though 
shapelib-devel.x86_64 is installed here.


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to