Hi Martin,
On 6/6/07, Martin Spott <[EMAIL PROTECTED]> wrote:
Still something's missing, I guess. At least 'osgViewer/StatsHandler'
('HelpHandler' as well) doesn't get installed during 'make install'.
Software that relies on having these headers available (FlightGear for
example) will fail compiling,
Well StatsHandler and HelpHandler headers don't exist any more so
won't get installed. The StatsHandler and HelpHandler classes have
been moved into the ViewerEventHandlers directory. If you're using
these classes in your own apps then one simple renames :
#include <osgViewer/StatsHandler>
to
#include <osgViewer/ViewerEventHandlers>
This change has been made to keep things consistent between all the
view event handlers - as they are now all grouped together. The
alternative was to split the original three ViewerEventHandler classes
into three separate files, but this would mean that the little event
handlers would then start dominating the osgViewer include directory,
despite being just a small part of the library.
In hindsight it would have been better to have started with just
ViewerEventHandlers but alas this is something we can say about most
software.. ;-)
Robert.
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/