CentroEPiaggio / kuka-lwr

Software related to the KUKA LWR 4+: for real and for simulation.
The Unlicense
101 stars 81 forks source link

build error : /usr/bin/ld: can't find -lUUID::UUID #105

Open dbdxnuliba opened 2 years ago

dbdxnuliba commented 2 years ago

/usr/bin/ld: can't find -lUUID::UUID collect2: error: ld returned 1 exit status make[2]: [/home/dell1804/refer/ws_lwr_force_position/devel/.private/lwr_hw/lib/liblwr_hw_gazebo_plugin.so] Error 1 make[1]: [CMakeFiles/lwr_hw_gazebo_plugin.dir/all] Error 2

lepalom commented 2 years ago

try to install uuid-dev:

apt install uuid-dev

before build it.