Page 2 of 2
Re: Finally, found a fix for the GL API errors on Linux
Posted: Mon Dec 09, 2013 15:43
by Edward-san
Uh, the 'gl_data.cpp' changes in your
commit were not in the patch I attached ... added accidentally?
Re: Finally, found a fix for the GL API errors on Linux
Posted: Mon Dec 09, 2013 15:57
by Graf Zahl
They were supposed to be a separate commit but it got mixed up. I thought making the sprite offset definition file available to PWADs would be a good idea after noticing that Back to Saturn X had replaced the complete sprite set of the IWAD.
Re: Finally, found a fix for the GL API errors on Linux
Posted: Thu Dec 12, 2013 22:24
by Saya-chan
I have glew installed but it seems the gzdoom binary isn't being linked to it.
Re: Finally, found a fix for the GL API errors on Linux
Posted: Fri Dec 13, 2013 2:27
by Graf Zahl
I think it only uses the headers. It sure doesn't need any of the dynamically loaded functions.
Re: Finally, found a fix for the GL API errors on Linux
Posted: Wed Jan 08, 2014 13:40
by Saya-chan
Thanks for all the fixes, no need for my patch nor forcing linking to libdl (which was also fixed in zdoom) and libGLEW anymore.
I guess this can be closed now.