|
From: | lowell |
Subject: | [bug #36650] -base tries to include <objc/blocks_runtime.h> with Apple runtime |
Date: | Fri, 15 Jun 2012 07:06:21 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/536.15 (KHTML, like Gecko) Version/6.0 Safari/536.16 |
Follow-up Comment #1, bug #36650 (project gnustep): +# ifndef _APPLE_ +# include <objc/blocks_runtime.h> +# 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 this item at: <http://savannah.gnu.org/bugs/?36650> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |