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

How to build GEGL with GLIB in a non standard directory?

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.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

How to build GEGL with GLIB in a non standard directory? hce 09 Jan 00:35
  How to build GEGL with GLIB in a non standard directory? Martin Nordholts 09 Jan 08:42
hce
2010-01-09 00:35:58 UTC (almost 15 years ago)

How to build GEGL with GLIB in a non standard directory?

Hi,

I have built all packages source code in /opt directory of my Debian 3.0 box, including glib-2.20.4 in /opt directory. How can I define glib and other package libraries required in gegl configuration to build gegl? At the moment I've gollowing errors while I was compiling gegl-0.1.0 and I could not find how to specify glib to run gegl configure.

checking for GLIB - version >= 2.16.1... no *** Could not run GLIB test program, checking why... *** The test program failed to compile or link. See the file config.log for the *** exact error that occured. This usually means GLIB is incorrectly installed. configure: error:
*** GLIB 2.16.1 or better is required. The latest version of *** GLIB is always available from ftp://ftp.gtk.org/.

Thank you.

Kind regards,

Jupiter

Martin Nordholts
2010-01-09 08:42:52 UTC (almost 15 years ago)

How to build GEGL with GLIB in a non standard directory?

hce wrote:

Hi,

I have built all packages source code in /opt directory of my Debian 3.0 box, including glib-2.20.4 in /opt directory. How can I define glib and other package libraries required in gegl configuration to build gegl?

You need to set PKG_CONFIG_PATH and LD_LIBRARY_PATH (but only at configure-time).

You might find this post helpful: http://www.chromecode.com/2009/12/best-way-to-keep-up-with-gimp-from-git_26.html

/ Martin