I committed a hack to disable the broken check for GCD altogether until this can be sorted out.
I forgot to reply to all on my other message that said: So I went hunting for what is happening and found a reference that says the configure script is broken ( http://wiki.inkscape.org/wiki/index.php/CrossCompilingOsX#Building_gnustep-corebase). I haven't gone through this particular area in a long time (haven't build with libdispatch in over a year). It seems we only use GCD in CFRunLoop and it's not entirely clear to me what it's doing here (again, need Lubos' input). For now, my suggestion is to pass --without-gcd. CFStream should still work without GCD support, although I'm not sure how CFRunLoop will be impacted. On Fri, Jan 30, 2015 at 3:30 PM, Jens Alfke <[email protected]> wrote: > > On Jan 30, 2015, at 1:02 PM, Stefan Bidigaray <[email protected]> > wrote: > > Are you using clang to compile the code? This is generally down by > passing the following command "$ CC=clang ./configure && CC=clang make". > > > Yup, I have "CC=clang" in my default shell environment. > > —Jens >
_______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
