I tried many thinks out, but everytime the same Error occured
By the help of Veltas i can give out the complete message by using "SET VERBOSE=1":Error as text:
C:\Windows\system32>cd C:\SFMLC
C:\SFMLC>SET VERBOSE=1
C:\SFMLC>mingw32-make install
C:\CMake28\bin\cmake.exe -HC:\SFML -BC:\SFMLC --check-build-system CMakeFiles\Ma
kefile.cmake 0
C:\CMake28\bin\cmake.exe -E cmake_progress_start C:\SFMLC\CMakeFiles C:\SFMLC\CM
akeFiles\progress.marks
mingw32-make -f CMakeFiles\Makefile2 all
mingw32-make[1]: Entering directory `C:/SFMLC'
mingw32-make -f src\SFML\System\CMakeFiles\sfml-system.dir\build.make src/SFML/S
ystem/CMakeFiles/sfml-system.dir/depend
mingw32-make[2]: Entering directory `C:/SFMLC'
C:\CMake28\bin\cmake.exe -E cmake_depends "MinGW Makefiles" C:\SFML C:\SFML\src\
SFML\System C:\SFMLC C:\SFMLC\src\SFML\System C:\SFMLC\src\SFML\System\CMakeFile
s\sfml-system.dir\DependInfo.cmake --color=
Dependee "C:\SFMLC\src\SFML\System\CMakeFiles\sfml-system.dir\DependInfo.cmake"
is newer than depender "C:/SFMLC/src/SFML/System/CMakeFiles/sfml-system.dir/depe
nd.internal".
Dependee "C:/SFMLC/src/SFML/System/CMakeFiles/CMakeDirectoryInformation.cmake" i
s newer than depender "C:/SFMLC/src/SFML/System/CMakeFiles/sfml-system.dir/depen
d.internal".
Scanning dependencies of target sfml-system
mingw32-make[2]: Leaving directory `C:/SFMLC'
mingw32-make -f src\SFML\System\CMakeFiles\sfml-system.dir\build.make src/SFML/S
ystem/CMakeFiles/sfml-system.dir/build
mingw32-make[2]: Entering directory `C:/SFMLC'
C:\CMake28\bin\cmake.exe -E cmake_progress_report C:\SFMLC\CMakeFiles 52
[ 1%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Clock.cpp.
o
cd /d C:\SFMLC\src\SFML\System && C:\NDK\toolchains\arm-linux-androideabi-4.8\pr
ebuilt\windows-x86_64\bin\arm-linux-androideabi-g++.exe -DSFML_SYSTEM_EXPORTS
-DANDROID -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE_
_ -DSFML_OPENGL_ES -DGL_GLEXT_PROTOTYPES --sysroot=C:/NDK/platforms/android-9/ar
ch-arm -fsigned-char -march=armv5te -mtune=xscale -msoft-float -fdata-sections -
ffunction-sections -fPIC -Wno-psabi -frtti -fno-exceptions -mthumb -O3 -fomit-fr
ame-pointer -DNDEBUG -fPIC -isystem C:\NDK\sources\android\support\include -isys
tem C:\NDK\sources\cxx-stl\llvm-libc++\libcxx\include -IC:\SFML\include -IC:\SFM
L\src -fvisibility=hidden -o CMakeFiles\sfml-system.dir\Clock.cpp.o -c C:\SFM
L\src\SFML\System\Clock.cpp
C:\CMake28\bin\cmake.exe -E cmake_progress_report C:\SFMLC\CMakeFiles 53
[ 2%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o
cd /d C:\SFMLC\src\SFML\System && C:\NDK\toolchains\arm-linux-androideabi-4.8\pr
ebuilt\windows-x86_64\bin\arm-linux-androideabi-g++.exe -DSFML_SYSTEM_EXPORTS
-DANDROID -D__ARM_ARCH_5__ -D__ARM_ARCH_5T__ -D__ARM_ARCH_5E__ -D__ARM_ARCH_5TE_
_ -DSFML_OPENGL_ES -DGL_GLEXT_PROTOTYPES --sysroot=C:/NDK/platforms/android-9/ar
ch-arm -fsigned-char -march=armv5te -mtune=xscale -msoft-float -fdata-sections -
ffunction-sections -fPIC -Wno-psabi -frtti -fno-exceptions -mthumb -O3 -fomit-fr
ame-pointer -DNDEBUG -fPIC -isystem C:\NDK\sources\android\support\include -isys
tem C:\NDK\sources\cxx-stl\llvm-libc++\libcxx\include -IC:\SFML\include -IC:\SFM
L\src -fvisibility=hidden -o CMakeFiles\sfml-system.dir\Err.cpp.o -c C:\SFML\
src\SFML\System\Err.cpp
In file included from C:\SFML\src\SFML\System\Err.cpp:28:0:
C:\SFML\include/SFML/System/Err.hpp:32:19: fatal error: ostream: No such file or
directory
#include <ostream>
^
compilation terminated.
mingw32-make[2]: *** [src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o] Erro
r 1
mingw32-make[2]: Leaving directory `C:/SFMLC'
mingw32-make[1]: *** [src/SFML/System/CMakeFiles/sfml-system.dir/all] Error 2
mingw32-make[1]: Leaving directory `C:/SFMLC'
mingw32-make: *** [all] Error 2
Things i have changed without succes:- changed CMake Version (2.8.9, 2.8.12, 3.0.1)
- using CMake-Gui and Command Prompt
- using MinGW solo and CodeBlocks MinGW-files
- deleting #include <ostream> => a new #include gives an error
- editing #include <ostream> into #include <iostream> => the same error but at this time it can't find iostream
- restartet everytime from scratch
CMake-Gui: