From owner-cvs-ports Fri Nov 21 09:51:55 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA25775 for cvs-ports-outgoing; Fri, 21 Nov 1997 09:51:55 -0800 (PST) (envelope-from owner-cvs-ports) Received: from silvia.HIP.Berkeley.EDU (ala-ca34-36.ix.netcom.com [207.93.143.164]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA25481; Fri, 21 Nov 1997 09:47:51 -0800 (PST) (envelope-from asami@vader.cs.berkeley.edu) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.8.8/8.6.9) id JAA04433; Fri, 21 Nov 1997 09:47:49 -0800 (PST) Date: Fri, 21 Nov 1997 09:47:49 -0800 (PST) Message-Id: <199711211747.JAA04433@silvia.HIP.Berkeley.EDU> To: itojun@FreeBSD.ORG CC: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG In-reply-to: <199711201344.FAA26233@freefall.freebsd.org> (message from Jun-ichiro Itoh on Thu, 20 Nov 1997 05:44:30 -0800 (PST)) Subject: Re: cvs commit: ports/net/ttt - Imported sources From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-cvs-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk * Tele Traffic Tapper, a network traffic monitoring tool Thanks, but doesn't build. If since you are working on ports, please make sure you don't have any tcl/tk header files in /usr/include or /usr/local/include. (They are only in installed in subdirectories now.) For that matter, I recommend delete everything that match *tcl* or *tk* from your system, and then reinstalling the latest tcl80/tk80 ports. Don't forget to define NO_TCL in /etc/make.conf so you won't accidentally install the system tcl on your machine again when you do a make world on -current. Satoshi ------- gcc -O2 -DNDEBUG -I. -I/usr/X11R6/include -I/usr/local/include -I/usr/local/blt/include -c tk_ttt.c In file included from tk_ttt.c:33: ttt_tk.h:6: tk.h: No such file or directory ttt_tk.h:7: blt.h: No such file or directory tk_ttt.c:261: tk.h: No such file or directory tk_ttt.c:262: blt.h: No such file or directory *** Error code 1