> Am 28.01.2016 um 02:27 schrieb Gregory Casamento <[email protected]>: > > The libdispatch which comes with Debian has always worked for me
I would be surprised if that were the case. The Debian libdispatch package links against libBlocksRuntime, which doesn't implement the block copy/release hooks in a way that is compatible with the GNUstep runtime. That's why you either need a patched libBlocksRuntime that exports weak symbols (to be overridden by libobjc2) or a version of libdispatch that links libobjc2 directly. @Tristan: I maintain a set of vagrant boxes that provide a GNUstep development environment, including libdispatch, maybe it can be useful to you: https://www.github.com/ngrewe/gnustep-boxes Cheers, Niels -- Sent on the road _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
