Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

building error #2

Open
Ghibli690 opened this issue Oct 9, 2021 · 1 comment
Open

building error #2

Ghibli690 opened this issue Oct 9, 2021 · 1 comment

Comments

@Ghibli690
Copy link

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

@knatterfunker
Copy link
Owner

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)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants