1
General / Re: Compile SFML on Odroid XU4
« on: January 08, 2019, 10:24:19 pm »
Meveric submitted a PR for the initial problem.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
[ 33%] Building CXX object src/SFML/Window/CMakeFiles/sfml-window.dir/EglContext.cpp.o
In file included from /usr/include/X11/Xlib.h:44:0,
from /usr/include/EGL/eglplatform.h:99,
from /usr/include/EGL/egl.h:39,
from /root/develop/sfml/src/SFML/Window/EGLCheck.hpp:32,
from /root/develop/sfml/src/SFML/Window/EglContext.hpp:33,
from /root/develop/sfml/src/SFML/Window/EglContext.cpp:29:
/root/develop/sfml/include/SFML/Window/WindowStyle.hpp:40:9: error: expected identifier before numeric constant
None = 0, ///< No border / title bar (this flag and all othe
^
/root/develop/sfml/include/SFML/Window/WindowStyle.hpp:40:9: error: expected ‘}’ before numeric constant
/root/develop/sfml/include/SFML/Window/WindowStyle.hpp:40:9: error: expected unqualified-id before numeric constant
In file included from /root/develop/sfml/src/SFML/Window/Unix/CursorImpl.hpp:34:0,
from /root/develop/sfml/src/SFML/Window/CursorImpl.hpp:39,
from /root/develop/sfml/src/SFML/Window/WindowImpl.hpp:35,
from /root/develop/sfml/src/SFML/Window/EglContext.cpp:30:
/root/develop/sfml/include/SFML/Window/WindowStyle.hpp:50:1: error: expected declaration before ‘}’ token
} // namespace sf
^
src/SFML/Window/CMakeFiles/sfml-window.dir/build.make:470: recipe for target 'src/SFML/Window/CMakeFiles/sfml-window.dir/EglContext.cpp.o' failed
make[2]: *** [src/SFML/Window/CMakeFiles/sfml-window.dir/EglContext.cpp.o] Error1
CMakeFiles/Makefile2:170: recipe for target 'src/SFML/Window/CMakeFiles/sfml-window.dir/all' failed
make[1]: *** [src/SFML/Window/CMakeFiles/sfml-window.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
root@odroid:~/develop/sfml/build# make install