[9388] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Re: Gtk-- Build problems with gnome-- libs
daemon@ATHENA.MIT.EDU (Tero Pulkkinen)
Sun Oct 18 18:43:10 1998
To: gtk-list@redhat.com
From: Tero Pulkkinen <terop@students.cc.tut.fi>
Date: 19 Oct 1998 01:42:52 +0300
In-Reply-To: Brent Briggs's message of "Sun, 18 Oct 1998 17:52:03 -0400"
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
Brent Briggs <briggsjb@cs.unca.edu> writes:
> When I build Gtk-- I have no trouble until I get to the gnome section.
> Then I get errors that look like this.
> -fPIC -DPIC color-picker.cc
> ./../color-picker.gen_h: In function `static void
> Gnome_ColorPicker::cpp_class_init(struct _GnomeColorPickerClass *,
> struct Gnome_c_signals_ColorPicker *)':
> In file included from color-picker.cc:4:
> ./../color-picker.gen_h:70: assignment to `void (*)(_GnomeColorPicker *,
> unsigned int, unsigned int, unsigned int, u
> nsigned int)' from `void (*)(_GnomeColorPicker *, int, int, int, int)'
> ./../color-picker.gen_h:71: assignment to `void (*)(_GnomeColorPicker *,
> int, int, int, int)' from `void (*)(_GnomeC
> olorPicker *, unsigned int, unsigned int, unsigned int, unsigned int)'
this looks like the interface for some signal has been changed (err,
your gnome has the interface different than in gtk-- knows about)
The solution is to fix the signature of the signal. (obviously
your version of gnome uses unsigned ints and gtk-- thinks they're ints..)
hmm, how is it in newest gnome? (looks to be guint's in the only
signal in that colorpicker file, like its in current gtk-- from cvs)
> Help please!
just fix the signature like its in your gnome.
--
-- Tero Pulkkinen -- terop@modeemi.cs.tut.fi --
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null