[Pyobjc-dev] build error
Brought to you by:
ronaldoussoren
From: Just v. R. <ju...@le...> - 2003-03-24 17:08:04
|
Current CVS fails to build for me (with CVS Python) [ ... ] creating build/temp.darwin-6.3-Power_Macintosh-2.3/Modules/objc gcc -Wno-long-double -no-cpp-precomp -DNDEBUG -g -O3 -Wall -Wstrict-prototypes -I/usr/local/include/python2.3 -c Modules/objc/class-builder.m -o build/temp.darwin-6.3-Power_Macintosh-2.3/Modules/objc/class-builder.o -DOBJC_PARANOIA_MODE -DOC_WITH_LIBFFI -isystem libffi/include -DOC_USE_FFI_SHORTCUTS -DMACOSX -no-cpp-precomp -Wno-long-double -g -IInclude/ In file included from Modules/objc/class-builder.m:6: Modules/objc/pyobjc.h:54: parse error before "PyHeapTypeObject" Modules/objc/pyobjc.h:54: warning: no semicolon at end of struct or union Modules/objc/pyobjc.h:58: parse error before '}' token Modules/objc/pyobjc.h:58: warning: type defaults to `int' in declaration of `PyObjCClassObject' Modules/objc/pyobjc.h:58: warning: data definition has no type or storage class Modules/objc/pyobjc.h:78: parse error before "PyObjCObject_Type" Modules/objc/pyobjc.h:78: warning: type defaults to `int' in declaration of `PyObjCObject_Type' Modules/objc/pyobjc.h:78: warning: data definition has no type or storage class error: command 'gcc' failed with exit status 1 Just |