Hello. I've encountered a very annoying error after try of compilation using MinGW with G++ version 6.3.0
I'm building using cmake command:
cmake -G"Unix Makefiles"
And after that:
make -j2
Can you help me? I'm trying to write my own library for game development which uses newest SFML 2.4.2, and i'm encountering this error.
I've also found this topic:
https://stackoverflow.com/questions/46396148/compiling-sfml-with-mingw-has-ptitlebarinfo-not-declaredBut it doesn't help me much...
Edit Postscriptum:
I'm also compiling the same library but on linux (ubuntu) but it doesn't throw me any errors. (as i understand this is windows related problem and more peculiarly winapi?)
Also, i know that it says SFML 2.3.2 but i've tried SFML 2.4.1 and SFML 2.4.2, it throws me the same error.
I've found that this issue is related to Window module because it throws errors from window module files