Graham Lee | 17 May 2012 18:37
Picon

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

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)
 <at>  <at>  -0,0 +1  <at>  <at> 
+#include <GNUstepBase/GNUstep.h>
(Continue reading)


Gmane