Hi Srikanth, On Wed, May 7, 2008 at 7:31 PM, Srikanth Bemineni <[EMAIL PROTECTED]> wrote: > Thank you very much Robert. I have an older version it is > > Titan:sbemineni: curl-config --version > libcurl 7.10.6
Curious, I'm surprised that the #define's I used don't exist in this older version, libcurl must still be in quite a bit of flux. > Is there a way to turn this off.Can I suggest this info going to the > dependency page. You can disable the build by resetting the path to libcurl that the Cmake build system picks up by running: cd OpenSceneGraph ccmake . Then press 't' to get the advanced options, then scroll down to CURL_* entries, then just edit by pressing enter on the CURL_INCLUDE_DIR entry and then just delete the path to leave an empty field, then press enter, then 'c' to configure the build system, then 'g' generate the makefiles. Robert. _______________________________________________ osg-users mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

