ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

collada-dom-dev installation problem on raspberry pi while installing ROS indigo

asked 2015-06-02 00:30:02 -0500

Sandy1246 gravatar image

updated 2015-06-02 05:41:36 -0500

while installing collada-dom-dev when i run command cmake .in terminal system gives error like

-- Compiling Collada DOM Version 2.4.0
-- Using cmake version 2.8
-- installing to /usr/local
-- compiling with double float precision
CMake Error at /usr/share/cmake-2.8/Modules/FindBoost.cmake:1194 (message):
  Unable to find the requested Boost libraries.

  Boost version: 1.49.0

  Boost include path: /usr/include

  The following Boost libraries could not be found:

          boost_filesystem

  Some (but not all) of the required Boost libraries were found.  You may
  need to install these additional Boost libraries.  Alternatively, set
  BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  to the location of Boost.
Call Stack (most recent call first):
  CMakeLists.txt:154 (find_package)


-- found boost version: 104900
-- Could NOT find LibXml2 (missing:  LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
CMake Error at CMakeLists.txt:211 (message):
  Could not find libxml2


-- Configuring incomplete, errors occurred!

for ROS installation i refer this page http://wiki.ros.org/ROSberryPi/Instal... any suggestions for that.

edit retag flag offensive close merge delete

Comments

Please add more information to your question: OS, OS version, platform (x86, arm, etc), ROS version, installed from source or from debs, etc, etc.

gvdhoorn gravatar image gvdhoorn  ( 2015-06-02 04:30:56 -0500 )edit

i am working on raspberry pi and operating system is debian wheezhy

Sandy1246 gravatar image Sandy1246  ( 2015-06-02 05:44:39 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-06-03 00:44:43 -0500

damjan gravatar image

Does

sudo apt-get install libboost-filesystem-dev libxml2-dev

solve the problem?

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-06-02 00:30:02 -0500

Seen: 925 times

Last updated: Jun 03 '15