You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hmm, it looks like there are some hard-coded version numbers in some of the sources that don't automatically get updated to match the PACKAGE_VERSION from configure.in
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
The text was updated successfully, but these errors were encountered: