bugGNUstep - Bugs: bug #39289, Building EOModelEditor.app on Apple

Group
 
 

bug #39289: Building EOModelEditor.app on Apple

Submitter:  Graham Lee <leeg>
Submitted:  Wed 19 Jun 2013 01:52:49 PM UTC
   
 
Category:  gdl2 Severity:  3 - Normal
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  buzzdee
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Sat 22 Jun 2013 03:13:23 PM UTC, comment #1: 

patch is now in svn rev: 36741

thanks

Sebastian Reitenbach <buzzdee>
Group Member
Wed 19 Jun 2013 01:52:49 PM UTC, original submission:  

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 =
 

Graham Lee <leeg>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by buzzdee (Posted a comment)
  • -email is unavailable- added by leeg (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-06-22 buzzdee Open/ClosedOpen Closed
    2013-06-22 buzzdee StatusNone Fixed
        Assigned toNone buzzdee

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code