2010/6/24 David Wetzel <[email protected]>

> Hey guys,
>
> I just committed revision 30842 in gdl which includes writing of all files
> in OPENSTEP format even on OSX.
> Actually, the work is done in base-additions, but it is still cool :-)
>
>
I have got it compiled with some minor changes of the makefiles (see the
attached patch).

-- 
Sergey Golovin
Index: Apps/EOModelEditor/Inspectors/GNUmakefile
===================================================================
--- Apps/EOModelEditor/Inspectors/GNUmakefile	(revision 30842)
+++ Apps/EOModelEditor/Inspectors/GNUmakefile	(working copy)
@@ -27,7 +27,7 @@
 include $(GNUSTEP_MAKEFILES)/common.make
 SUBPROJECT_NAME=Inspectors
 
-ADDITIONAL_INCLUDE_DIRS+=-I../../
+ADDITIONAL_INCLUDE_DIRS+=-I../../../ -I../..
 
 Inspectors_NEEDS_GUI=yes
 Inspectors_HAS_RESOURCE_BUNDLE=yes
Index: Apps/EOModelEditor/GNUmakefile
===================================================================
--- Apps/EOModelEditor/GNUmakefile	(revision 30842)
+++ Apps/EOModelEditor/GNUmakefile	(working copy)
@@ -41,8 +41,8 @@
 ADDITIONAL_OBJC_LIBS += -lgnustep-baseadd
 endif
 
-ADDITIONAL_INCLUDE_DIRS+=-I../
-ADDITIONAL_NATIVE_LIB_DIRS+=../EOAccess ../EOControl ../EOInterface ../EOModeler
+ADDITIONAL_INCLUDE_DIRS+=-I../..
+ADDITIONAL_NATIVE_LIB_DIRS+=../../EOAccess ../../EOControl ../../EOInterface ../EOModeler
 ADDITIONAL_NATIVE_LIBS += EOAccess EOControl EOModeler Renaissance 
 
 $(APP_NAME)_RESOURCE_FILES =			\
Index: Apps/EOModeler/Makefile.preamble
===================================================================
--- Apps/EOModeler/Makefile.preamble	(revision 30842)
+++ Apps/EOModeler/Makefile.preamble	(working copy)
@@ -45,7 +45,7 @@
 ADDITIONAL_CFLAGS = $(TEST_CFLAGS) 
 
 # Additional include directories the compiler should search
-ADDITIONAL_INCLUDE_DIRS = -I../EOControl/$(GNUSTEP_TARGET_DIR) -I..
+ADDITIONAL_INCLUDE_DIRS = -I../../EOControl/$(GNUSTEP_TARGET_DIR) -I../..
 
 # Additional LDFLAGS to pass to the linker
 ADDITIONAL_LDFLAGS = $(TEST_LDFLAGS) 
Index: GDL2Palette/GNUmakefile
===================================================================
--- GDL2Palette/GNUmakefile	(revision 30842)
+++ GDL2Palette/GNUmakefile	(working copy)
@@ -32,7 +32,7 @@
 GDL2_PRINCIPAL_CLASS = GDL2Palette
 
 ADDITIONAL_INCLUDE_DIRS+=-I../
-ADDITIONAL_NATIVE_LIB_DIRS+=../EOAccess/ ../EOControl/ ../EOInterface ../EOModeler
+ADDITIONAL_NATIVE_LIB_DIRS+=../EOAccess/ ../EOControl/ ../EOInterface ../Apps/EOModeler
 ADDITIONAL_NATIVE_LIBS+=EOAccess EOControl EOInterface EOModeler 
 
 GDL2_RESOURCE_FILES=		\
_______________________________________________
Gnustep-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to