gegl-developer  

[Gegl-developer] Compiling GEGL on Win32 Msys/MinGW

John Marshall
Mon, 31 Dec 2007 10:23:40 -0800

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

_______________________________________________
Gegl-developer mailing list
Gegl-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gegl-developer
  • [Gegl-developer] Compiling GEGL on Win32 Msys/MinGW John Marshall