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

Build probs w/2.1

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

5 of 5 messages available
Toggle history

Please log in to manage your subscriptions.

Build probs w/2.1 Eric Pierce 11 Jun 01:24
  Build probs w/2.1 Patrick Shanahan 11 Jun 01:44
   Build probs w/2.1 Sven Neumann 11 Jun 13:35
  Build probs w/2.1 Thong Nguyen 11 Jun 03:34
  Build probs w/2.1 Sven Neumann 11 Jun 13:37
Eric Pierce
2004-06-11 01:24:13 UTC (almost 20 years ago)

Build probs w/2.1

I just upgrade to SuSE 9.1.
I grabbed the following rpms from www.usr-local-bin.org: gtk-2.4.2 (plus devel)
ATK 1.6.0 (plus devel)
Glib 2.4.2 (plus devel)
Pango 1.4.0 (plus devel)

'configure' goes smoothly, but during 'make' it craps out with the following: gimpviewable.c: In function `gimp_viewable_get_dummy_pixbuf': gimpviewable.c:739: error: `stock_question_64' undeclared (first use in this function)
gimpviewable.c:739: error: (Each undeclared identifier is reported only once gimpviewable.c:739: error: for each function it appears in.) make[3]: *** [gimpviewable.o] Error 1 make[3]: Leaving directory `/home/dit/downloads/gimp-2.1.0/app/core' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/dit/downloads/gimp-2.1.0/app' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/dit/downloads/gimp-2.1.0' make: *** [all] Error 2

I'm stumped. Any ideas, anyone? Thanks,
Eric P.

Patrick Shanahan
2004-06-11 01:44:55 UTC (almost 20 years ago)

Build probs w/2.1

* Eric Pierce [06-10-04 18:31]:

I just upgrade to SuSE 9.1.
I grabbed the following rpms from www.usr-local-bin.org:

...

make[1]: Leaving directory `/home/dit/downloads/gimp-2.1.0' make: *** [all] Error 2

...

I'm stumped. Any ideas, anyone?

Me 2. Why didn't you get the rpm for gimp 2.1 also at the same location? gimp-beta-2.1.0-100.SuSE.ulb.1.i586.rpm

Thong Nguyen
2004-06-11 03:34:15 UTC (almost 20 years ago)

Build probs w/2.1

On Thu, 10 Jun 2004, Eric Pierce wrote:

gimpviewable.c: In function `gimp_viewable_get_dummy_pixbuf': gimpviewable.c:739: error: `stock_question_64' undeclared (first use in this function)

It seems you're missing a declaration or possibly a header file? I would delete the current source and start over. If that doesn't work then I would do a search for the function/variable on the net and try to get the header file and possibly the library or source that defines the function, if it is a function and place it somewhere that it can be found.

Hopes that help, Thong

Sven Neumann
2004-06-11 13:35:40 UTC (almost 20 years ago)

Build probs w/2.1

Hi,

Patrick Shanahan writes:

* Eric Pierce [06-10-04 18:31]:

I just upgrade to SuSE 9.1.
I grabbed the following rpms from www.usr-local-bin.org:

...

make[1]: Leaving directory `/home/dit/downloads/gimp-2.1.0' make: *** [all] Error 2

...

I'm stumped. Any ideas, anyone?

Me 2. Why didn't you get the rpm for gimp 2.1 also at the same location? gimp-beta-2.1.0-100.SuSE.ulb.1.i586.rpm

Who the fuck distributes binary packages of gimp-2.1 although we explicitely asked people not to? Someone please contact the author of this RPM and ask it to be taken down.

Sven

Sven Neumann
2004-06-11 13:37:34 UTC (almost 20 years ago)

Build probs w/2.1

Hi,

"Eric Pierce" writes:

I just upgrade to SuSE 9.1.
I grabbed the following rpms from www.usr-local-bin.org: gtk-2.4.2 (plus devel)
ATK 1.6.0 (plus devel)
Glib 2.4.2 (plus devel)
Pango 1.4.0 (plus devel)

'configure' goes smoothly, but during 'make' it craps out with the following: gimpviewable.c: In function `gimp_viewable_get_dummy_pixbuf': gimpviewable.c:739: error: `stock_question_64' undeclared (first use in this function)
gimpviewable.c:739: error: (Each undeclared identifier is reported only once gimpviewable.c:739: error: for each function it appears in.)

There's most likely a problem with gdk-pixbuf-csource. My guess is that the pixbuf-loaders file could not be generated because your GTK+ installation is broken.

Remove the file themes/Default/images/gimp-stock-pixbufs.h and rerun make. Watch out for errors when the header file is being rebuilt.

Sven