That did it thanks!

I suspected it was a configure problem.

Steven Powers
General Dynamics Robotic Systems
Software Engineer
1234 Tech Court
Westminster, MD 21157-3029
(410) 876-9200 x3489 Fax:(410)-876-9470



Mario Valle wrote:
> Be sure to configure wxWidgets with OpenGL support.
> Ciao!
>     mario
>
>
> spowers wrote:
>> 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
>> osg-users@lists.openscenegraph.org
>> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org 
>>
>>
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to