On Tue, Jul 17, 2012 at 3:37 PM, Sebastian Reitenbach <[email protected]> wrote: > > On Tuesday, July 17, 2012 20:17 CEST, Stefan Bidi <[email protected]> > wrote: > >> I fixed most of this stuff. I don't have time to fix the pthread >> thing now, I will take a look at it tonight. Can you give it another >> shot? Thanks. > > configure was failing on me, but this patch to configure.ac helped to > regenerate it correctly: > > $OpenBSD$ > --- configure.ac.orig Tue Jul 17 22:26:09 2012 > +++ configure.ac Tue Jul 17 22:26:20 2012 > @@ -99,7 +99,7 @@ if test "$enable_objc_bridge" = "yes"; then > AC_CHECK_LIB(objc, objc_getClass) > if test "$ac_cv_lib_objc_getClass" = "no"; then > AC_CHECK_LIB(objc2, objc_getClass) > - if test "$ac_cv_lib_objc2_getClass" = "no" > + if test "$ac_cv_lib_objc2_getClass" = "no"; then > AC_MSG_ERROR([Objective-C library not found! Use > --disable-objc-bridge to explicitly disable the toll-free bridge or install > the Objective-C library.]) > fi > fi
Ah, well, that's what I get for rushing! > > > then on my initial i386 box, with -lobjc, all tests are passing! > but anyways, on my box with -lobjc2, configure still doesn't detect the > objc_getClass thingie correcly. I'll look tomorrow into it. > > On the macppc, the testsuite still has 6 failed tests. > See the attached log. Will test again on the amd64 tomorrow. I'll look at these tonight. The CFTimeZone failure is ICU's fault, though. What version are you using? > > Sebastian Thanks _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
