[bug #35802] Linking Problems [libobjc2 1.6 + clang trunk (152539) + Ubuntu 11.10]

2012-06-15 Thread Niels Grewe
Update of bug #35802 (project gnustep): Status: Ready For Test => Fixed Open/Closed: In Test => Closed ___ Reply to this item at:

[bug #36650] -base tries to include with Apple runtime

2012-06-15 Thread Graham Lee
Follow-up Comment #2, bug #36650 (project gnustep): I found that there were no warnings about implicit functions when I didn't include that file, so I think the header is probably already being included elsewhere. I agree it could be safest to make #include explicit.

[bug #36650] -base tries to include with Apple runtime

2012-06-15 Thread lowell
Follow-up Comment #1, bug #36650 (project gnustep): +# ifndef _APPLE_ +# include +# endif The functions declared in that header are found in /usr/include/Block.h on the Apple runtime. Maybe #include it #ifdef __APPLE__? ___ Reply to th