1
General / Problem with compiling SFML project in 2008
« on: May 05, 2013, 05:08:19 pm »
Ok, I have created SFML solution 2008 with CMake. Now I want to build it, but I get errors like this:
Error 25 error LNK2019: unresolved external symbol __imp__glEnable@4 referenced in function "private: void __thiscall sf::priv::GlContext::initialize(void)" (?initialize@GlContext@priv@sf@@AAEXXZ) GlContext.obj sfml-window
and so on. I understand that it can't find external libraries, but how can I fix this?
full build log:
http://pastebin.com/M1m24hMY
Thank's for help.
PS Windows 7 x64(but I'm using SFML for x32 platform), CMake 2.8.10.2, latest SFML source,
Error 25 error LNK2019: unresolved external symbol __imp__glEnable@4 referenced in function "private: void __thiscall sf::priv::GlContext::initialize(void)" (?initialize@GlContext@priv@sf@@AAEXXZ) GlContext.obj sfml-window
and so on. I understand that it can't find external libraries, but how can I fix this?
full build log:
http://pastebin.com/M1m24hMY
Thank's for help.
PS Windows 7 x64(but I'm using SFML for x32 platform), CMake 2.8.10.2, latest SFML source,