From owner-freebsd-ports Sun Jun 16 19:59:29 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA07216 for ports-outgoing; Sun, 16 Jun 1996 19:59:29 -0700 (PDT) Received: from cicerone.uunet.ca (root@cicerone.uunet.ca [142.77.1.11]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id TAA07209 for ; Sun, 16 Jun 1996 19:59:27 -0700 (PDT) Received: from why.whine.com ([205.150.249.1]) by mail.uunet.ca with ESMTP id <115287-29376>; Sun, 16 Jun 1996 22:59:21 -0400 Received: from why (andrew@why [205.150.249.1]) by why.whine.com (8.7.5/8.6.12) with SMTP id WAA11053; Sun, 16 Jun 1996 22:59:15 -0400 (EDT) Date: Sun, 16 Jun 1996 22:59:14 -0400 From: Andrew Herdman X-Sender: andrew@why To: Satoshi Asami cc: ports@freebsd.org Subject: Re: current-ports/net/scotty does not build In-Reply-To: <199606170127.SAA03536@silvia.HIP.Berkeley.EDU> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I kind of suspected that and tried to re-install tcl74 (which is 7.4.2) but no joy with that either. I also did a pkg_delete to try and clean things up with no joy as well.... Any idea's how I can clean things up? Andrew On Sun, 16 Jun 1996, Satoshi Asami wrote: > * 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 >