Date: Mon, 25 Jan 1999 15:07:16 -0500 From: "Yarema" <yds@ingress.net> To: "Glenn Johnson" <gljohns@bellsouth.net>, <ports@FreeBSD.ORG> Subject: Re: gnomecore not compiling Message-ID: <018d01be489e$4dfd4870$1f40e6cd@ichiban.ingress.com>
next in thread | raw e-mail | index | archive | help
>I am getting the following error when trying to build on a 3.0-STABLE system: > >gmenu.o: In function `main': >gmenu.o(.text+0x7c5): undefined reference to `gtk_ctree_set_reorderable' >gmake[2]: *** [gmenu] Error 1 >gmake[2]: Leaving directory `/usr/ports/x11/gnomecore/work/gnome-core-0.99.3.2/gmenu' >gmake[1]: *** [all-recursive] Error 1 >gmake[1]: Leaving directory `/usr/ports/x11/gnomecore/work/gnome-core-0.99.3.2' >gmake: *** [all-recursive-am] Error 2 >*** Error code 2 > >Stop. > >Is anyone else seeing this or is something out of kilter on my system? gtk_ctree_set_reorderable has been deprecated for some time and replaced by gtk_clist_set_reorderable in recent versions of imlib. As a quick fix just do a search and replace w/the above to function names and it will at least compile. -- Yarema To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?018d01be489e$4dfd4870$1f40e6cd>