Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Nov 1997 09:47:49 -0800 (PST)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        itojun@FreeBSD.ORG
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-ports@FreeBSD.ORG
Subject:   Re: cvs commit: ports/net/ttt - Imported sources
Message-ID:  <199711211747.JAA04433@silvia.HIP.Berkeley.EDU>
In-Reply-To: <199711201344.FAA26233@freefall.freebsd.org> (message from Jun-ichiro Itoh on Thu, 20 Nov 1997 05:44:30 -0800 (PST))

next in thread | previous in thread | raw e-mail | index | archive | help
 *   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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199711211747.JAA04433>