From owner-cvs-ports Thu Sep 11 19:25:45 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id TAA21160 for cvs-ports-outgoing; Thu, 11 Sep 1997 19:25:45 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (ala-ca11-23.ix.netcom.com [199.35.209.183]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id TAA21118; Thu, 11 Sep 1997 19:25:30 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.7/8.6.9) id TAA27876; Thu, 11 Sep 1997 19:25:28 -0700 (PDT) Date: Thu, 11 Sep 1997 19:25:28 -0700 (PDT) Message-Id: <199709120225.TAA27876@silvia.HIP.Berkeley.EDU> To: msmith@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199709110924.CAA26262@freefall.freebsd.org> (message from Michael Smith on Thu, 11 Sep 1997 02:24:58 -0700 (PDT)) Subject: Re: cvs commit: ports/sysutils/pib Makefile ports/sysutils/pib/files md5 From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Upgrade to version 1.1, now uses Tcl/Tk 8.0, faster INDEX parser. Thanks, but it doesn't work. Did you remove tcl.h and tk.h from the standard include directories (as I said in my previous mails)? They are now only in version-specific subdirectories. Satoshi ======= cc -fpic -DPIC -O2 -pipe -I/usr/local/include -I/usr/X11R6/include -DUSE_XACCESS -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DSTDC_HEADERS=1 -DTK_FILE_COUNT=_r -DNEED_MATHERR=1 -DTK_LIBRARY=\"/usr/local/lib/tk4.1\" -c tkXAccess.c -o tkXAccess.so In file included from tkXAccess.c:26: tkPort.h:61: tcl.h: No such file or directory tkXAccess.c:27: tk.h: No such file or directory :