[Tclxml-users] new user : need install advice
by Erik Purins other posts by this author
Jun 24 2005 1:07AM messages near this date
[Tclxml-users] Re: Tcl SOAP
|
[Tclxml-users] win32 compile help
Hey tclxml dudes,
New to tcl and to tclxml, so please bear with me. Need help and this seems like the right pl
ace. I'm getting a missing lib assert when I run the combo distribution.
I think I need to upgrade my package from 2.6 since I'm getting a 'not yet implemented' mess
age when I do:
'set comments [::dom::document getElementsByTagName $a_DOM_tree comment];'
(which, arguably may not get me what I want anyways).
Using a clean ActiveTcl8.4.10.0.147113-win32-ix86 as my base TCL, I have tried to install wi
th the combo distribution for windows. The web page hint for this reads 'remove the version
2.6 TclXML, TclDOM and TclXSLT packages first before installing v3.0 packages.'
I think moving all the folders for this and any dlls in TCLROOT\lib out of my tcl folder is
the right way to do this.
After unzipping the distro, the folder layout looks like my TCLROOT\ layout, so I assume I a
m supposed to drop it directly into there. After doing this and running my previously workin
g script, I now get the following assert:
'couldn't load library "C:/bin/Tcl84/lib/Tcldom_libxml23.0/Tcldom_libxml230.dll":
this library or a dependent library could not be found in library path
while executing
"load C:/bin/Tcl84/lib/Tcldom_libxml23.0/Tcldom_libxml230.dll Tcldom_libxml2"
("package ifneeded" script)
invoked from within
"package require dom::libxml2 3.0"
("package ifneeded" script)
invoked from within
"package require dom"
(file "xml_example_1mod2.tcl" line 1)'
Rereading the install hint shows me that I need msvcr71.dll somewhere. I have lots of copies
, so I move one msvcr71.dll to TCLROOT\, one to TCLROOT\lib, and one right next to the offen
ding DLL.
I still get this error about missing libs. How can I fix this? In an attempt to work around
it, I'm trying to compile and install. I'll send a second mail about my efforts there.
If this is the right way to install the combo distribution, I'd be cool with writing up expl
icit instructions for this that can go in that distribution.
-e
--
Erik Purins
(415) 701-7103
shaggy@[...].org
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Tclxml-users mailing list
Tclxml-users@[...].net
https://lists.sourceforge.net/lists/listinfo/tclxml-users
|