1
General / Re: Install SFML on Windows 7 with Cygwin
« on: April 21, 2013, 03:10:22 am »
Well, I think I've found my problem. And it's not with the installation.
Either way, everything's fine because I have an Ubuntu VM, which I can use instead of Windows.
Quote
$ g++ Test.cpp -o Test.exeAfter manually putting the include files from SFML into Cygwin's include folder, instead of getting "not found" errors, I got this. Downloading the Windows library and then trying to run it in a Linux environment was a bad idea.
In file included from /usr/lib/gcc/i686-pc-cygwin/4.5.3/include/c++/SFML/System.hpp:32:0,
from Test.cpp:1:
/usr/lib/gcc/i686-pc-cygwin/4.5.3/include/c++/SFML/Config.hpp:60:6: error: #error This operating system is not supported by SFML library
Either way, everything's fine because I have an Ubuntu VM, which I can use instead of Windows.