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

Error compiling ros_web_video [closed]

asked 2015-02-17 09:51:17 -0500

pexison gravatar image

Hello, I wanted to use the ros_web_video library but when I compile it, I obtain the following compilation error:

Base path: /home/robot/Desktop/gamma
Source space: /home/robot/Desktop/gamma/src
Build space: /home/robot/Desktop/gamma/build
Devel space: /home/robot/Desktop/gamma/devel
Install space: /home/robot/Desktop/gamma/install
####
#### Running command: "cmake /home/robot/Desktop/gamma/src -DCATKIN_DEVEL_PREFIX=/home/robot/Desktop/gamma/devel -DCMAKE_INSTALL_PREFIX=/home/robot/Desktop/gamma/install" in "/home/robot/Desktop/gamma/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/robot/Desktop/gamma/devel
-- Using CMAKE_PREFIX_PATH: /opt/ros/hydro
-- This workspace overlays: /opt/ros/hydro
-- Using PYTHON_EXECUTABLE: /usr/bin/python
-- Python version: 2.7
-- Using Debian Python package layout
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /home/robot/Desktop/gamma/build/test_results
-- Found gtest sources under '/usr/src/gtest': gtests will be built
-- catkin 0.5.89
-- BUILD_SHARED_LIBS is on
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- ~~  traversing 2 packages in topological order:
-- ~~  - ros_web_video
-- ~~  - control
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- +++ processing catkin package: 'ros_web_video'
-- ==> add_subdirectory(ros_web_video)
-- Boost version: 1.46.1
-- Found the following Boost libraries:
--   system
--   filesystem
--   thread
-- Found BZip2: /usr/lib/i386-linux-gnu/libbz2.so 
-- Looking for BZ2_bzCompressInit in /usr/lib/i386-linux-gnu/libbz2.so
-- Looking for BZ2_bzCompressInit in /usr/lib/i386-linux-gnu/libbz2.so - found
-- Found ZLIB: /usr/lib/i386-linux-gnu/libz.so (found version "1.2.3.4")
Cloning into 'libvpx'...
Note: checking out 'v1.2.0'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at b9ce430... Update CHANGELOG for v1.2.0 release
Cloning into 'FFmpeg'...
Note: checking out 'n1.1'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:

  git checkout -b new_branch_name

HEAD is now at 79013a5... update for 1.1
Configuring selected codecs
  enabling vp8_encoder
  enabling vp8_decoder
Configuring for target 'x86-linux-gcc'
  enabling x86
  enabling runtime_cpu_detect
  enabling mmx
  enabling sse
  enabling sse2
  enabling sse3
  enabling ssse3
  enabling sse4_1
Neither yasm nor nasm have been found

Configuration failed. This could reflect a misconfiguration of your
toolchains, improper options selected, or another problem. If you
don't see any useful error messages above, the next step is to look
at the configure error log file (config.err) to determine what
configure was trying to do when it died.
make: *** No targets specified and no makefile found.  Stop.
yasm not found, use --disable-yasm for a crippled build

If you think configure made a mistake, make sure you are using the latest
version ...
(more)
edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by pexison
close date 2015-02-18 04:44:58.513565

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-02-18 04:38:53 -0500

pexison gravatar image

Solved, for compilation details see: Compiling ros_web_video

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-02-17 09:51:17 -0500

Seen: 294 times

Last updated: Feb 18 '15