Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Jun 1996 05:34:49 +0100
From:      "Gary Palmer" <gpalmer@FreeBSD.ORG>
To:        Andrew Herdman <andrew@why.whine.com>
Cc:        ports@FreeBSD.ORG
Subject:   Re: current-ports/net/scotty does not build 
Message-ID:  <26975.834986089@palmer.demon.co.uk>
In-Reply-To: Your message of "Sun, 16 Jun 1996 20:24:54 EDT." <Pine.BSF.3.91.960616202308.9966A-100000@why> 

next in thread | previous in thread | raw e-mail | index | archive | help
Andrew Herdman wrote in message ID
<Pine.BSF.3.91.960616202308.9966A-100000@why>:
> 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



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