Am 30.06.2012 15:02, schrieb Bertrand Coconnier: > I don't know if it's only me, but all my efforts to match sg/fg/fgdata > version were unsuccessful until I manually deleted > src/Include/version.h in flightgear. > After a complete rebuild and installation FlightGear was finally able > to start but the above mentioned file was not restored ?!?
"version.h" is generated whenever cmake runs. If you delete it, you need to call cmake again. It's also possible that a manual call to cmake is required after every version change, since we keep the version in a separate (non-cmake) file - which isn't really a standard solution. Either type your "usual" cmake command-line "cmake ....", or enter your build directory and trigger a manual refresh/update of all makefiles using the most recent configuration with "make rebuild_cache". cheers, Thorsten ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel