Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
undefined reference to `ILBM_read'
#4
(07-13-2023, 09:32 AM)programmer_ceds Wrote: Looks like iff are Amiga format files for which, if I remember correctly, support has been recently added. If you don't need these files try deleting the line from meson.build that includes this file format (line 1976 in the version of the file that I have - it reads '''  Amiga IFF/ILBM:      @0@'''.format(have_ilbm),)

Edit - having made the above reply I have gone to the GIMP gitlab site. There was a commit yesterday for the iff file type - you may also need to remove the changes that were introduced in that commit - https://gitlab.gnome.org/GNOME/gimp/-/co...3a1e91c968

Also consider opening a new issue for this at https://gitlab.gnome.org/GNOME/gimp/-/issues

Actually, that commit *should* allow you to specify in meson you don't want to build the Amiga IFF plug-in. Just add "-Dilbm=disabled" as a flag when you build with meson. Let me know if that helps.
Reply


Messages In This Thread
undefined reference to `ILBM_read' - by jiapei100 - 07-12-2023, 09:39 PM
RE: undefined reference to `ILBM_read' - by CmykStudent - 07-15-2023, 08:45 PM

Forum Jump: