|
From: Joe E. <jen...@fl...> - 2006-07-23 02:48:20
|
Mats Bengtsson wrote: > > [Forwarded from avr at amazon] > > Here's what I have installed: > > [tcl/tk freebsd ports/packages] > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > hydra[~]# pkg_info | grep "tcl|tk" | grep -v "gtk|atk" > py24-tkinter-2.4.3_1 Python bindings to the Tk widget set > tcl-8.4.13_1,1 Tool Command Language > tcltls-1.5.0 SSL extensions for TCL; dynamicly loadable > tk-8.4.13,2 Graphical toolkit for TCL > tktable-2.8_1 A table/matrix widget extension to tk/tcl > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ [...] > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > hydra[~]# find / -name "tcl.h" -print > /usr/local/include/tcl8.4/generic/tcl.h > /usr/local/include/tcl8.4/tcl.h > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ So it looks like the tcl-8.4.13 port includes all the requisite headers. And, from earlier: > hydra[/usr/local/src/tile-0.7.6]# ./configure > --with-tcl=/usr/local/lib/tcl8 .4/ --with-tk=/usr/local/lib/tk8.4 / This looks correct too. Still not enough information to diagnose what's going wrong, unfortunately. Could you email me the full output of the 'configure' process, the generated Makefile, and the full output of 'make' (standard output and standard error)? Better yet, are there any FreeBSD users on the list? :-) FreeBSD is a completely sane system, building Tile there *should* be painless and easy. It's probably just a matter of the autoconf dwimmery guessing badly and going astray. --Joe English |