Re: [Pyobjc-dev] Problem building pyobjc from SVN
Brought to you by:
ronaldoussoren
|
From: <py...@db...> - 2009-04-15 22:30:42
|
I'm assuming you got my previous message in response to this one. But just a quick follow up.<br /> <br /> I did an svn update today and saw some changes so I decided I'd try again. This time, though, instead of doing 02-develop-all.sh I did it by hand. Looks like there are a bunch of compilation errors in Modules/_Foundation_nscoder.m. As I mentioned before, I am on 10.5, so I shouldn't be experiencing whatever error you mentioned for 10.4. If something is configured wrong to think I am on 10.4, I'd be happy to change it if someone could tell me where it is. Here's the full gcc output with successfully compiled files snipped for brevity:<br /> <br /> building 'Foundation._nscoder' extension<br /> gcc -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -fno-strict-aliasing -Wno-long-double -no-cpp-precomp -mno-fused-madd -fno-common -dynamic -DNDEBUG -g -O3 -I/Library/Frameworks/Python.framework/Versions/2.5/include/python2.5 -c Modules/_Foundation_nscoder.m -o build/temp.macosx-10.3-fat-2.5/Modules/_Foundation_nscoder.o<br /> Modules/_Foundation_nscoder.m: In function ‘imp_NSCoder_encodeArrayOfObjCType_count_at_’:<br /> Modules/_Foundation_nscoder.m:220: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:220: error: (Each undeclared identifier is reported only once<br /> Modules/_Foundation_nscoder.m:220: error: for each function it appears in.)<br /> Modules/_Foundation_nscoder.m:220: error: syntax error before ‘count’<br /> Modules/_Foundation_nscoder.m:228: error: syntax error before ‘i’<br /> Modules/_Foundation_nscoder.m:249: error: ‘count’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:256: error: ‘i’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m: In function ‘imp_NSCoder_decodeArrayOfObjCType_count_at_’:<br /> Modules/_Foundation_nscoder.m:486: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:486: error: syntax error before ‘count’<br /> Modules/_Foundation_nscoder.m:494: error: syntax error before ‘i’<br /> Modules/_Foundation_nscoder.m:516: error: ‘count’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:538: error: ‘i’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m: In function ‘call_NSCoder_encodeBytes_length_’:<br /> Modules/_Foundation_nscoder.m:578: error: syntax error before ‘NSUInteger’<br /> Modules/_Foundation_nscoder.m:590: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:590: error: syntax error before ‘length’<br /> Modules/_Foundation_nscoder.m: In function ‘imp_NSCoder_encodeBytes_length_’:<br /> Modules/_Foundation_nscoder.m:612: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:612: error: syntax error before ‘length’<br /> Modules/_Foundation_nscoder.m:630: error: ‘length’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m: In function ‘call_NSCoder_decodeBytesWithReturnedLength_’:<br /> Modules/_Foundation_nscoder.m:665: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:665: error: syntax error before ‘size’<br /> Modules/_Foundation_nscoder.m:680: error: ‘size’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m: In function ‘imp_NSCoder_decodeBytesWithReturnedLength_’:<br /> Modules/_Foundation_nscoder.m:749: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:749: error: ‘length’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:749: error: syntax error before ‘)’ token<br /> Modules/_Foundation_nscoder.m:755: error: syntax error before ‘len’<br /> Modules/_Foundation_nscoder.m:789: error: syntax error before ‘NSUInteger’<br /> Modules/_Foundation_nscoder.m:762: error: label ‘error’ used but not defined<br /> Modules/_Foundation_nscoder.m: At top level:<br /> Modules/_Foundation_nscoder.m:795: error: syntax error before ‘if’<br /> Modules/_Foundation_nscoder.m:798: error: syntax error before string constant<br /> Modules/_Foundation_nscoder.m:798: error: conflicting types for ‘PyErr_SetString’<br /> /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/pyerrors.h:78: error: previous declaration of ‘PyErr_SetString’ was here<br /> Modules/_Foundation_nscoder.m:798: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:802: error: ‘len’ undeclared here (not in a function)<br /> Modules/_Foundation_nscoder.m:802: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:807: warning: passing argument 1 of ‘initWithBytes:length:’ makes pointer from integer without a cast<br /> Modules/_Foundation_nscoder.m:808: warning: initialization discards qualifiers from pointer target type<br /> Modules/_Foundation_nscoder.m:808: error: initializer element is not constant<br /> Modules/_Foundation_nscoder.m:808: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:810: error: syntax error before ‘if’<br /> Modules/_Foundation_nscoder.m:811: warning: parameter names (without types) in function declaration<br /> Modules/_Foundation_nscoder.m:811: error: conflicting types for ‘PyGILState_Release’<br /> /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/pystate.h:164: error: previous declaration of ‘PyGILState_Release’ was here<br /> Modules/_Foundation_nscoder.m:811: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:812: error: syntax error before ‘return’<br /> Modules/_Foundation_nscoder.m:819: error: syntax error before ‘->’ token<br /> Modules/_Foundation_nscoder.m:820: error: redefinition of ‘pretval’<br /> Modules/_Foundation_nscoder.m:807: error: previous definition of ‘pretval’ was here<br /> Modules/_Foundation_nscoder.m:820: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:821: error: syntax error before ‘}’ token<br /> Modules/_Foundation_nscoder.m: In function ‘call_NSCoder_decodeBytesForKey_returnedLength_’:<br /> Modules/_Foundation_nscoder.m:828: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:828: error: syntax error before ‘size’<br /> Modules/_Foundation_nscoder.m:840: error: syntax error before ‘NSUInteger’<br /> Modules/_Foundation_nscoder.m:844: error: syntax error before ‘)’ token<br /> Modules/_Foundation_nscoder.m:844: error: ‘size’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:895: error: syntax error before ‘NSUInteger’<br /> Modules/_Foundation_nscoder.m: In function ‘imp_NSCoder_decodeBytesForKey_returnedLength_’:<br /> Modules/_Foundation_nscoder.m:915: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:915: error: syntax error before ‘)’ token<br /> Modules/_Foundation_nscoder.m:922: error: syntax error before ‘len’<br /> Modules/_Foundation_nscoder.m:959: error: syntax error before ‘NSUInteger’<br /> Modules/_Foundation_nscoder.m:929: error: label ‘error’ used but not defined<br /> Modules/_Foundation_nscoder.m: At top level:<br /> Modules/_Foundation_nscoder.m:965: error: syntax error before ‘if’<br /> Modules/_Foundation_nscoder.m:968: error: syntax error before string constant<br /> Modules/_Foundation_nscoder.m:968: error: conflicting types for ‘PyErr_SetString’<br /> /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/pyerrors.h:78: error: previous declaration of ‘PyErr_SetString’ was here<br /> Modules/_Foundation_nscoder.m:968: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:972: error: redefinition of ‘length’<br /> Modules/_Foundation_nscoder.m:802: error: previous definition of ‘length’ was here<br /> Modules/_Foundation_nscoder.m:972: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:977: error: redefinition of ‘pretval’<br /> Modules/_Foundation_nscoder.m:807: error: previous definition of ‘pretval’ was here<br /> Modules/_Foundation_nscoder.m:977: warning: passing argument 1 of ‘initWithBytes:length:’ makes pointer from integer without a cast<br /> Modules/_Foundation_nscoder.m:978: warning: initialization discards qualifiers from pointer target type<br /> Modules/_Foundation_nscoder.m:978: error: initializer element is not constant<br /> Modules/_Foundation_nscoder.m:978: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:980: error: syntax error before ‘if’<br /> Modules/_Foundation_nscoder.m:981: warning: parameter names (without types) in function declaration<br /> Modules/_Foundation_nscoder.m:981: error: conflicting types for ‘PyGILState_Release’<br /> /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/pystate.h:164: error: previous declaration of ‘PyGILState_Release’ was here<br /> Modules/_Foundation_nscoder.m:981: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:982: error: syntax error before ‘return’<br /> Modules/_Foundation_nscoder.m:989: error: syntax error before ‘->’ token<br /> Modules/_Foundation_nscoder.m:990: error: redefinition of ‘pretval’<br /> Modules/_Foundation_nscoder.m:807: error: previous definition of ‘pretval’ was here<br /> Modules/_Foundation_nscoder.m:990: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:991: error: syntax error before ‘}’ token<br /> Modules/_Foundation_nscoder.m: In function ‘call_NSCoder_encodeBytes_length_forKey_’:<br /> Modules/_Foundation_nscoder.m:1009: error: syntax error before ‘NSUInteger’<br /> Modules/_Foundation_nscoder.m: In function ‘imp_NSCoder_encodeBytes_length_forKey_’:<br /> Modules/_Foundation_nscoder.m:1043: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:1043: error: syntax error before ‘length’<br /> Modules/_Foundation_nscoder.m:1062: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast<br /> Modules/_Foundation_nscoder.m:1066: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast<br /> Modules/_Foundation_nscoder.m: In function ‘imp_NSCoder_encodeArrayOfObjCType_count_at_’:<br /> Modules/_Foundation_nscoder.m:220: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:220: error: (Each undeclared identifier is reported only once<br /> Modules/_Foundation_nscoder.m:220: error: for each function it appears in.)<br /> Modules/_Foundation_nscoder.m:220: error: syntax error before ‘count’<br /> Modules/_Foundation_nscoder.m:228: error: syntax error before ‘i’<br /> Modules/_Foundation_nscoder.m:249: error: ‘count’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:256: error: ‘i’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m: In function ‘imp_NSCoder_decodeArrayOfObjCType_count_at_’:<br /> Modules/_Foundation_nscoder.m:486: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:486: error: syntax error before ‘count’<br /> Modules/_Foundation_nscoder.m:494: error: syntax error before ‘i’<br /> Modules/_Foundation_nscoder.m:516: error: ‘count’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:538: error: ‘i’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m: In function ‘call_NSCoder_encodeBytes_length_’:<br /> Modules/_Foundation_nscoder.m:578: error: syntax error before ‘NSUInteger’<br /> Modules/_Foundation_nscoder.m:590: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:590: error: syntax error before ‘length’<br /> Modules/_Foundation_nscoder.m: In function ‘imp_NSCoder_encodeBytes_length_’:<br /> Modules/_Foundation_nscoder.m:612: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:612: error: syntax error before ‘length’<br /> Modules/_Foundation_nscoder.m:630: error: ‘length’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m: In function ‘call_NSCoder_decodeBytesWithReturnedLength_’:<br /> Modules/_Foundation_nscoder.m:665: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:665: error: syntax error before ‘size’<br /> Modules/_Foundation_nscoder.m:680: error: ‘size’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m: In function ‘imp_NSCoder_decodeBytesWithReturnedLength_’:<br /> Modules/_Foundation_nscoder.m:749: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:749: error: ‘length’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:749: error: syntax error before ‘)’ token<br /> Modules/_Foundation_nscoder.m:755: error: syntax error before ‘len’<br /> Modules/_Foundation_nscoder.m:789: error: syntax error before ‘NSUInteger’<br /> Modules/_Foundation_nscoder.m:762: error: label ‘error’ used but not defined<br /> Modules/_Foundation_nscoder.m: At top level:<br /> Modules/_Foundation_nscoder.m:795: error: syntax error before ‘if’<br /> Modules/_Foundation_nscoder.m:798: error: syntax error before string constant<br /> Modules/_Foundation_nscoder.m:798: error: conflicting types for ‘PyErr_SetString’<br /> /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/pyerrors.h:78: error: previous declaration of ‘PyErr_SetString’ was here<br /> Modules/_Foundation_nscoder.m:798: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:802: error: ‘len’ undeclared here (not in a function)<br /> Modules/_Foundation_nscoder.m:802: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:807: warning: passing argument 1 of ‘initWithBytes:length:’ makes pointer from integer without a cast<br /> Modules/_Foundation_nscoder.m:808: warning: initialization discards qualifiers from pointer target type<br /> Modules/_Foundation_nscoder.m:808: error: initializer element is not constant<br /> Modules/_Foundation_nscoder.m:808: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:810: error: syntax error before ‘if’<br /> Modules/_Foundation_nscoder.m:811: warning: parameter names (without types) in function declaration<br /> Modules/_Foundation_nscoder.m:811: error: conflicting types for ‘PyGILState_Release’<br /> /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/pystate.h:164: error: previous declaration of ‘PyGILState_Release’ was here<br /> Modules/_Foundation_nscoder.m:811: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:812: error: syntax error before ‘return’<br /> Modules/_Foundation_nscoder.m:819: error: syntax error before ‘->’ token<br /> Modules/_Foundation_nscoder.m:820: error: redefinition of ‘pretval’<br /> Modules/_Foundation_nscoder.m:807: error: previous definition of ‘pretval’ was here<br /> Modules/_Foundation_nscoder.m:820: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:821: error: syntax error before ‘}’ token<br /> Modules/_Foundation_nscoder.m: In function ‘call_NSCoder_decodeBytesForKey_returnedLength_’:<br /> Modules/_Foundation_nscoder.m:828: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:828: error: syntax error before ‘size’<br /> Modules/_Foundation_nscoder.m:840: error: syntax error before ‘NSUInteger’<br /> Modules/_Foundation_nscoder.m:844: error: syntax error before ‘)’ token<br /> Modules/_Foundation_nscoder.m:844: error: ‘size’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:895: error: syntax error before ‘NSUInteger’<br /> Modules/_Foundation_nscoder.m: In function ‘imp_NSCoder_decodeBytesForKey_returnedLength_’:<br /> Modules/_Foundation_nscoder.m:915: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:915: error: syntax error before ‘)’ token<br /> Modules/_Foundation_nscoder.m:922: error: syntax error before ‘len’<br /> Modules/_Foundation_nscoder.m:959: error: syntax error before ‘NSUInteger’<br /> Modules/_Foundation_nscoder.m:929: error: label ‘error’ used but not defined<br /> Modules/_Foundation_nscoder.m: At top level:<br /> Modules/_Foundation_nscoder.m:965: error: syntax error before ‘if’<br /> Modules/_Foundation_nscoder.m:968: error: syntax error before string constant<br /> Modules/_Foundation_nscoder.m:968: error: conflicting types for ‘PyErr_SetString’<br /> /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/pyerrors.h:78: error: previous declaration of ‘PyErr_SetString’ was here<br /> Modules/_Foundation_nscoder.m:968: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:972: error: redefinition of ‘length’<br /> Modules/_Foundation_nscoder.m:802: error: previous definition of ‘length’ was here<br /> Modules/_Foundation_nscoder.m:972: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:977: error: redefinition of ‘pretval’<br /> Modules/_Foundation_nscoder.m:807: error: previous definition of ‘pretval’ was here<br /> Modules/_Foundation_nscoder.m:977: warning: passing argument 1 of ‘initWithBytes:length:’ makes pointer from integer without a cast<br /> Modules/_Foundation_nscoder.m:978: warning: initialization discards qualifiers from pointer target type<br /> Modules/_Foundation_nscoder.m:978: error: initializer element is not constant<br /> Modules/_Foundation_nscoder.m:978: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:980: error: syntax error before ‘if’<br /> Modules/_Foundation_nscoder.m:981: warning: parameter names (without types) in function declaration<br /> Modules/_Foundation_nscoder.m:981: error: conflicting types for ‘PyGILState_Release’<br /> /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/pystate.h:164: error: previous declaration of ‘PyGILState_Release’ was here<br /> Modules/_Foundation_nscoder.m:981: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:982: error: syntax error before ‘return’<br /> Modules/_Foundation_nscoder.m:989: error: syntax error before ‘->’ token<br /> Modules/_Foundation_nscoder.m:990: error: redefinition of ‘pretval’<br /> Modules/_Foundation_nscoder.m:807: error: previous definition of ‘pretval’ was here<br /> Modules/_Foundation_nscoder.m:990: warning: data definition has no type or storage class<br /> Modules/_Foundation_nscoder.m:991: error: syntax error before ‘}’ token<br /> Modules/_Foundation_nscoder.m: In function ‘call_NSCoder_encodeBytes_length_forKey_’:<br /> Modules/_Foundation_nscoder.m:1009: error: syntax error before ‘NSUInteger’<br /> Modules/_Foundation_nscoder.m: In function ‘imp_NSCoder_encodeBytes_length_forKey_’:<br /> Modules/_Foundation_nscoder.m:1043: error: ‘NSUInteger’ undeclared (first use in this function)<br /> Modules/_Foundation_nscoder.m:1043: error: syntax error before ‘length’<br /> Modules/_Foundation_nscoder.m:1062: warning: passing argument 2 of ‘PyString_FromStringAndSize’ makes integer from pointer without a cast<br /> Modules/_Foundation_nscoder.m:1066: warning: passing argument 1 of ‘PyInt_FromLong’ makes integer from pointer without a cast<br /> lipo: can't figure out the architecture type of: /var/folders/mb/mbL-JoqIES05fxNzlNIb8++++TI/-Tmp-//cc7sOmK9.out<br /> error: command 'gcc' failed with exit status 1<br /> <br /> On Tue, Apr 14, 2009 at 6:29 PM, Ronald Oussoren (<a class="superLinkifier" href="mailto:ron...@ma...">ron...@ma...</a>) wrote:<br /> > <br /> > On 14 Apr, 2009, at 20:06, <a href="mailto:py...@db...">py...@db...</a> wrote:<br /> > <br /> > > *tap, tap, tap* is this thing on? Re-sending this as it didn't <br /> > > appear to go through the first time. My apologies to the list if <br /> > > both copies somehow make it through eventually.<br /> > <br /> > Did you sent the first message from an address that's subscribed to <br /> > the list? I've been pretty lax about checking the moderator queue for <br /> > pyobjc-dev because at least 99% of mail in that queue is spam.<br /> > <br /> > > <br /> > > I am having trouble building the latest pyobjc from subversion (or <br /> > > easy-install for that matter). A touch of background and then the <br /> > > error:<br /> > <br /> > You're trying to build on 10.4. I want to support that platform, but <br /> > haven't gotten around to fixing the issues yet. The issues are small, <br /> > but require some time on a 10.4 system to work (I have one nearby, but <br /> > don't have time to work on it just yet). My current priority is <br /> > finishing the testsuite for PyObjC, after that I'll probably spend <br /> > time on porting to 10.4 again.<br /> > <br /> > The issues with 10.4 support should be pretty small, and mostly deal <br /> > with the definition of NSInteger and supressing compilation for <br /> > functions that wrap 10.5 specific code. I also expect a lot of false <br /> > positives in the framework tests on 10.4, I haven't been as diligent <br /> > as I should in marking 10.5 specific tests as such. With some luck a <br /> > port to 10.4 will be a longish evening work.<br /> > <br /> > "easy_install pyobjc" also has a completely different issue at the <br /> > moment: this will try to install wrappers for frameworks that aren't <br /> > available on 10.4, which won't work until I provide precompiled <br /> > binaries. I have an idea on how to fix that, but haven't commited that <br /> > yet (that would be a bit useless given the other problems).<br /> > <br /> > Ronald <br /> > > <br /> > > I started out doing my python development in XCode using the OOTB <br /> > > templates in Leopard and was able to get a working application. <br /> > > However, after finding that my apps wouldn't run on 10.4, etc, I <br /> > > decided to try to go the py2app route. <br /> > > <br /> > > At the admonition of various documents and websites, I installed the <br /> <span>> > latest release of Python 2.x for Mac from <a href="http://python.org">python.org</a> (2.6.1). </span><br /> > > However, after trying (and failing) to get py2app to work with 2.6, <br /> > > I went back and installed a fresh copy of PythonMac's latest 2.5 <br /> > > release. Once I did that, py2app installed well, but now that I <br /> > > have that running, I can't get pyobjc to compile. <br /> > > <br /> > > I've tried checking out the source from SVN and doing a ./02-develop- <br /> > > all from the pyobjc directory in my working copy. I also tried <br /> > > "easy-install pyobjc". Both lead to the same result. The easy- <br /> > > install attempt just stopped after the build failure, the 02-develop- <br /> > > all attempt just kept trying over and over to re-download, compile, <br /> > > etc the failing module. Below is one instance of the offending <br /> > > install step. <br /> > > <br /> > > Anybody else have this problem and overcome it?<br /> |