Open AokiAhishatsu opened 4 years ago
I came across the same problem, my fixes need some further clean up if they would form a pull request.
The solution I had was to use GLEW. I later discovered that setup_exe.py
actually expects GLEW to be used on Windows (it tries to include the DLL) however setup_extensions.py
is lacking the setup for linking against GLEW via the glew_lib variable on Windows to look under extern (which then in turn needs the libraries to placed there).
I'm getting: