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

problems with src install

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.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

problems with src install elPunishar 22 Aug 03:43
  problems with src install Sven Neumann 22 Aug 10:28
elPunishar
2004-08-22 03:43:23 UTC (over 19 years ago)

problems with src install

hi everyone,

i'm trying to compile GIMP 2.0.4 from source on mandrake 9.1 i also got the atk, glib and pango libs.

current problem: when trying to compile pango, configure says "GLIB - version >= 2.4.0... no"

excerpt from config.log ************************************************************************ configure:21610: checking for GLIB - version >= 2.4.0 configure:21759: result: no
configure:21792: gcc -o conftest -g -O2 -Wall conftest.c >&5 conftest.c:27:18: glib.h: No such file or directory conftest.c: In function `main':
conftest.c:33: `glib_major_version' undeclared (first use in this function) conftest.c:33: (Each undeclared identifier is reported only once conftest.c:33: for each function it appears in.) conftest.c:33: `glib_minor_version' undeclared (first use in this function) conftest.c:33: `glib_micro_version' undeclared (first use in this function) configure:21798: $? = 1
configure: failed program was:
| /* confdefs.h. */
************************************************************************

but i just compiled and installed GLIB 2.4.6 without any errors.

what could be the problem? i don't know what do to.

tnx & greetings, stu

Sven Neumann
2004-08-22 10:28:15 UTC (over 19 years ago)

problems with src install

Hi,

elPunishar writes:

i'm trying to compile GIMP 2.0.4 from source on mandrake 9.1 i also got the atk, glib and pango libs.

current problem: when trying to compile pango, configure says "GLIB - version >= 2.4.0... no"

excerpt from config.log ************************************************************************ configure:21610: checking for GLIB - version >= 2.4.0 configure:21759: result: no
configure:21792: gcc -o conftest -g -O2 -Wall conftest.c >&5 conftest.c:27:18: glib.h: No such file or directory conftest.c: In function `main':
conftest.c:33: `glib_major_version' undeclared (first use in this function) conftest.c:33: (Each undeclared identifier is reported only once conftest.c:33: for each function it appears in.) conftest.c:33: `glib_minor_version' undeclared (first use in this function) conftest.c:33: `glib_micro_version' undeclared (first use in this function) configure:21798: $? = 1
configure: failed program was:
| /* confdefs.h. */
************************************************************************

but i just compiled and installed GLIB 2.4.6 without any errors.

what could be the problem? i don't know what do to.

You probably need to adjust the PKG_CONFIG_PATH environment variable. Didn't configure suggest to do that already?

See http://developer.gnome.org/doc/API/2.0/gtk/gtk-building.html

Sven