You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have run into an odd issue compiling a driver with ffmpegServer on Debian 8 - I get the following error during linking:
/usr/bin/ld: /eApps/utils/test/support/areaDetector/ffmpegServer/lib/linux-x86_64/libavcodec.a(tiff.o): undefined reference to symbol 'lzma_code@@XZ_5.0'
//lib/x86_64-linux-gnu/liblzma.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
/eApps/utils/test/base/configure/RULES_BUILD:212: recipe for target 'uvcApp' failed
I can fix this by simply adding PROD_SYS_LIBS += lzma under ADCore/ADApp/commonDriverMakefile. I don't recall having this issue in the past, has anyone seen this, and knows how to better resolve it?
The text was updated successfully, but these errors were encountered:
I have run into an odd issue compiling a driver with
ffmpegServer
on Debian 8 - I get the following error during linking:I can fix this by simply adding
PROD_SYS_LIBS += lzma
underADCore/ADApp/commonDriverMakefile
. I don't recall having this issue in the past, has anyone seen this, and knows how to better resolve it?The text was updated successfully, but these errors were encountered: