microsoft / Azure-Kinect-Sensor-SDK

A cross platform (Linux and Windows) user mode SDK to read data from your Azure Kinect device.
https://Azure.com/Kinect
MIT License
1.49k stars 620 forks source link

Cmake on transformation example cannot locate libjpeg-turbo even installed #1630

Closed xXCXMXx closed 2 years ago

xXCXMXx commented 3 years ago

Consolidate compiler generated dependencies of target transformation_example [ 33%] Linking CXX executable transformation_example /usr/bin/ld: cannot find -llibjpeg-turbo::libjpeg-turbo collect2: error: ld returned 1 exit status CMakeFiles/transformation_example.dir/build.make:114: recipe for target 'transformation_example' failed make[2]: [transformation_example] Error 1 CMakeFiles/Makefile2:82: recipe for target 'CMakeFiles/transformation_example.dir/all' failed make[1]: [CMakeFiles/transformation_example.dir/all] Error 2 Makefile:90: recipe for target 'all' failed make: *** [all] Error 2

qm13 commented 3 years ago

Can you please provide more information e.g SDK version, compiler etc...

xXCXMXx commented 3 years ago

Thanks for the reply. Runing on Jetson Xavier AGX SDK is 1.4.1. cmake version 3.20.2

I think the issue is the failure of locating or installing libjpeg-turbo package. May I know the alternative solution to it?