compile error -- make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libconsole_bridge.so',
Hi, when I try to compile a project I get this error:
make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libconsole_bridge.so', needed by '/home/usr/catkin_ws/devel/lib/kautham/kautham-rosnode'
I have done everything: I downloaded the library console_bridge and install it.
When I try this command:
stat /usr/lib/x86_64-linux-gnu/libconsole_bridge.so
I get this:
stat: cannot stat ‘/usr/lib/x86_64-linux-gnu/libconsole_bridge.so’: No such file or directory
But when I use this command:
apt-file search /usr/lib/x86_64-linux-gnu/libconsole_bridge
I get this:
libconsole-bridge-dev: /usr/lib/x86_64-linux-gnu/libconsole_bridge.so
libconsole-bridge0.2: /usr/lib/x86_64-linux-gnu/libconsole_bridge.so.0.2
I would thank you if you can help me.
so how did you install it? Using
apt
, orgit clone
and thenmake
etc?I used sudo apt-get install apt-file, then sudo apt-get update, and finally sudo apt-get install libconsole-bridge-dev
It didn't work because I can't see the libconsole_bridge.so file
Then I used git clone to install it but still I have the same problem.
Can you clarify what 'It didnt' work' means exactly, error messages would be good. Where were you looking for the
libconsole_bridge.so
file that you couldn't find. Alsogit clone
doesn't install things it downloads the source code.Every time I compile my project I get this: make[2]: No rule to make target '/usr/lib/x86_64-linux-gnu/libconsole_bridge.so', needed by '/home/usr/catkin_ws/devel/lib/kautham/Kautham_Viewer'*
I am looking for the libconsole_bridge at this path: /usr/lib/x86_64-linux-gnu/