problem with finding library in gazebo 1.9.0 [closed]
Hello Dear All,
I have a problem after updating gazebo (1.8.6) to (1.9.0), that i explain in this question, by the way i can't solve it and i add gazebo-1.9 to all headers, now when i run my code i got this error:
[ 75%] Built target Manage
[100%] Building CXX object CMakeFiles/main.dir/main.cc.o
Linking CXX executable main
/usr/bin/ld: cannot find -lgazebo_sdf_interface
collect2: ld returned 1 exit status
make[2]: *** [main] Error 1
make[1]: *** [CMakeFiles/main.dir/all] Error 2
make: *** [all] Error 2
22:19:51: The process "/usr/bin/make" exited with code 2.
Error while building project Project (target: Desktop)
When executing build step 'Make'
i searched for libgazebosdfinterface, but i can't find it, any one know what is my fault?
my problem is solved, i reinstall gazebo and qt!