Date: Tue, 18 Mar 2003 16:10:26 +0200 From: "Nikolay Y. Orlyuk" <nikolay@asu.ntu-kpi.kiev.ua> To: freebsd-ports@freebsd.org Subject: Re: gmake[1]: *** [all-recursive] Error 1 Message-ID: <20030318141026.GA40927@asu.ntu-kpi.kiev.ua> In-Reply-To: <3E76D92E.3040300@netscape.net> References: <3E76D92E.3040300@netscape.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 18, 2003 at 03:30:38AM -0500, Edinho wrote: > All of the sudden I started having this error when building a port that > uses gmake, it happens with any ports that uses gmake, I get the same > error for all of them. Any hints? I'm running FBSD 5.0. > > Here's a copy of the whole error: > > u.lo window-menu.lo workspace.lo xutils.lo wnck-enum-types.lo I think you forgot something. It may be necessary some times. > wnck-marshal.lo pager-accessible.lo pager-accessible-factory.lo > workspace-accessible.lo workspace-accessible-factory.lo > -L/usr/local/lib -L/usr/X11R6/lib -lgtk-x11-2.0 -lgdk-x11-2.0 -lXinerama > -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangoxft-1.0 -lXft -lfreetype -lXext > -lXrender -lfontconfig -lpangox-1.0 -lX11 -lpango-1.0 -lgobject-2.0 > -lgmodule-2.0 -lglib-2.0 -liconv -lstartup-notification-1 -Wl,-soname > -Wl,libwnck-1.so.9 -Wl,-retain-symbols-file -Wl,.libs/libwnck-1.exp -o > .libs/libwnck-1.so.9 > /usr/bin/ld: cannot find -lXft try locate libXft or find / -name 'libXft*' or something like this if you don't know where it located. Most times I look for such thing in /usr/X11* or /usr/lib/X11* just try. > gmake[2]: *** [libwnck-1.la] Error 1 > gmake[2]: Leaving directory > `/usr/ports/x11-toolkits/libwnck/work/libwnck-2.2.1/libwnck' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory > `/usr/ports/x11-toolkits/libwnck/work/libwnck-2.2.1' > gmake: *** [all-recursive-am] Error 2 > *** Error code 2 > > Stop in /usr/ports/x11-toolkits/libwnck. > *** Error code 1 > > Stop in /usr/ports/x11/gnomepanel. > *** Error code 1 > > Stop in /usr/ports/x11/gnomeapplets2. > *** Error code 1 > > Stop in /usr/ports/x11/gnome2. > P.S. Sorry my English isn't good for this days. > -- With best wishes Nikolay mail: nikolay@asu.ntu-kpi.kiev.ua 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?20030318141026.GA40927>