Re: Problem with gnome-compliant app rpm binaries
- From: Havoc Pennington <rhpennin midway uchicago edu>
- To: "Dave C." <dchappell shaw wave ca>
- cc: Gnome List <gnome-list gnome org>
- Subject: Re: Problem with gnome-compliant app rpm binaries
- Date: Sun, 11 Oct 1998 15:31:56 -0500 (CDT)
On Sun, 11 Oct 1998, Dave C. wrote:
> error:
>
> /usr/lib/libgnomeui.so.0: undefined symbol: gtk_type_check_object_cast
>
If you get undefined symbols, your apps and libraries are not in sync.
This error means libgnomeui.so.0 expects the symbol
gtk_type_check_object_cast, which does not exist (it's supposed to be in
libgtk). So you have the wrong Gtk. When you compile, you must get things
in sync somehow.
("undefined symbol" should probably be in the FAQ if it isn't.)
Havoc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]