I just downloaded the latest STK git repo and the latest dependencies project. I followed the guide here http://supertuxkart.sourceforge.net/How_to_build_the_Windows_version to the letter. I opened the project on Visual Studio 2015 and it's giving me the following linker errors:
Error LNK1120 1 unresolved externals stkirrlicht D:\Projects\GMT\INFOMOV\stk-code\bld\bin\Release\stkirrlicht.dll
Error LNK2019 unresolved external symbol "bool GLContextDebugBit" (?GLContextDebugBit@@3_NA) referenced in function "struct HGLRC__ * __cdecl irr::video::getMeAGLContext(struct HDC__ *,bool)" (?getMeAGLContext@video@irr@@YAPAUHGLRC__@@PAUHDC__@@_N@Z) stkirrlicht D:\Projects\GMT\INFOMOV\stk-code\bld\lib\irrlicht\COpenGLDriver.obj
Error LNK1181 cannot open input file 'lib\irrlicht\Release\stkirrlicht.lib' supertuxkart D:\Projects\GMT\INFOMOV\stk-code\bld\LINK
I'm a bit of a noob at this stuff, so could anyone point me in the right direction? I just get that somewhere in the irrlich project there's an undefined symbol, but I have no idea how to even start looking for it.