On Saturday, February 11, 2012 14:01:55 Scott wrote:
> thanks Thorsten,
> 
>   Now to find out why, must be a static link library somewhere that
> isn't getting updated...
> 
> 
>   cheers
>       S.
> 

Hi,

I had the same problem recently, and it took me quite a long while to figure 
it out. It may be the same for you or not, but I think it's worth mentioning 
this just in case: if you build simgear and flightgear with 
CMAKE_BUILD_TYPE="Debug", libraries have a "d" suffix. If afterwards you 
switch flightgear to "Release" and forget to do the same for simgear, 
flightgear tries to link to old "Release" simgear libraries which don't have a 
"d" suffix. Of course, the right way to do this is to have separate build 
trees for build types, like it's described in the cmake readme, but of course 
I did not follow this procedure and was bitten by this issue. Worst part was 
flooding the tracker with fake bug reports and pestering Thorsten because of 
my local issue :)
I still have a common build tree, but now I check the flags beforehand.

Cheers,
Adrian

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to