RSS/Atom feed Twitter
Site is read-only, email is disabled

Compiling GEGL on Win32 Msys/MinGW

This discussion is connected to the gegl-developer-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

1 of 1 message available
Toggle history

Please log in to manage your subscriptions.

Compiling GEGL on Win32 Msys/MinGW John Marshall 31 Dec 19:22
John Marshall
2007-12-31 19:22:35 UTC (about 17 years ago)

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