Hi Srikanth, On Wed, May 7, 2008 at 10:15 PM, Srikanth Bemineni <[EMAIL PROTECTED]> wrote: > It worked I was able to build it.Thank you. > Just out of curiosity I am asking this .In the online OSG Linux dependency > page, It states that we need to install openvrml. but today my installation > went through with out openvrml. > Does openvrml come with OSG now?.
The CMake build system automatically find dependencies and enable/disables the build of version plugins and examples accordingly. Most dependencies are just optional, OpenVRML being one example. Normally the build system will just build without problems even if you don't have any of listed optional dependencies, it's just unfortunate that in your case you have an old libcurl plugin, this suggsts that we'll need to update the libcurl checking code to check for specific versions. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

