Compiling GEGL on Win32 Msys/MinGW
When compiling GEGL on win xp using msys/mingw I am getting the following
error messages when trying to run gegl to create the gallery samples for the
docs.
--[Updating sample compositions]--
./OpenRaster-00.xml
** Message: Module '../../operations\core\convert-format.dll' load error:
Invalid access to memory location.
** Message: Module '../../operations\generated\dst.dll' load error: Invalid
access to memory location.
** Message: Module '../../operations\generated\plus.dll' load error: Invalid
access to memory location.
** Message: Module '../../operations\color\value-invert.dll' load error:
Invalid access to memory location.
(gegl.exe:3652): GLib-GObject-WARNING **: Fatal error - Could not reload
previously loaded plugin '(unknown)'
make[5]: *** [OpenRaster-00.png] Error 1
./OpenRaster-01.xml
It looks to be a problem with the way that the operation plug-ins are being
created but I am not sure where to look next to solve this.
Thanks,
John