Closed vanfanel closed 4 months ago
I don't think I did any changes to build system. All GitHub builds are fine. The only way to fix it on your side is probably to find the bad commit. Can you try different commits? You can probably stop on commit from 27th May - it should contain the changes I made for you the last time.
@deathkiller I found the problem. Made a PR here to fix this issue: https://github.com/deathkiller/jazz2-native/pull/70
CMake's modern day OpenGL detection is sooo flaky... Internal efforts to make CMake detect modern GLVN OpenGL implementation seems to be confusing and not quite working as supposed to work. Well, my commit works around that. So it should be solved now.
Ah wait. I have yet to fix something with regards to GLX-only systems.. Don't merge that yet.
@deathkiller Please merge https://github.com/deathkiller/jazz2-native/pull/71 This one is the right fix.
Jazz² Resurrection version
Latest GIT version
System information
Debian Testing
Issue description
When trying to build latest GIT code, I get a bunch of OpenGL linking errors:
Doing
make VERBOSE=1
, I can see it's missing-lOpenGL
, so adding it to the linking line, it links succesfully. So.. the problem is that-lOpenGL
has gone missing on the GIT code for some reason.Steps to reproduce
Try to build latest GIT code on GNU/Linux.