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

GIMP git Glib Issues

This discussion is connected to the gimp-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.

GIMP git Glib Issues Partha Bagchi 01 Jun 16:33
Partha Bagchi
2018-06-01 16:33:24 UTC (almost 6 years ago)

GIMP git Glib Issues

Platform Windows 10 64bit

I'm getting circular logic regarding glib-2.0 requirements with configure.

If I provide glib-2.0 version 2.56.1 then we are stopped by the Windows bug that requires glib-2.0 to be 2.54.x.

If I provide glib-2.0 2.54.x then I get the error:

Error: GIMP configuration failed.

- Error: missing dependency glib >= 2.56.0 *** Test for GLIB failed

When I check the log, I see:

configure:22742: checking for GLIB - version >= 2.56.0 configure:22949: result: no
configure:22977: gcc -o conftest.exe -DMS_WIN64 -O3 -ffast-math -ftree-vectorize -Wall -Wdeclaration-after-statement -Wmissing-prototypes -Werror=missing-prototypes -Wmissing-declarations -Winit-self -Wpointer-arith -Wmissing-format-attribute -Wformat-security -Wlogical-op -Wtype-limits -fno-common -fdiagnostics-show-option -Wreturn-type -mms-bitfields -I/opt/include -I/usr/python/include -I/opt/include/glib-2.0 conftest.c -L/opt/lib -L/usr/python/Lib -L/opt/include/lib -lglib-2.0 -lintl >&5 configure:22977: $? = 0
configure:23004: Eeeeeeeeeeeeeeeeeeeeek! Missing dep: glib >= 2.56.0

Really, Eeeek? :)