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
driver.hpp is part of codecserver and, on Debian, is shipped with libcodecserver-dev. A couple of questions to find out why this fails: What platform are you running? Do you have the libcodecserver-dev package installed? Do you have a file /usr/include/codecserver/driver.hpp (or maybe some driver.hpp file somewhere else)?
when i try to compile i get this error as a result, driver.hpp is not found
Scanning dependencies of target softmbe
[ 20%] Building CXX object src/CMakeFiles/softmbe.dir/softmbedriver.cpp.o
In file included from /home/codecserver-softmbe/src/softmbedriver.cpp:1:
/home/codecserver-softmbe/src/softmbedriver.hpp:3:10: fatal error: driver.hpp: F ile o directory non esistente
3 | #include "driver.hpp"
| ^~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/CMakeFiles/softmbe.dir/build.make:63: src/CMakeFiles/softmbe.d ir/softmbedriver.cpp.o] Errore 1
make[1]: *** [CMakeFiles/Makefile2:94: src/CMakeFiles/softmbe.dir/all] Errore 2
make: *** [Makefile:130: all] Errore 2
The text was updated successfully, but these errors were encountered: