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

error compiling on linux -> thread_time.hpp: No such file or directory #21

Open
Mrdindon opened this issue Sep 30, 2022 · 1 comment
Open

Comments

@Mrdindon
Copy link

I get the following error message when I try to compile it on a pi3 running raspbian 64 with cups :

In file included from raster2dymolw.cpp:26:
../common/CupsFilter.h:28:10: fatal error: boost/thread/thread_time.hpp: No such file or directory
28 | #include <boost/thread/thread_time.hpp>
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[4]: *** [Makefile:486: raster2dymolw.o] Error 1
make[4]: Leaving directory '/root/dymo-cups-drivers/src_v2/lw'
make[3]: *** [Makefile:508: all-recursive] Error 1
make[3]: Leaving directory '/root/dymo-cups-drivers/src_v2/lw'
make[2]: *** [Makefile:335: all-recursive] Error 1
make[2]: Leaving directory '/root/dymo-cups-drivers/src_v2'
make[1]: *** [Makefile:383: all-recursive] Error 1
make[1]: Leaving directory '/root/dymo-cups-drivers'
make: *** [Makefile:324: all] Error 2

@Mrdindon
Copy link
Author

never mind... I had to install libboost-thread-dev

Maybe adding this to documentation ?
apt install libboost-thread-dev

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

1 participant