From owner-freebsd-questions Fri Nov 19 1: 9:27 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id EF9BF14CE3 for ; Fri, 19 Nov 1999 01:09:16 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.040 #1) id 11ok2S-00089R-00; Fri, 19 Nov 1999 11:09:04 +0200 From: Sheldon Hearn To: Ariel Burbaickij Cc: freebsd-questions@FreeBSD.ORG Subject: Re: how I have not managed to build wterm In-reply-to: Your message of "Thu, 18 Nov 1999 22:11:34 +0100." Date: Fri, 19 Nov 1999 11:09:04 +0200 Message-ID: <31336.943002544@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 18 Nov 1999 22:11:34 +0100, Ariel Burbaickij wrote: > Here you see output of make all install of wterm. > It is missing this particular library PropList.2? Oooh dear, I've seen _this_ one before! Just for your referece, you're having trouble building windowmaker (the window manager), not wterm. Oh yeah, this was reported in PR 10516 . 'Twas a bitch, and unfortunately, much of the correspondance isn't on the PR itself (PR stands for Problem Report, by the way). My suggestion is to pkg_delete any libPropList that you may have installed. You can see whether you have one installed with this command: pkg_info | grep libproplist If you find one pkg_delete it. Once you're sure you don't have libPropList installed, install it again after you've made sure that the version you have in your ports tree is 0.9.1 -- this command will show you that: grep ^PKGNAME /usr/ports/devel/libPropList/Makefile If your port is stale, update your ports tree. Either way, once you've got the latest version of the port, install it with ``make install''. Now go back to WindowMaker and try to build it again, after a ``make clean''. Good luck! Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message