* EOAdaptors/PostgreSQLAdaptor/config.mak.in

remove redundant libraries 
        * EOAccess/EOAdaptor.m
          make error message more comprehensible
	patch from Graham Lee, fixing building on
	on MAC OS X



git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@36742 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Sebastian Reitenbach 2013-06-22 15:29:09 +00:00
parent 5b063e5b74
commit fcc9dffa36
3 changed files with 7 additions and 4 deletions

View file

@ -4,7 +4,10 @@
* EOModeler/GNUmakefile
* EOAccess/GNUmakefile
remove variable
* EOAdaptors/PostgreSQLAdaptor/config.mak.in
remove redundant libraries
* EOAccess/EOAdaptor.m
make error message more comprehensible
2013-06-09: Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>
* EOControl/EOEditingContext.[h|m]

View file

@ -225,10 +225,11 @@ NSString *EOAdministrativeConnectionDictionaryKey
if(adaptorClass == Nil)
{
[NSException raise: NSInvalidArgumentException
format: @"%@ -- %@ 0x%x: value of EOAdaptorClassName '%@' is not a valid class and bundle does not contain a principal class",
format: @"%@ -- %@ 0x%x: value of EOAdaptorClassName '%@' for adaptor '%@' is not a valid class and bundle does not contain a principal class",
NSStringFromSelector(_cmd),
NSStringFromClass([self class]),
self,
adaptorClassName,
name];
}

View file

@ -27,8 +27,7 @@
ADDITIONAL_INCLUDE_DIRS += @POSTGRES_INCLUDES@
# Libraries linked to the framework
LIBRARIES_DEPEND_UPON += @POSTGRES_LIBS@ -lEOControl -lEOAccess $(FND_LIBS) \
$(OBJC_LIBS)
LIBRARIES_DEPEND_UPON += @POSTGRES_LIBS@ $(FND_LIBS) $(OBJC_LIBS)
# Additional library directories the linker should search
ADDITIONAL_LIB_DIRS += @POSTGRES_LIB_DIRS@