On 28 Feb 2011, at 12:29, David Chisnall wrote: > On 28 Feb 2011, at 12:24, Thomas Davie wrote: > >>> I just recompiled base to be sure – and now am sure that it's compiling >>> with clang. Do I need to do something extra to make sure -fblocks gets >>> passed or is there an extra problem here? > > -make should be passing -fblocks, but if it isn't then you need to do > something like: > > $ make OBJCFLAGS='-fblocks' > > David
make messages=yes reveals that -fblocks wasn't being passed, adding that flag however did not stop me getting these warnings. Thanks Tom Davie _______________________________________________ Gnustep-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnustep-dev
