On Wednesday 11 January 2012 13:27:04 Viktor Radnai wrote: > I had the same issue. It's quite odd. Git status was showing my tree as > unmodified but I had to do the same thing (clone a new copy) with > simgear otherwise it was not finding OSG in /usr/include. I think it was > only looking in /usr/local/include for some reason.
If git status showed nothing, there could still be generated files covered by .gitignore which had to be cleared like some cmake cache. You can see them with git status --ignored To bring back your working directory to the pristine state in the repository, you can use git clean which removes all files that git doesn't know about. git clean -x would clean even those which mach rules in .gitignore > On 12/06/2011 12:51 AM, Sid Boyce wrote: > > A new clone of flightgear sorted that problem out. > > Regards > > Sid. > > > > On 05/12/11 23:38, Sid Boyce wrote: > >> [ FindOpenSceneGraph.cmake:130 ] Failed to parse version number, > >> > >> please report this as a bug > >> > >> CMake Error at > >> /usr/share/cmake/Modules/FindOpenSceneGraph.cmake:199 > >> > >> (message): > >> ERROR: Version 3.0.0 or higher of the OSG is required. > >> Version .. > >> > >> was > >> > >> found. > >> > >> Call Stack (most recent call first): > >> CMakeLists.txt:194 (find_package) > >> > >> # rpm -q OpenSceneGraph > >> OpenSceneGraph-3.0.1-55.x86_64 > >> > >> I had the same problems with simgear until I did the latest git pull. > >> openSUSE cmake-2.8.6-3.4.x86_64 ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel