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
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
the ubuntu says
E: Unable to locate package libboost-log-dev
can't complie give this
st -I./Hauppauge/Common/EncoderDev/HAPIHost/MChip pkg-config --cflags libusb-1.0 ./Hauppauge/Common/Rx/ADV7842/Wrapper.cpp -o Wrapper.o
In file included from ./Wrappers/linux/log.h:5,
from ./Hauppauge/Common/Rx/ADV7842/Wrapper.cpp:11:
./Wrappers/linux/../../Logger.h:27:10: fatal error: boost/log/sources/severity_logger.hpp: No such file or directory
27 | #include <boost/log/sources/severity_logger.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:61: Wrapper.o] Error 1
ubuntu 22.04 thx
The text was updated successfully, but these errors were encountered:
make: *** No rule to make target '-lboost_program_options', needed by 'hauppauge2'. Stop.
make install
Makefile:71: warning: overriding recipe for target 'clean'
Hauppauge/TestApp/build-ADV7842/Makefile:101: warning: ignoring old recipe for target 'clean'
Makefile:74: warning: overriding recipe for target 'install'
Makefile:67: warning: ignoring old recipe for target 'install'
make: *** No rule to make target '-lboost_program_options', needed by 'hauppauge2'. Stop.
see next msg..
the ubuntu says
E: Unable to locate package libboost-log-dev
can't complie give this
st -I./Hauppauge/Common/EncoderDev/HAPIHost/MChip
pkg-config --cflags libusb-1.0
./Hauppauge/Common/Rx/ADV7842/Wrapper.cpp -o Wrapper.oIn file included from ./Wrappers/linux/log.h:5,
from ./Hauppauge/Common/Rx/ADV7842/Wrapper.cpp:11:
./Wrappers/linux/../../Logger.h:27:10: fatal error: boost/log/sources/severity_logger.hpp: No such file or directory
27 | #include <boost/log/sources/severity_logger.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:61: Wrapper.o] Error 1
ubuntu 22.04 thx
The text was updated successfully, but these errors were encountered: