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

problem linking pcl_io

asked 2013-06-11 12:46:11 -0500

MarkyMark2012 gravatar image

Hi,

I'm building this on my Raspberry Pi - anyone any idea what might be wrong re: the extract error message: Both libtheoradec.so.1, and libspeex.so.1, are on the system.

Thanks in advance

Mark

Linking CXX executable ../../bin/pcl_convert_pcd_ascii_binary
/usr/bin/ld: warning: libtheoradec.so.1, needed by /usr/lib/arm-linuxgnueabihf
/libavcodec.so.53, not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: libspeex.so.1, needed by /usr/lib/arm-linux-gnueabih /libavcodec.so.53, not found (try using -rpath or -rpath-link)
/usr/lib/arm-linux-gnueabihf/libavcodec.so.53: undefined reference to `speex_uwb_mode'
/usr/lib/arm-linux-gnueabihf/libavcodec.so.53: undefined reference to `speex_encoder_init'

/usr/lib/arm-linux-gnueabihf/libavcodec.so.53: undefined reference to `speex_encode_int'

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-03-25 22:40:40 -0500

Wolf gravatar image

Did you consider setting the linker flags via cmake as suggested by the error message, e. g. :

  set( CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -rpath -rpath-link" )
edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-06-11 12:46:11 -0500

Seen: 222 times

Last updated: Mar 25 '14