I tried to fix it but failed
My adding
intl_dep = dependency('intl', static : true, required : false)and
dependencies : [gegl, intl_dep],to each plugins meson.build file.
failed to make them work in default on Windows
It still shows
libgegl-0.4-0.dll => not found
libglib-2.0-0.dll => not found
libgobject-2.0-0.dll => not found
libintl-8.dll => not found
KERNEL32.dll => C:\windows\system32\KERNEL32.dll (0x00000000007f0000)
kernelbase.dll => C:\windows\system32\kernelbase.dll (0x0000000001a20000)
ntdll.dll => C:\windows\system32\ntdll.dll (0x0000000002120000)
msvcrt.dll => C:\windows\system32\msvcrt.dll (0x0000000001a20000)
and libintl-8.dll is the problem
Attachment:
Attachment:
WindowsBinaries.zip [4.62 MiB]
Downloaded 72 times
Attachment:
LinuxBinaries.zip [1.16 MiB]
Downloaded 61 times
Location to put BinariesWindows (may need to create "plug-ins" folder if it doesn't exist.)
C:\Users\USERNAME\AppData\Local\gegl-0.4\plug-ins
Linux
/home/(USERNAME)/.local/share/gegl-0.4/plug-ins
Linux (Flatpak) includes ChromeBook
/home/(USERNAME)/.var/app/org.gimp.GIMP/data/gegl-0.4/plug-ins
Grok and I are working on solving the problem