(view as text)
[ 0%] Built target lzo2
[ 1%] Built target bdisasm
[ 4%] Built target png
[ 6%] Built target sfml-network
[ 6%] Built target SOIL
[ 16%] Built target polarssl
[ 16%] Built target iconv
[ 17%] Built target pch
[ 19%] Built target audiocommon
[ 21%] Built target inputcommon
[ 26%] Built target discio
Scanning dependencies of target common
[ 26%] Building CXX object Source/Core/Common/CMakeFiles/common.dir/Version.cpp.o
Linking CXX static library ../../../libs/armeabi-v7a/libcommon.a
[ 33%] Built target common
[ 39%] Built target videosoftware
[ 42%] Built target videoogl
[ 52%] Built target videocommon
[ 99%] Built target core
Scanning dependencies of target main
[ 99%] Building CXX object Source/Core/DolphinWX/CMakeFiles/main.dir/GLInterface/EGL.cpp.o
/home/buildbot/slaves/dolphin/release-android/build/Source/Core/DolphinWX/GLInterface/EGL.cpp: In member function 'virtual bool cInterfaceEGL::Create(void*&)':
/home/buildbot/slaves/dolphin/release-android/build/Source/Core/DolphinWX/GLInterface/EGL.cpp:176:8: error: 'struct GLWindow' has no member named 'parent'
GLWin.parent = (Window) window_handle;
^
/home/buildbot/slaves/dolphin/release-android/build/Source/Core/DolphinWX/GLInterface/EGL.cpp:176:18: error: 'Window' was not declared in this scope
GLWin.parent = (Window) window_handle;
^
/home/buildbot/slaves/dolphin/release-android/build/Source/Core/DolphinWX/GLInterface/EGL.cpp:176:26: error: expected ';' before 'window_handle'
GLWin.parent = (Window) window_handle;
^
make[2]: *** [Source/Core/DolphinWX/CMakeFiles/main.dir/GLInterface/EGL.cpp.o] Error 1
make[1]: *** [Source/Core/DolphinWX/CMakeFiles/main.dir/all] Error 2
make: *** [all] Error 2