Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jun 1996 18:27:47 -0700 (PDT)
From:      asami@cs.berkeley.edu (Satoshi Asami)
To:        andrew@why.whine.com
Cc:        ports@freebsd.org
Subject:   Re: current-ports/net/scotty does not build
Message-ID:  <199606170127.SAA03536@silvia.HIP.Berkeley.EDU>
In-Reply-To: <Pine.BSF.3.91.960616202308.9966A-100000@why> (message from Andrew Herdman on Sun, 16 Jun 1996 20:24:54 -0400)

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



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