diff --git a/Apps/EOModelEditor/GNUmakefile b/Apps/EOModelEditor/GNUmakefile index 7f37e8a..0d88a7b 100644 --- a/Apps/EOModelEditor/GNUmakefile +++ b/Apps/EOModelEditor/GNUmakefile @@ -41,8 +41,8 @@ ifneq ($(FOUNDATION_LIB),gnu) 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 ../EOModeler ADDITIONAL_NATIVE_LIBS += EOAccess EOControl EOModeler Renaissance $(APP_NAME)_RESOURCE_FILES = \ diff --git a/Apps/EOModelEditor/Inspectors/GNUmakefile b/Apps/EOModelEditor/Inspectors/GNUmakefile index c2781bc..729d39b 100644 --- a/Apps/EOModelEditor/Inspectors/GNUmakefile +++ b/Apps/EOModelEditor/Inspectors/GNUmakefile @@ -27,7 +27,7 @@ include ../../../common.make 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 diff --git a/Apps/EOModeler/Makefile.preamble b/Apps/EOModeler/Makefile.preamble index 657f66e..24d01ec 100644 --- a/Apps/EOModeler/Makefile.preamble +++ b/Apps/EOModeler/Makefile.preamble @@ -45,7 +45,7 @@ ADDITIONAL_OBJCFLAGS = $(TEST_CFLAGS) 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) diff --git a/ChangeLog b/ChangeLog index 8d32448..99fcbcc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2010-06-24 David Wetzel + * README + add Additional Notes + * Apps/EOModelEditor/Inspectors/GNUmakefile + * Apps/EOModelEditor/GNUmakefile + * Apps/EOModeler/Makefile.preamble + add parent directories to search path as suggested by Sergey Golovin + * TODO + updated + * GDL2Palette/GNUmakefile + add ../Apps/EOModeler to ADDITIONAL_NATIVE_LIB_DIRS + (as suggested by Sergey Golovin) + It does not build on OS X, I need patches guys :-) + 2010-06-23 David Wetzel * EOAccess/EOModel.m add -_writePlist:toFile: diff --git a/GDL2Palette/GNUmakefile b/GDL2Palette/GNUmakefile index a8d421e..3bb8d26 100644 --- a/GDL2Palette/GNUmakefile +++ b/GDL2Palette/GNUmakefile @@ -32,7 +32,7 @@ GDL2_NEEDS_GUI = yes 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= \ diff --git a/README b/README index 4562d7b..b3584d6 100644 --- a/README +++ b/README @@ -135,3 +135,13 @@ How can you help? Happy hacking! +Additional Notes +================ + +if you installed PostgreSQL in /usr/local/pgsql (which is the default +if you install from source) you need to do that: + +./configure --with-pgsql-include=/usr/local/pgsql/include --with-pgsql-library=/usr/local/pgsql/lib + +before building + diff --git a/TODO b/TODO index e111da2..9cc3874 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,5 @@ +GDL2Palette is currently broken, please send patches + EOControl: Implement & Test: EOControl/EOMultiReaderLocks Implement & Test: EOControl/EOEvent(Center) @@ -11,11 +13,6 @@ EOAccess: Implement & Test: to-one PK to Foreign Key support (Not implemented by WO but it's really cool) -DBModeler: - when removing something, make sure there is no references to it, - if there are pop up a dialog allowing the user to cancel, or remove the - references. - Adaptors: Documentation: