Closed sinandredemption closed 2 years ago
Compilation fails because of missing dependency opencv2
After installing from AUR on Manjaro (yay -S linux-enable-ir-emitter) or via installer (# ./installer install), compilation fails with the error:
yay -S linux-enable-ir-emitter
# ./installer install
driver-generator.cpp:23:10: fatal error: opencv2/videoio.hpp: No such file or directory
I also tried to install opencv2 manually via AUR. However that fails as well due to the following error:
opencv2
parallel.cpp:104:14: fatal error: tbb/tbb_stddef.h: No such file or directory
This is weird because this is actually a closed issue on official OpenCV repository (link).
Additional info Distro: Manjaro Linux KDE Plasma Version: 5.24.6 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 Kernel Version: 5.15.57-2-MANJARO (64-bit) Graphics Platform: X11 Processors: 4 × Intel® Core™ i7-7600U CPU @ 2.80GHz Memory: 7.6 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 620
Compilation fails because of missing dependency opencv2
After installing from AUR on Manjaro (
yay -S linux-enable-ir-emitter
) or via installer (# ./installer install
), compilation fails with the error:driver-generator.cpp:23:10: fatal error: opencv2/videoio.hpp: No such file or directory
I also tried to install
opencv2
manually via AUR. However that fails as well due to the following error:parallel.cpp:104:14: fatal error: tbb/tbb_stddef.h: No such file or directory
This is weird because this is actually a closed issue on official OpenCV repository (link).
Additional info Distro: Manjaro Linux KDE Plasma Version: 5.24.6 KDE Frameworks Version: 5.96.0 Qt Version: 5.15.5 Kernel Version: 5.15.57-2-MANJARO (64-bit) Graphics Platform: X11 Processors: 4 × Intel® Core™ i7-7600U CPU @ 2.80GHz Memory: 7.6 GiB of RAM Graphics Processor: Mesa Intel® HD Graphics 620