We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Use the install script and it shutdowns the pi. Every time it starts it shuts itself down.
The text was updated successfully, but these errors were encountered:
In file included from /home/pi/ControlBlockService2/src/controlblock/app/ControlBlock.h:30, from /home/pi/ControlBlockService2/src/controlblock/app/ControlBlock.cpp:25: /home/pi/ControlBlockService2/src/controlblock/app/PowerSwitch.h:26:10: fatal error: gpiod.hpp: No such file or directory #include <gpiod.hpp> ^~~~~~~~~~~ compilation terminated. make[2]: *** [src/controlblock/app/CMakeFiles/controlblock-app.dir/build.make:63: src/controlblock/app/CMakeFiles/controlblock-app.dir/ControlBlock.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:673: src/controlblock/app/CMakeFiles/controlblock-app.dir/all] Error 2 make: *** [Makefile:130: all] Error 2
This is what Im getting manually building it
Sorry, something went wrong.
No branches or pull requests
Use the install script and it shutdowns the pi. Every time it starts it shuts itself down.
The text was updated successfully, but these errors were encountered: