[Pyobjc-dev] GNUstep.
Brought to you by:
ronaldoussoren
From: Mirko V. <mi...@ob...> - 2003-01-04 09:43:14
|
Ciao! I'm trying to get pyobjc working on gnustep... I don't know the pyobjc internals yet but should it be possible to rename objc_error to something else ? extern void objc_error(id object, int code, const char* fmt, ...); extern void objc_verror(id object, int code, const char* fmt, va_list ap); building 'objc._objc' extension cc -DNDEBUG -O2 -s -pipe -D_THREAD_SAFE -fPIC -I/usr/local/include/python2.2 -c Modules/objc/objc_util.m -o build/temp.freebsd-4.7-PRERELEASE-i386-2.2/objc_util.o -DOBJC_PARANOIA_MODE -DPyOBJC_UNIQUE_PROXY -DGNU_RUNTIME -Wno-import -I/usr/local/GNUstep/System/Headers -I/usr/local/GNUstep/System/Headers/gnustep -I/usr/local/GNUstep/System/Headers/ix86/freebsd Modules/objc/objc_util.m:12: `objc_error' redeclared as different kind of symbol /usr/local/GNUstep/System/Headers/objc/objc-api.h:100: previous declaration of `objc_error' Modules/objc/objc_util.m: In function `ObjC_UpdateConvenienceMethods': Modules/objc/objc_util.m:301: warning: comparison of distinct pointer types lacks a cast error: command 'cc' failed with exit status 1 -- Ciao Mirko |