| tkined unter OpenBSD bauen |
(Tkined/Scotty ist nicht im Portstree, deshalb muss man sich von -> ftp://ftp.ibr.cs.tu-bs.de/pub/local/tkined ... scotty-2.1.11.tar.gz saugen und selber compilen!) Hier die notwendigen Aenderungen: 1. configure --with-tcl-config=/usr/local/lib/tcl8.3/ --with-tk-config=/usr/local/lib/tk8.3 2. ... edit Makefile: TCL_INCLUDES = -I/usr/local/include/tcl8.3 TK_INCLUDES = -I/usr/local/include/tk8.3 -- I.S. |