Failed to install yaml-cpp0.2.6-dev [closed]

asked 2012-05-09 02:40:21 -0500

Tirgo gravatar image

updated 2014-01-28 17:12:15 -0500

ngrennan gravatar image

Hi guys

I'm currently working with ros electric. I instaled it from source as Bare Bones and i have to install yaml-cpp0.2.6-dev now.

Normally it should work easily with sudo apt-get install yaml-cpp0.2.6-dev. But then i get this error:

E: Unable to locate package yaml-cpp0.2.6-dev

E: Couldn't find any package by regex 'yaml-cpp0.2.6-dev'

This is weird. I have set up the correct software source for ros. I have no problem to install that on my netbook, but my arm machine doesn't seem to find it. Do i have to manuelly install it on my arm machine? And if where can i find it?

Thanks for your help i don't know what to do :/

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by tfoote
close date 2012-08-26 16:53:16

Comments

What OS version are you running?

joq gravatar image joq  ( 2012-05-09 03:42:55 -0500 )edit

I'm using ubuntu 11.10

Tirgo gravatar image Tirgo  ( 2012-05-09 03:54:02 -0500 )edit

I fixed it by myself. I installed yaml-cpp from source. Rosdep is still complaining about the missing yaml-cpp, but uvc_camera compiled without any errors and works nicely now with my webcam :)

Tirgo gravatar image Tirgo  ( 2012-05-10 02:23:41 -0500 )edit

You can use check-install command to install it so that rosdep will not complain: sudo checkinstall --pkgname=yaml-cpp --provides=yaml-cpp --pkgversion=0.3.0 (Use relevant pkgversion based on what you download)

Gowtham Garimella gravatar image Gowtham Garimella  ( 2014-07-04 15:21:44 -0500 )edit