danieloneill / EpsolarServer

Epsolar Tracer-series logging/monitoring for Linux (and Raspberry Pi)
MIT License
31 stars 10 forks source link

Make error #5

Closed bonkas closed 5 years ago

bonkas commented 5 years ago

Not sure where I am going wrong, may be raspberry pi specific, have tried to build on two fresh installs but getting this error every time:

In file included from src/resourceserver.cpp:3:0:
/usr/local/include/qhttpserver.h:39:23: fatal error: safequeue.h: No such file or directory
 #include "safequeue.h"
                       ^
compilation terminated.
Makefile:391: recipe for target 'resourceserver.o' failed
bonkas commented 5 years ago

Nevermind. Stupid me not reading the error correctly. copied the file into the specified location in the error to the patch where it was wanted ie.

cp /home/pi/EpsolarServer-master/3rdparty/qhttpserver/src/safequeue.h /usr/local/include/safequeue.h

It built successfully now.