humeman / openauto-patched-installer

Installer for openauto which patches various issues with newer GooglePlayServices/touchscreen/device detection/compilation issues.
20 stars 23 forks source link

Pi 4 compile error @aasdk #10

Open yayaasd opened 1 year ago

yayaasd commented 1 year ago

facing issues during compiling on Pi4. used forked PI4-installer from https://github.com/DreamHazard/openauto-patched-installer

[ 82%] Building CXX object CMakeFiles/aasdk.dir/src/Channel/AV/AudioServiceChannel.cpp.o [ 82%] Building CXX object CMakeFiles/aasdk.dir/src/Channel/AV/AVInputServiceChannel.cpp.o [ 83%] Building CXX object CMakeFiles/aasdk.dir/src/Channel/AV/MediaAudioServiceChannel.cpp.o [ 83%] Building CXX object CMakeFiles/aasdk.dir/src/Channel/AV/SpeechAudioServiceChannel.cpp.o [ 84%] Building CXX object CMakeFiles/aasdk.dir/src/Channel/AV/SystemAudioServiceChannel.cpp.o [ 84%] Building CXX object CMakeFiles/aasdk.dir/src/Channel/AV/VideoServiceChannel.cpp.o [ 84%] Building CXX object CMakeFiles/aasdk.dir/src/Channel/Bluetooth/BluetoothServiceChannel.cpp.o [ 85%] Building CXX object CMakeFiles/aasdk.dir/src/Channel/Control/ControlServiceChannel.cpp.o In file included from /home/user/aasdk/include/f1x/aasdk/IO/PromiseLink.hpp:24, from /home/user/aasdk/src/Channel/Control/ControlServiceChannel.cpp:22: /home/user/aasdk/include/f1x/aasdk/IO/Promise.hpp:35:1: error: expected class-name before ‘{’ token 35 | { | ^ /home/user/aasdk/include/f1x/aasdk/IO/Promise.hpp:117:1: error: expected class-name before ‘{’ token 117 | { | ^ /home/user/aasdk/include/f1x/aasdk/IO/Promise.hpp:198:1: error: expected class-name before ‘{’ token 198 | { | ^ /home/user/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 make[2]: Waiting for unfinished jobs.... make[1]: [CMakeFiles/Makefile2:115: CMakeFiles/aasdk.dir/all] Error 2 make: [Makefile:103: all] Error 2 [OAInstaller] ERROR: Couldn't build AASDK! [OAInstaller] If necessary, report this under the Issues tab on the installer github at https://github.com/humeman/openauto-patched-installer.

zleeper commented 1 year ago

got the same error now that i tried this on a pi3/4

Bartiiee commented 8 months ago

Also stuck there atm. Anyone more luck?