S
S
sitev_ru2018-02-04 10:59:07
C++ / C#
sitev_ru, 2018-02-04 10:59:07

How to copy using MinGW?

I compile the program using MinGW in this way:
mingw32-make install
, but it gives an error:

C:\projects\SFML\build\armeabi-v7a>mingw32-make install
[  1%] Building CXX object src/SFML/System/CMakeFiles/sfml-system.dir/Err.cpp.o
In file included from C:\projects\SFML\src\SFML\System\Err.cpp:28:0:
C:\projects\SFML\include/SFML/System/Err.hpp:32:19: fatal error: ostream: No suc
h file or directory
 #include <ostream>

Error with ostream. I began to look for it, it lies here: C:\mingw\mingw64\lib\gcc\x86_64-w64-mingw32\7.2.0\include\c++
How and where to register this path? Can this problem be solved in some other way?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton, 2018-02-04
@Hekatomi

Try
#include <iostream>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question