Hi Stefan,

I have just built OpenVRML 0.18.9 and the OSG's vrml plugin from
svn/trunk and it works fine on my Kubuntu 13.04 system.  What platform
are you build against?  What version of OpenVRML are you building
against?

Cheers,
Robert.

On 26 February 2013 12:39, Stefan Radomski <o...@mintwerk.de> wrote:
> Hi there,
>
> the VRML plugin in the current SVN head depends on boost_system but won't 
> setup it dependencies correctly. Adding the following at the 
> osgPlugins/vrml/CMakeLists.txt:39 solves the problem:
>
> FIND_PACKAGE(Boost 1.37 REQUIRED COMPONENTS system)
> if (Boost_SYSTEM_FOUND)
>         SET(TARGET_EXTERNAL_LIBRARIES ${Boost_SYSTEM_LIBRARY})
> endif()
>
> Best regards
> Stefan
> _______________________________________________
> 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