bug-gnustep
[Top][All Lists]
Advanced

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

[bug #39289] Building EOModelEditor.app on Apple


From: Graham Lee
Subject: [bug #39289] Building EOModelEditor.app on Apple
Date: Wed, 19 Jun 2013 13:52:50 +0000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_4) AppleWebKit/536.30.1 (KHTML, like Gecko) Version/6.0.5 Safari/536.30.1

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

                 Summary: Building EOModelEditor.app on Apple
                 Project: GNUstep
            Submitted by: leeg
            Submitted on: Wed 19 Jun 2013 01:52:49 PM GMT
                Category: gdl2
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

The problems here are similar to those described in #38859 and #39086, in that
the GSCategories.h file has been removed from -base and the
_LIBRARIES_DEPEND_UPON variable in the GNUmakefile is redundant. The patch
here lets the app build for Mac OS X.


Index: EOModeler/EOModelExtensions.m
===================================================================
--- EOModeler/EOModelExtensions.m       (revision 36732)
+++ EOModeler/EOModelExtensions.m       (working copy)
@@ -28,7 +28,7 @@
 
 #ifndef GNUSTEP
 #include <GNUstepBase/GNUstep.h>
-#include <GNUstepBase/GSCategories.h>
+#include <GNUstepBase/Additions.h>
 #endif
 
 #ifdef NeXT_Foundation_LIBRARY
midgard:gdl2-svn leeg$ svn diff
Index: EOAccess/GNUmakefile
===================================================================
--- EOAccess/GNUmakefile        (revision 36732)
+++ EOAccess/GNUmakefile        (working copy)
@@ -34,8 +34,6 @@
 
 EOAccess_NEEDS_GUI = no
 
-EOAccess_LIBRARIES_DEPEND_UPON = -lEOControl $(OBJC_LIBS)
-
 # The C source files to be compiled
 EOAccess_C_FILES = 
 
Index: EOModeler/EOModelExtensions.m
===================================================================
--- EOModeler/EOModelExtensions.m       (revision 36732)
+++ EOModeler/EOModelExtensions.m       (working copy)
@@ -28,7 +28,7 @@
 
 #ifndef GNUSTEP
 #include <GNUstepBase/GNUstep.h>
-#include <GNUstepBase/GSCategories.h>
+#include <GNUstepBase/Additions.h>
 #endif
 
 #ifdef NeXT_Foundation_LIBRARY
Index: EOModeler/GNUmakefile
===================================================================
--- EOModeler/GNUmakefile       (revision 36732)
+++ EOModeler/GNUmakefile       (working copy)
@@ -32,9 +32,6 @@
 
 EOModeler_NEEDS_GUI = yes
 
-EOModeler_LIBRARIES_DEPEND_UPON = -lEOControl -lEOAccess $(GUI_LIBS) \
-                                   $(OBJC_LIBS)
-
 # The C source files to be compiled
 EOModeler_C_FILES = 
 





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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