From owner-freebsd-ports Sun Jun 16 18:28:32 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA03592 for ports-outgoing; Sun, 16 Jun 1996 18:28:32 -0700 (PDT) Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id SAA03587 for ; Sun, 16 Jun 1996 18:28:29 -0700 (PDT) Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.7.5/8.6.9) id SAA03536; Sun, 16 Jun 1996 18:27:47 -0700 (PDT) Date: Sun, 16 Jun 1996 18:27:47 -0700 (PDT) Message-Id: <199606170127.SAA03536@silvia.HIP.Berkeley.EDU> To: andrew@why.whine.com CC: ports@freebsd.org In-reply-to: (message from Andrew Herdman on Sun, 16 Jun 1996 20:24:54 -0400) Subject: Re: current-ports/net/scotty does not build From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk * When building scotty in the current ports it dies with the following. I * sup'd today so it's the latest. * cc -c -O -I. -I. -I.. -I./.. -I/usr/local/include -I/usr/local/include * -I/usr/X11R6/include tcp.c * tcp.c: In function `TcpConnect': * tcp.c:230: `TCL_FILE_READABLE' undeclared (first use this function) My guess is that you have a wrong version of tcl header files. This is the kind of things that happens when you have libtcl74.so.1.0 but have splatted /usr/local/include/tcl.h by installing tcl-7.3 or tcl-7.5 on top of it. This is one of the glaring problems of the tcl/tk software. I have mentioned it to the maintainers but have never heard back from them. Satoshi