Hi there,
I have following problem for bothe SFML and SFGUI compilation. I have followed SFGUI and SFML tutorial with following inputs:
Windows 7;
CodeBlocks 13.12 with MinGW 4.9.2;
PC has 2 GPUs: Intel and Nvidia (I have read that might cause troubles);
SFML 2.2;
SFGUI 0.2.3;
CMake 3.2.2;
Step-by-Step:
1) I have downloaded SFML-2.2-windows-gcc-4.9.2-mingw-64-bit and lastetst SFGUI.
2) In CMake I have set the source and build location, added necessary variables
CMAKE_MODULE_PATH : D:/SFML/SFML-2.2 - SOURCE/cmake/Modules
GLEW_INCLUDE_DIR : D:/SFML/Glew/include
GLEW_LIBRARY : glew32.dll
SFML_ROOT : D:/SFML/SFML-2.2 - SOURCE
SFML_INCLUDE_DIR : D:/SFML/SFML-2.2 - SOURCE/include
SFML_DIR - NOT FOUND !?!
3) the Current Generator (in CMake) is set to CodeBlock - MinGW MakeFiles (only one that works for me)
4) hit Configure & Generate - EVERYTHING FINE (miner warining about Policy CMP0037)
5) then run CMD.EXE as administrator
6) navigate to BUILD Folder
7) execute : mingw32-make install
then there is following error after 76 % (check the attached picture)
I have done very same thing with SFGUI (I am new to this, so I dunno whether I need SFML already compiled to build SFGUI or does the SFGUI compilation requires only SFML source files
). Anyway, the same error is for SFGUI.