-
Notifications
You must be signed in to change notification settings - Fork 34
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
Compile error on DietPi #18
Comments
@themagicm you may be trying to build the Also, in the
Ref #16 This finally allowed me to build on Pi OS Bullseye, the errors you're getting are indicative of Bullseye's newer libboost version than what was used in developing |
* package using cpack (opencardev#18) Added build to .gitignore Added vscode tasks to clean, build, package Added CPack support for debian packages * Added gitversion,cmake and last commit epoch as patch version * Switched patch version to use commit hash instead of epoch * Added CPACK_Version * added message to output version * added dockerbuild temp * workflow fix * fixed tabs * fixed depends * fixed typo * typo in Dockerfile * added upload artifact * added deb_architecture * added releases * fixed checkout * added tags * fixed release gha * Added versioning * switch to use commit_timestamp
* package using cpack (#18) Added build to .gitignore Added vscode tasks to clean, build, package Added CPack support for debian packages * Added gitversion,cmake and last commit epoch as patch version * Switched patch version to use commit hash instead of epoch * Added CPACK_Version * added message to output version * added dockerbuild temp * workflow fix * fixed tabs * fixed depends * fixed typo * typo in Dockerfile * added upload artifact * added deb_architecture * added releases * fixed checkout * added tags * fixed release gha * Added versioning * switch to use commit_timestamp
Having issues compiling this on latest DietPi on a RPI4. Anyone ran across this and resolved?
[ 85%] Building CXX object CMakeFiles/aasdk.dir/src/Channel/Control/ControlServiceChannel.cpp.o
In file included from /root/aasdk/include/f1x/aasdk/IO/PromiseLink.hpp:24,
from /root/aasdk/src/Channel/Control/ControlServiceChannel.cpp:22:
/root/aasdk/include/f1x/aasdk/IO/Promise.hpp:35:1: error: expected class-name before ‘{’ token
35 | {
| ^
/root/aasdk/include/f1x/aasdk/IO/Promise.hpp:117:1: error: expected class-name before ‘{’ token
117 | {
| ^
/root/aasdk/include/f1x/aasdk/IO/Promise.hpp:198:1: error: expected class-name before ‘{’ token
198 | {
| ^
/root/aasdk/include/f1x/aasdk/IO/Promise.hpp:278:1: error: expected class-name before ‘{’ token
278 | {
| ^
[ 85%] Building CXX object CMakeFiles/aasdk.dir/src/Channel/Input/InputServiceChannel.cpp.o
make[2]: *** [CMakeFiles/aasdk.dir/build.make:173: CMakeFiles/aasdk.dir/src/Channel/Control/ControlServiceChannel.cpp.o] Error 1
The text was updated successfully, but these errors were encountered: