https://github.com/flightaware/TclXML/pull/4 --- a/tclxml.c +++ b/tclxml.c @@ -20,6 +20,8 @@ #include #include +int Tcldom_libxml2_Init ( Tcl_Interp *interp ); + #define TCL_DOES_STUBS \ (TCL_MAJOR_VERSION > 8 || TCL_MAJOR_VERSION == 8 && (TCL_MINOR_VERSION > 1 || \ (TCL_MINOR_VERSION == 1 && TCL_RELEASE_LEVEL == TCL_FINAL_RELEASE)))