Frederic Bouvier wrote: > I am using OSG v2.4, and today, I have this compilation error : > > FGManipulator.cxx > \Devel\FlightGear\src\Main\FGManipulator.cxx(147) : error C2039: > 'getGraphicsContext' : n'est pas membre de 'osgGA::GUIEventAdapter' > ..\..\..\OpenSceneGraph\include\osgGA\GUIEventAdapter(26) : voir > la déclaration de 'osgGA::GUIEventAdapter' > \Devel\FlightGear\src\Main\FGManipulator.cxx(368) : error C2039: > 'getGraphicsContext' : n'est pas membre de 'osgGA::GUIEventAdapter' > ..\..\..\OpenSceneGraph\include\osgGA\GUIEventAdapter(26) : voir > la déclaration de 'osgGA::GUIEventAdapter' > \Devel\FlightGear\src\Main\FGManipulator.cxx(383) : error C2039: > 'getGraphicsContext' : n'est pas membre de 'osgGA::GUIEventAdapter' > ..\..\..\OpenSceneGraph\include\osgGA\GUIEventAdapter(26) : voir > la déclaration de 'osgGA::GUIEventAdapter' > > So the question : Is there a new requirement on the OSG version ? > > Thanks, > -Fred > It looks like getGraphicsContext was added to GUIEventAdapter before 2.5.2. This functionality is pretty important for supporting events on different windows, so I'm inclined to say "upgrade to OSG SVN."
Tim ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

