nextspace icon indicating copy to clipboard operation
nextspace copied to clipboard

Error building 6_build_libs-gui.sh

Open armm77 opened this issue 1 year ago • 1 comments

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

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

armm77 avatar Feb 09 '24 04:02 armm77

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 avatar Feb 09 '24 09:02 trunkmaster

@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 avatar Apr 08 '24 18:04 trunkmaster

@trunkmaster confirmed, the error was solved.

armm77 avatar Apr 09 '24 08:04 armm77