Re: gnome-libs build error




On Mon, 21 Sep 1998, Soren Harward wrote:
> I have the feeling I've seen this on the list before, but the archive
> seems to be gone.  This is while building gnome-libs.
> 
...
> gnome_segv.o: In function `main':
> /usr/src/gnomecvs/gnome-libs/libgnomeui/gnome_segv.c:47: undefined
> reference to `gtk_object_check_cast'
> /usr/src/gnomecvs/gnome-libs/libgnomeui/gnome_segv.c:47: undefined
> reference to `gtk_object_check_cast'

You just need to make clean starting with gtk and rebuild.
gtk_object_check_cast was a function but now it isn't, so old object files
combined with new Gtk leave it undefined. Alternatively you have old gtk
headers and new libgtk.

If in doubt, make clean and start over. ;-)

Havoc




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]