From: <yve...@mu...> - 2002-02-21 17:22:11
|
I try to send this e-mail via sourceforge but without any success Dear TclXml team, I grab the last version: tclxml-2.1theta and I did a wish install.tcl and I get the following error: no tcllib 0.8 installed ??? I have installed the 1.0 vesion so I modify the install.data to reflect my lib version. After the main window show-up I get the following error: No files matching pattern "/opt/software/tclxml-2.1theta/*.so" were found File "./library/pkgIndex.tcl.in" not found But I continued and I discover at the end that you install everything under the path_to_tcl_dir/lib/tclxml-2.0 but when I did a tcl session: [yves@HaineT TkERdia2pgsql]$ tcl tcl>package require foobar Error: can't find package foobar tcl>package names counter opt tcltest msgcat Iwidgets toucanLib ftp Tclx report Tkx limit htmlparse nntp math crypt textutil cmdline csv Balloon Itk mime Expect combobox ncgi cgi profiler utime Tkhtml html setuid fileutil javascript Fbsql http tcllib BLT wylib uri lassolib pop3 ftpd-yg struct BWidget md5 SQLPostgres Pgtcl log Tcl Itcl smtp Tix base64 sha1 ftpd tcl>exit I was unable to see the tclxml packages so I move the tclxml-2.0/ dir into the root of my tcl8.3 and everything work great: [yves@HaineT TkERdia2pgsql]$ tcl tcl>package require foobar Error: can't find package foobar tcl>package names counter opt tcltest msgcat Iwidgets toucanLib expat ftp Tclx report Tkx limit htmlparse nntp math crypt sgml textutil cmdline csv xml::tclparser xpath Balloon sgmlparser xml::c Itk mime Expect combobox ncgi xmldefs cgi profiler utime Tkhtml html setuid fileutil xml::expat javascript tclparser xml::tcl Fbsql http tcllib BLT wylib xml::xerces uri lassolib xerces pop3 ftpd-yg struct BWidget md5 SQLPostgres xml Pgtcl log Tcl Itcl smtp Tix base64 sha1 ftpd tcl>exit [yves@HaineT TkERdia2pgsql]$ The last thing: you put the man page into the root of my tcl8.3 directory ??? But I haven't started to work with. Regards Yves |