Gerald Cox <[EMAIL PROTECTED]> ha escrit: > The thing compiles OK, but the test fails and so does all tests after > going ahead and installing. [...] > Could it be because of the depricated stuff in GUILE?
Yes, that's the reason. The deprecation warning, albeit harmless, is not expected by the testsuite, so it bails out. Try setting environment variable GUILE_WARN_DEPRECATED to "no" and exporting it before running tests. Regards, Sergey _______________________________________________ Bug-gnu-radius mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnu-radius
