From 6f7043e7e6dcfe170934a82481b30bf1cdac587d Mon Sep 17 00:00:00 2001 From: helge Date: Fri, 20 Aug 2004 23:01:07 +0000 Subject: [PATCH] macosx fixes git-svn-id: http://svn.opengroupware.org/SOPE/trunk@25 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- sope-appserver/NGObjWeb/GNUmakefile.preamble | 3 ++- sope-appserver/NGObjWeb/NGXmlRpc/common.h | 6 ++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/sope-appserver/NGObjWeb/GNUmakefile.preamble b/sope-appserver/NGObjWeb/GNUmakefile.preamble index 1df229c4..15a872eb 100644 --- a/sope-appserver/NGObjWeb/GNUmakefile.preamble +++ b/sope-appserver/NGObjWeb/GNUmakefile.preamble @@ -16,13 +16,14 @@ libNGObjWeb_OBJCFLAGS += -Wall -Wno-import -Wno-protocol ifneq ($(GNUSTEP_BUILD_DIR),) RELBUILD_DIR_SOPE=$(GNUSTEP_BUILD_DIR)/.. +RELBUILD_DIR_MIME=$(GNUSTEP_BUILD_DIR)/../../sope-mime RELBUILD_DIR_SxCore=$(GNUSTEP_BUILD_DIR)/../../sope-core RELBUILD_DIR_SxXml=$(GNUSTEP_BUILD_DIR)/../../sope-xml ADDITIONAL_LIB_DIRS += \ -L$(GNUSTEP_OBJ_DIR) \ -L$(RELBUILD_DIR_SOPE)/NGScripting/$(GNUSTEP_OBJ_DIR_NAME) \ - -L$(RELBUILD_DIR_SxCore)/NGMime/$(GNUSTEP_OBJ_DIR_NAME) \ + -L$(RELBUILD_DIR_MIME)/NGMime/$(GNUSTEP_OBJ_DIR_NAME) \ -L$(RELBUILD_DIR_SxCore)/NGStreams/$(GNUSTEP_OBJ_DIR_NAME) \ -L$(RELBUILD_DIR_SxCore)/NGExtensions/$(GNUSTEP_OBJ_DIR_NAME) \ -L$(RELBUILD_DIR_SxCore)/EOControl/$(GNUSTEP_OBJ_DIR_NAME) \ diff --git a/sope-appserver/NGObjWeb/NGXmlRpc/common.h b/sope-appserver/NGObjWeb/NGXmlRpc/common.h index 2f0d31a2..3c23c437 100644 --- a/sope-appserver/NGObjWeb/NGXmlRpc/common.h +++ b/sope-appserver/NGObjWeb/NGXmlRpc/common.h @@ -21,3 +21,9 @@ #import #include +#include + +@interface NSException(setUserInfo) +- (id)setReason:(NSString *)_reason; +- (id)setUserInfo:(NSDictionary *)_userInfo; +@end -- 2.39.5