Date: Wed, 30 May 2001 09:05:39 -0400 (EDT) From: <doug@safeport.com> To: freebsd-questions@FreeBSD.ORG Subject: Need help installing tk 8.2.3 Message-ID: <Pine.BSF.4.21.0105300855050.25286-100000@pemaquid.safeport.com>
next in thread | raw e-mail | index | archive | help
This is a 4.3 system with XFree86 4.0.2 installed from binary
distribution. Almost nothing has been installed (currently running twm). was
installing a package that required tcl-8.2.3 and tk-8.2.3. TCL installed okay
but in TK I get:
:
../generic/tk.h:81: X11/Xlib.h: No such file or directory
In file included from ../generic/tkPort.h:32,
from ../generic/tkInt.h:27,
from ../generic/tk3d.h:18,
as the first of many errors. In tk.h:
#ifndef _XLIB_H
# ifdef MAC_TCL
# include <Xlib.h>
# include <X.h>
# else
# include <X11/Xlib.h>
# endif
There is no X11/Xlib.h. My /etc/make.conf is:
iCFLAGS= -O -pipe
XFREE86_VERSION=4
Thanks for any help
_____
Douglas Denault
doug@safeport.com
Voice: 301-469-8766
Fax: 301-469-0601
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0105300855050.25286-100000>
