trunkmaster / nextspace

NeXTSTEP-like desktop environment for Linux
https://trunkmaster.github.io
GNU General Public License v3.0
1.9k stars 69 forks source link

Error building 6_build_libs-gui.sh #425

Closed armm77 closed 7 months ago

armm77 commented 9 months ago

On a clean installation of fedora 39, the following error occurs.

Screen Shot 2024-02-08 at 11 26 38 PM

trunkmaster commented 9 months ago

Confirmed. It's a problem with system GIF library - GifQuantizeBuffer() is the private function which became unavailable at some version. There are 2 options:

  1. Get NSBitmapImageRep+GIF.m from master branch of libs-gui.
  2. Wait for new stable GNUstep release (base and gui) and switch to it.
trunkmaster commented 7 months ago

@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.

armm77 commented 7 months ago

@trunkmaster confirmed, the error was solved.