13 Jun 2012 18:11
[bug #36650] -base tries to include <objc/blocks_runtime.h> with Apple runtime
Graham Lee <INVALID.NOREPLY <at> gnu.org>
2012-06-13 16:11:04 GMT
2012-06-13 16:11:04 GMT
URL: <http://savannah.gnu.org/bugs/?36650> Summary: -base tries to include <objc/blocks_runtime.h> with Apple runtime Project: GNUstep Submitted by: leeg Submitted on: Wed 13 Jun 2012 04:11:03 PM GMT Category: Base/Foundation Severity: 3 - Normal Item Group: None Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: There is no file <objc/blocks_runtime.h> in the Apple runtime. This problem can be fixed with the following patch: $ svn diff Index: core/base/Headers/GNUstepBase/GSVersionMacros.h =================================================================== --- core/base/Headers/GNUstepBase/GSVersionMacros.h (revision 35202) +++ core/base/Headers/GNUstepBase/GSVersionMacros.h (working copy) <at> <at> -284,7 +284,9 <at> <at>(Continue reading)
RSS Feed