I downloaded wxWidgets 2.8.7 (wxAll) from www.wxwidgets.org.

The compile of wxWidgets seemed to work fine.
I ran:
./configure
make
make install

and didnt notice any errors

I then configured/compiled OSG v2.2
cmake ../ -DDYNAMIC_OPENSCENEGRAPH=ON -DDYNAMIC_OPENTHREADS=ON 
-DCMAKE_BUILD_TYPE=Debug -DBUILD_OSG_EXAMPLES=ON
make

and OSG came up with multiple compiler errors when compiling osgviewerWX
example WX_GL_DOUBLEBUFFER was not declared in this scope
example WX_GL_RGBA was not declared in this scope

There are more but they all seem to be related to a faulty installation 
of wxWidgets or a bad configuration of OSG.

Is there something that I'm missing or possibly a version mismatch?

Thanks,

-Steve
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to