From: Eric B. <er...@go...> - 2007-03-02 17:42:40
|
Running 'geant test_debug_ge' in $GOBO/test/precomp showed these flat Degree 3 errors: [VUEX-2] class XM_XPATH_EXCEPTION_ROUTINES (ANY,158,21): feature `is_equal' of class XM_XPATH_EXCEPTION_ROUTINES is not exported to class XM_XPATH_EXCEPTION_ROUTINES. ---- [VUEX-2] class XM_XPATH_EXCEPTION_ROUTINES (ANY,130,36): feature `is_deep_equal' of class XM_XPATH_EXCEPTION_ROUTINES is not exported to class XM_XPATH_EXCEPTION_ROUTINES. ---- [VUEX-2] class XM_XPATH_EXCEPTION_ROUTINES (ANY,85,36): feature `standard_is_equal' of class XM_XPATH_EXCEPTION_ROUTINES is not exported to class XM_XPATH_EXCEPTION_ROUTINES. ---- [VUEX-2] class XM_XPATH_EXCEPTION_ROUTINES (ANY,72,36): feature `is_equal' of class XM_XPATH_EXCEPTION_ROUTINES is not exported to class XM_XPATH_EXCEPTION_ROUTINES. ---- [VUEX-2] class XM_XPATH_EXCEPTION_ROUTINES (ANY,253,16): feature `deep_twin' of class XM_XPATH_EXCEPTION_ROUTINES is not exported to class XM_XPATH_EXCEPTION_ROUTINES. ---- I fixed them by explicitly inheriting from ANY to make sure that its features were exported. -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |