|
From: Mats B. <ma...@pr...> - 2006-07-21 05:32:24
|
Forwarded from av...@am...: 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 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ BTW: the reason I installed tktable package is because I thought it contained the tile subpackage, but I don't think it does (I could be wrong, but I'm not sure how to tell): +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ hydra[~]# find / -name "tile.tcl" -print /usr/home/adamrich/src/tcl/kits/coccinella/bin/library/tile/tile.tcl /usr/local/src/tile-0.7.6/library/tile.tcl +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ tile.tcl was only found in the coccinella sources and the tile sources. [tcl.h] +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ hydra[~]# find / -name "tcl.h" -print /usr/local/include/tcl8.4/generic/tcl.h /usr/local/include/tcl8.4/tcl.h +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ I haven't seen any other errors before this one. -Adam > > Date: Tue, 18 Jul 2006 10:37:36 -0700 > > From: Joe English <jen...@fl...> > > To: tkt...@li... > > Subject: Re: [Tile-dev] building on freebsd > > > > > > 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 > > > > ------------------------------------------------------------------------- > > Take Surveys. Earn Cash. Influence the Future of IT > > Join SourceForge.net's Techsay panel and you'll get the chance to share your > > opinions on IT & business topics through brief surveys -- and earn cash > > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > > _______________________________________________ > > Tktable-tile-dev mailing list > > Tkt...@li... > > https://lists.sourceforge.net/lists/listinfo/tktable-tile-dev > > |