bug-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #36487] dev-libs/XCode can't be used under apple-apple-apple


From: Graham Lee
Subject: [bug #36487] dev-libs/XCode can't be used under apple-apple-apple
Date: Thu, 17 May 2012 16:37:43 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/534.57.2 (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2

URL:
  <http://savannah.gnu.org/bugs/?36487>

                 Summary: dev-libs/XCode can't be used under apple-apple-apple
                 Project: GNUstep
            Submitted by: leeg
            Submitted on: Thu 17 May 2012 04:37:42 PM GMT
                Category: Libraries
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

It doesn't include the GNUStepBase extensions header, so at runtime my program
tries to link symbols like _ASSIGN (because they weren't expanded as macros).
Here's a patch against current trunk/modules/dev-libs/XCode.


Index: PBXCommon.h
===================================================================
--- PBXCommon.h (revision 35156)
+++ PBXCommon.h (working copy)
@@ -0,0 +1 @@
+#include <GNUstepBase/GNUstep.h>
Index: PBXCoder.m
===================================================================
--- PBXCoder.m  (revision 35156)
+++ PBXCoder.m  (working copy)
@@ -1,5 +1,6 @@
 #import "PBXCoder.h"
 #import "PBXContainer.h"
+#import "PBXCommon.h"
 
 #import <stdlib.h>
 #import <unistd.h>





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?36487>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]