Matus Chochlik

Results 119 comments of Matus Chochlik

The link error with GLEW may be related to static vs. dynamic version of the library. I vaguely remember that on one of the Windows machines where I tested the...

Hmm, it actually seems that glut32.lib is not on the list of libs to link to.

Could you try adding `message("${CONFIG_REQUIRED_LIBRARIES}") to`GLVerExt.cmake`line`72` and see what that prints out?

There is no problem with freeglut. However `glew32.lib` should be listed there. Could you try to trace how the following variables (`OPENGL_LIBRARIES`, `OGLPLUS_GL_LIBRARIES`, `CONFIG_REQUIRED_LIBRARIES`) are set in the cmake files...

Hmm, I still think that trying to link with the static version of GLEW might help, but you also need to define the `GLEW_STATIC` preprocessor symbol, for that to work....

IMO as one of the values after the `COMPILE_DEFINITIONS` parameter of `try_run`, should work.

Thanks for sticking with it! I will have to reinstall windows on one of my machines again and try to fix this so that it works automatically.

There is a branch called `backported-develop` where _most_ of the things do build with MSVC 2015 update 1 (the rest of the issues are slowly being fixed). My working setup:...

Hi, let me know how that goes. Unfortunately at the moment MSVC still isn't supported since I don't have any windows development machine.

Hi, this is indeed planned. I have to read the spec and have a look at some of the working examples and tutorials before I start.