From owner-freebsd-ports Tue Mar 9 21:34:22 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id DE4BF14BEA for ; Tue, 9 Mar 1999 21:34:20 -0800 (PST) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with SMTP id XAA26769; Tue, 9 Mar 1999 23:33:58 -0600 (CST) Date: Tue, 9 Mar 1999 23:33:58 -0600 (CST) From: Steve Price To: Annelise Anderson Cc: Brian Handy , freebsd-ports@FreeBSD.ORG Subject: Re: ports/10516: windowmaker can't find PropList In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 9 Mar 1999, Annelise Anderson wrote: # I updated the ports tree, fixed the fetch -A problem, got the # distfile, pkg_delete'd the old one, installed the new one, # and tried to recompile windowmaker (also updated as of today)-- # same problem. # # It seems to me that there is no difference in the files or # where they are located (I've got copies of proplist.h in # extra places, also). ldconfig -elf -r shows libPropList # libraries installed. # # So, neither the package nor the port of windowmaker seems to # work. Bill Fenner put in a fix for this in revision 1.46 of the Makefile. He had to explicitly give LIBS and CPPFLAGS to the configure script to get it to work. This is just a wild stab, but maybe something in your env. is overriding them? Can you send me a log of the build output and a copy of work/*/config.log? cd /usr/ports/x11-wm/windowmaker make configure > log 2>&1 tar czvf log.tgz log work/*/config.log uuencode log.tgz log.tgz > msg Then send me (not the list) the msg file or put it up for ftp somewhere. Thanks, Steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message