From owner-freebsd-ports Sun Jun 16 21:36:05 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id VAA12071 for ports-outgoing; Sun, 16 Jun 1996 21:36:05 -0700 (PDT) Received: from palmer.demon.co.uk (palmer.demon.co.uk [158.152.50.150]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id VAA12021 for ; Sun, 16 Jun 1996 21:35:45 -0700 (PDT) Received: from palmer.demon.co.uk (localhost [127.0.0.1]) by palmer.demon.co.uk (sendmail/PALMER-1) with ESMTP id FAA26977; Mon, 17 Jun 1996 05:34:50 +0100 (BST) To: Andrew Herdman cc: ports@FreeBSD.ORG From: "Gary Palmer" Subject: Re: current-ports/net/scotty does not build In-reply-to: Your message of "Sun, 16 Jun 1996 20:24:54 EDT." Date: Mon, 17 Jun 1996 05:34:49 +0100 Message-ID: <26975.834986089@palmer.demon.co.uk> Sender: owner-ports@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Andrew Herdman wrote in message ID : > checking for tcl.h in /usr/local/include... yes ^^^^^ ^^^^^^^^^^^^^^^^^^ Picking up right include file, may not be right version tho. > checking for tcl version number... 75 ^^ I know that it works with 74. > 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) > tcp.c:230: (Each undeclared identifier is reported only once > tcp.c:230: for each function it appears in.) > tcp.c:230: `TCL_FILE_WRITABLE' undeclared (first use this function) root@palmer:/> grep TCL_FILE_READABLE /usr/local/include/tcl.h #define TCL_FILE_READABLE 1 root@palmer:/> grep TCL_FILE_WRITABLE /usr/local/include/tcl.h #define TCL_FILE_WRITABLE 2 root@palmer:/> grep TCL_VERSION /usr/local/include/tcl.h #define TCL_VERSION "7.4" I'm not quite sure what your problem is, unless your include files are messed up. And if they are, I'm not sure what the best way to un-mess them up is (I've not looked at the TCL build methods). Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info