[tkined] Xlib.h still missing after all these years....

Marc Grober (marc@interak.com)
Mon, 20 Sep 1999 17:54:41 -0800

I am trying to get scotty (2.1.9) and tkined to run on unixware 7.1.
with tcl8.0.4 and Tk8.0.4
It turns out that when you get done installing the full enchilada there
are apparently more than one version of tcl/Tk (7.X) installed..... and
configure does not pick up the latest versions (which are in /usr/local)

After I hacked the Makefile.in to address this weirdness I got as far as
tcl.h being unable to find X11/Xlib.h. I checked the archive and there
was a suggestion to run a symlink because tcl.h could not find this
file, but I think in that case it was probably just a lack of a link in
that there was no further discussion. UW7.1 comes with X11R6.1 and X11R5
, but in this case this file is only in one place on the entire system
(ina library for pTk) so I tried copying it over ....... no joy.... the
file created all kins of heartburn. Below is the make resuilts with no
Xlib.h
There is a /usr/local/include/X11 and that listing is appended as well

*********************************************************
# ls -al
total 46
drwxr-xr-x 3 root sys 96 Sep 20 17:22 .
drwxr-xr-x 24 bin bin 4096 Sep 3 23:52 ..
lrwxrwxrwx 1 root sys 28 Sep 3 22:49 Xaw3d ->
/usr/local/include/X11/Xaw3D
drwxr-xr-x 2 root sys 2048 Sep 3 22:49 Xaw3D
-rw-r--r-- 1 root sys 16644 Feb 7 1999 xpm.h

*************************************************************************

# make
cc -c -O -KPIC -I. -I./../tkined/generic -I/usr/local/include
-I/usr/local/include -I/usr/X11R6.1/include
./../tkined/generic/tkiEditor.c
UX:acomp: ERROR: "/usr/local/include/tk.h", line 77: cannot find include
file: <X11/Xlib.h>
UX:acomp: ERROR: "/usr/local/include/tk.h", line 442: Syntax error
before or at: Bool
UX:acomp: ERROR: "/usr/local/include/tk.h", line 442: cannot recover
from previous errors
*** Error code 1 (bu21)
UX:make: ERROR: fatal error.

--
!! This message is brought to you via the `tkined & scotty' mailing list.
!! Please do not reply to this message to unsubscribe. To subscribe or
!! unsubscribe, send a mail message to <tkined-request@ibr.cs.tu-bs.de>.
!! See http://wwwsnmp.cs.utwente.nl/~schoenw/scotty/ for more information.