Not logged inOpenClonk Forum
Up Topic Development / Developer's Corner / Win32 autobuild glew linker error
- By Sven2 [at] Date 2014-08-15 11:47
I've committed a change to CMakeLists to remove glew32 from the linked libraries, because the libraries already contain glew32s and I got linker errors. There is a property set to link glew statically (set_property(TARGET openclonk APPEND PROPERTY COMPILE_DEFINITIONS GLEW_STATIC)), so I presume it's intended to use the static version?

However, the win32 and win64 autobuilds now fail. What's a good way to fix this? Is the autobuild supposed to link glew statically or dynamically?

I also had to add OpenAL to the link libraries; I hope this won't cause failure as well.
Up Topic Development / Developer's Corner / Win32 autobuild glew linker error

Powered by mwForum 2.29.7 © 1999-2015 Markus Wichitill