From: Larry W. V. <lv...@ca...> - 2003-05-02 17:19:39
|
Okay, I did something similar. I fetched expat, configured, built and installed it. I got tcldom from the CVS. I configured, built, and installed all 3 parts - the top level directory, then the src-libxml2 version, and finally the stuff in the plain src directory. What I see is this $ tclsh % package require dom::c can't find package dom::c % ^d $ tclsh % package require dom 2.6 % package require dom::c can't find package dom::c % ^d $ tclsh % package require tcldom 2.0 % package require dom::c 2.0 % Looks to me like there's something wrong in the pkgIndex.tcl files that are created. -- Tcl - The glue of a new generation. <URL: http://wiki.tcl.tk/ > Larry W. Virden <mailto:lv...@ca...> <URL: http://www.purl.org/NET/lvirden/> Even if explicitly stated to the contrary, nothing in this posting should be construed as representing my employer's opinions. -><- |