aasdk library building
-
iam tring to install this library for openauto and i faced this error during the build this library can anyone help me?
In file included from /home/abdelrahman/aasdk/include/f1x/aasdk/IO/PromiseLink.hpp:24,
from /home/abdelrahman/aasdk/src/Channel/Control/ControlServiceChannel.cpp:22:
/home/abdelrahman/aasdk/include/f1x/aasdk/IO/Promise.hpp:35:1: error: expected class-name before ‘{’ token
35 | {
| ^
/home/abdelrahman/aasdk/include/f1x/aasdk/IO/Promise.hpp:117:1: error: expected class-name before ‘{’ token
117 | {
| ^
/home/abdelrahman/aasdk/include/f1x/aasdk/IO/Promise.hpp:198:1: error: expected class-name before ‘{’ token
198 | {
| ^
/home/abdelrahman/aasdk/include/f1x/aasdk/IO/Promise.hpp:278:1: error: expected class-name before ‘{’ token
278 | {
| ^
make[2]: *** [CMakeFiles/aasdk.dir/build.make:154: CMakeFiles/aasdk.dir/src/Channel/Control/ControlServiceChannel.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/aasdk.dir/all] Error 2
make: *** [Makefile:84: all] Error 2 -
iam tring to install this library for openauto and i faced this error during the build this library can anyone help me?
In file included from /home/abdelrahman/aasdk/include/f1x/aasdk/IO/PromiseLink.hpp:24,
from /home/abdelrahman/aasdk/src/Channel/Control/ControlServiceChannel.cpp:22:
/home/abdelrahman/aasdk/include/f1x/aasdk/IO/Promise.hpp:35:1: error: expected class-name before ‘{’ token
35 | {
| ^
/home/abdelrahman/aasdk/include/f1x/aasdk/IO/Promise.hpp:117:1: error: expected class-name before ‘{’ token
117 | {
| ^
/home/abdelrahman/aasdk/include/f1x/aasdk/IO/Promise.hpp:198:1: error: expected class-name before ‘{’ token
198 | {
| ^
/home/abdelrahman/aasdk/include/f1x/aasdk/IO/Promise.hpp:278:1: error: expected class-name before ‘{’ token
278 | {
| ^
make[2]: *** [CMakeFiles/aasdk.dir/build.make:154: CMakeFiles/aasdk.dir/src/Channel/Control/ControlServiceChannel.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:96: CMakeFiles/aasdk.dir/all] Error 2
make: *** [Makefile:84: all] Error 2So wouldn't it be better to ask the author of this library instead in a Qt forum?
-
So wouldn't it be better to ask the author of this library instead in a Qt forum?
@Christian-Ehrlicher
where can i ask? -
@Christian-Ehrlicher
where can i ask?@manga hi,
The first step is to check the documentation of that project to find the information.
For example, the first result from a quick search turns this GitHub project and the README gives that information.