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

error messages with cvs-version

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.

4 of 4 messages available
Toggle history

Please log in to manage your subscriptions.

error messages with cvs-version Helmut Jarausch 05 May 16:33
  error messages with cvs-version Sven Neumann 06 May 20:39
error messages with cvs-version William Skaggs 05 May 19:42
  error messages with cvs-version Helmut Jarausch 05 May 20:52
Helmut Jarausch
2005-05-05 16:33:28 UTC (almost 19 years ago)

error messages with cvs-version

Hi,

I'm using the cvs version of gimp and I get quite a lot of error message.

First, whenever I load a jpeg file, I get PDB calling error:
procedure 'gimp_progress_set_text' not found

What can I do about that?

Second, I get LOTS of messages like

(gimp:2410): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed

(gimp:2410): Gtk-WARNING **: view-show-sample-points: missing action

(gimp:2410): Gtk-CRITICAL **: find_menu_position: assertion `GTK_IS_WIDGET (prev_child)' failed

(gimp:2410): Gtk-CRITICAL **: find_menu_position: assertion `GTK_IS_WIDGET (prev_child)' failed

(gimp:2410): GLib-GObject-WARNING **: invalid (NULL) pointer instance

I'm using gtk+-2.6.7 and friends.

Many thanks for a hint, Helmut Jarausch.

William Skaggs
2005-05-05 19:42:49 UTC (almost 19 years ago)

error messages with cvs-version

You probably have older versions of glib and gtk on your system, appearing earlier in your LD_LIBRARY_PATH than the versions that GIMP needs.

-- Bill

______________ ______________ ______________ ______________ Sent via the CNPRC Email system at primate.ucdavis.edu

Helmut Jarausch
2005-05-05 20:52:16 UTC (almost 19 years ago)

error messages with cvs-version

William Skaggs wrote:

You probably have older versions of glib and gtk on your system, appearing earlier in your LD_LIBRARY_PATH than the versions that GIMP needs.

I've checked this by listing all libraries shown by ldd /usr/local/bin/gimp

and they are all very recent.

Helmut.

Sven Neumann
2005-05-06 20:39:04 UTC (almost 19 years ago)

error messages with cvs-version

Hi,

Helmut Jarausch writes:

I'm using the cvs version of gimp and I get quite a lot of error message.

First, whenever I load a jpeg file, I get PDB calling error:
procedure 'gimp_progress_set_text' not found

What can I do about that?

You have installed the CVS version to the same prefix that you installed gimp-2.2 to and now you are running gimp-2.2 (not the CVS version which is gimp-2.3) using the libraries from CVS. Basically, you managed to ignore the very prominent warning in the file INSTALL.

Sven