Closed bach05 closed 3 years ago
UPDATE: I have been able to compile by changing this line on the CMakeLists file:
target_link_libraries(gazr dlib ${OpenCV_LIBRARIES})
Hope this will be useful.
Closing the issue as can not reproduce on current master. Please reopen if necessary.
Hi,
I'm trying to compile the project. I would like to use it as a ROS package in my workspace, so I'm building with
catkin build gazr
. I installed dlib withsudo apt-get install libdlib-dev
. I'm on ROS Melodic.The first building gives me this error:
I easily solved following the suggestion of the compiler. Then I got:
I don't know how to solve it. It seems is it due to a wrong compilation of dlib. Can someone help me?