Hello Robotspace,

(Could you use your full name or some sort of handle, please? How should we
address you otherwise?)

On Wed, Nov 28, 2012 at 5:04 PM, robotspace.biz <[email protected]>wrote:

> -- Could NOT find LibXml2 (missing:  LIBXML2_LIBRARIES
> LIBXML2_INCLUDE_DIR)
> -- Could NOT find CURL (missing:  CURL_LIBRARY CURL_INCLUDE_DIR)


That means that CMake didn't find the header files for the libs. You have
the shared libraries, but that isn't sufficient. Make sure to install the
development packages for the libraries too - usually something like
libcurl-devel or curl-dev or something similar, same for libxml. The
package naming depends on your Linux distribution.

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

Reply via email to