Closed vanfanel closed 1 year ago
No matter how much back in time I go, it doesn't build anymore. I suspect some upstream problem with https://github.com/KhronosGroup/OpenGL-Registry.git, could that be the case?
This is the output of make extensions
, many no keys in table!
errors apparently, is that expected?
I'm having the same issue while trying to build as a dependency of our app. make from auto doesnt pull a fixed version of https://github.com/KhronosGroup/OpenGL-Registry.git. The new merge from https://github.com/KhronosGroup/OpenGL-Registry/pull/591 introduced new symbols that are now duplicated in glew.c
Fixed via #401 . Can you confirm on your side? Thanks for raising the alarm!
@nigels-com Builds perfectly now, it's solved via that commit! Thanks! Always a pleasure to help :)
Hi there,
So far, I have been building GLEW nicely using:
make extensions && make SYSTEM=linux-egl-glvnd -j4 install
...but with current GIT code, I get these:
Any idea on what's going on here, please?
Thanks!