I built and installed it OK on arch linux but trying to load it gives:
attempt to provide package xmldefs 3.3.1 failed: package xmldefs 3.3 provided instead
("package ifneeded xmldefs 3.3.1" script)
invoked from within
"package require xmldefs 3.3.1"
(in namespace eval "::" script line 2)
invoked from within
"namespace eval :: [format {
package require xmldefs 3.3.1
package require xml::tcl 3.3.1
# TEA style
if {[catch {load [file join [..."
(procedure "::xml::pkgload" line 6)
invoked from within
"::xml::pkgload /usr/lib/Tclxml3.3.1 0"
("package ifneeded xml 3.3.1" script)
invoked from within
"package require xml"
Sure its a minor problem
I built and installed it OK on arch linux but trying to load it gives:
attempt to provide package xmldefs 3.3.1 failed: package xmldefs 3.3 provided instead
("package ifneeded xmldefs 3.3.1" script)
invoked from within
"package require xmldefs 3.3.1"
(in namespace eval "::" script line 2)
invoked from within
"namespace eval :: [format {
package require xmldefs 3.3.1
package require xml::tcl 3.3.1
# TEA style
if {[catch {load [file join [..."
(procedure "::xml::pkgload" line 6)
invoked from within
"::xml::pkgload /usr/lib/Tclxml3.3.1 0"
("package ifneeded xml 3.3.1" script)
invoked from within
"package require xml"
Sure its a minor problem