
I have tried several times to use this command to install dolphin i have installed all required libraries and it still isn't working. i am using ubuntu 18.04 for tegra (Aarch64)
the error message is as follows:
the error message is as follows:
Code:
error: expected unqualified-id before numeric constant
static const int CHAR_WIDTH = 8;
^
Source/Core/VideoBackends/OGL/CMakeFiles/videoogl.dir/build.make:238: recipe for target 'Source/Core/VideoBackends/OGL/CMakeFiles/videoogl.dir/RasterFont.cpp.o' failed
make[2]: *** [Source/Core/VideoBackends/OGL/CMakeFiles/videoogl.dir/RasterFont.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
CMakeFiles/Makefile2:1139: recipe for target 'Source/Core/VideoBackends/OGL/CMakeFiles/videoogl.dir/all' failed
make[1]: *** [Source/Core/VideoBackends/OGL/CMakeFiles/videoogl.dir/all] Error 2
Makefile:162: recipe for target 'all' failed
make: *** [all] Error 2