dymo-cups-drivers
dymo-cups-drivers copied to clipboard
error compiling on linux -> thread_time.hpp: No such file or directory
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
never mind... I had to install libboost-thread-dev
Maybe adding this to documentation ? apt install libboost-thread-dev