I noticed two small build problem at my end on current SVN, Win XP VS 7.1:

1) osgterrain.cpp example: on Visual Studio, in order to link properly, OSGVIEWER_EXPORT must be removed before FilterHandler class declaration (line 51)
   this is probably a typo on recent commit, after 2.0

2)My WXwidgets installation does not define GetUnicodeKey method for wxKeyEvent, so , in order to compile, I have to change
-->#if 1<--    to -->#if 0<-- in lines  164 and 177   to make it compile.

This is probably related to how the wxwidget library has been configured.
Are there requirements on which version and which wxwidgets configurations are supported? I searched the wiki page for optional components but there are hints only for some plugin dependencies. Would it be useful to have pages to collect feedback on which versions of dependencies were tested over the diferent architectures?

Thanks again
                       Luigi
_______________________________________________
osg-users mailing list
[email protected]
http://openscenegraph.net/mailman/listinfo/osg-users
http://www.openscenegraph.org/

Reply via email to