nextspace
nextspace copied to clipboard
Error building 6_build_libs-gui.sh
On a clean installation of fedora 39, the following error occurs.
Confirmed. It's a problem with system GIF library - GifQuantizeBuffer() is the private function which became unavailable at some version. There are 2 options:
- Get NSBitmapImageRep+GIF.m from master branch of libs-gui.
- Wait for new stable GNUstep release (base and gui) and switch to it.
@armm77 while waiting for new stable gnustep-gui release I've applied a workaround - copying NSBitmapImageRep+GIF.m from master branch before build. Check it please.
@trunkmaster confirmed, the error was solved.