|
From: Joe E. <jen...@fl...> - 2006-07-18 17:37:37
|
Mats Bengtsson wrote: > I've got one potential Coccinella user that is trying to build tile on > freebsd, can you help him? > [...] > hydra[/usr/local/src/tile-0.7.6]# ./configure > --with-tcl=/usr/local/lib/tcl8.4/ --with-tk=/usr/local/lib/tk8.4 / [...] > but `make' is failing: > > ++++++++++++++++++++++++++++++ +++++++++++++ > [...] > ./generic/tkstate.c: At top level: > ./generic/tkstate.c:50: error: storage size of `StateSpecObjType' isn't > known > *** Error code 1 > ++++++++++++++++++++++++++++++ +++++++++++++ Are there any other error messages before this one? "storage size of `StateSpecObjType' isn't known" probably means that <tcl.h> wasn't found (the compiler should have complained about that...), which in turn probably means that the user's tcl development environment isn't set up properly. For FreeBSD, this is probably just a matter of running "pkg_add tcl" or something similar -- any FreeBSD users around who can fill in the details? --JE |