Re: [Pyobjc-dev] Problem building pyobjc from SVN
Brought to you by:
ronaldoussoren
|
From: <py...@db...> - 2009-04-14 18:49:35
|
<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 /> Well, I did send a copy from a non-registered address, but that was just by accident. I then resent from a registered address. It was that one that didn't go through. However, I'm fairly certain it was the fault of the sending SMTP server, not the list. This isn't the first time I've had email misteriously never get delivered...<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 /> I find it eminently fascinating that the error presents as if I am on 10.4. I am not. I've been on Leopard since the day it came out. And, the machine I'm currently working on is a new one. So it isn't even an upgrade from 10.4. Pure 10.5 all the way. Is it possible I may have gotten an old library during the whole process of installing Python 2.6.1 from python.org and then installing the latest pythonmac release (2.5)?<br /> <br /> If it matters, as I mentioned before, I had no trouble at all using XCode 3.0 on leopard and building an app that also works on other Leopard machines. It was the inability to send the app to people using 10.4 that prompted this whole upgrade python / use py2app mission. Not to mention that I'd love to be able to use some of the new features in python 2.6, but as I mentioned before, that posed a different problem with py2app (namely it wouldn't install against 2.6.1).<br /> <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 /> > > <br /> > > Downloading <a target="_blank" href="http://pypi.python.org/packages/source/p/pyobjc-framework-Cocoa/pyobjc-framework-Cocoa-2.2b1.tar.gz#md5">http://pypi.python.org/packages/source/p/pyobjc-framework-Cocoa/pyobjc-framework-Cocoa-2.2b1.tar.gz#md5</a> <br /> > > =5ad60a840e0731d8bb12731a91bc9060 <br /> > > Processing pyobjc-framework-Cocoa-2.2b1.tar.gz <br /> > > Running pyobjc-framework-Cocoa-2.2b1/setup.py -q bdist_egg --dist- <br /> > > dir /var/folders/mb/mbL-JoqIES05fxNzlNIb8++++TI/-Tmp-/ <br /> > > easy_install-1whHNo/pyobjc-framework-Cocoa-2.2b1/egg-dist-tmp-nFXLc1 <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëimp_NSCoder_encodeArrayOfObjCType_count_at_í: <br /> > > Modules/_Foundation_nscoder.m:220: error: ëNSUIntegerí undeclared <br /> > > (first use in this function) <br /> > > Modules/_Foundation_nscoder.m:220: error: (Each undeclared <br /> > > identifier is reported only once <br /> > > Modules/_Foundation_nscoder.m:220: error: for each function it <br /> > > 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 <br /> > > use in this function) <br /> > > Modules/_Foundation_nscoder.m:256: error: ëií undeclared (first use <br /> > > in this function) <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëimp_NSCoder_decodeArrayOfObjCType_count_at_í: <br /> > > Modules/_Foundation_nscoder.m:486: error: ëNSUIntegerí undeclared <br /> > > (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 <br /> > > use in this function) <br /> > > Modules/_Foundation_nscoder.m:538: error: ëií undeclared (first use <br /> > > in this function) <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëcall_NSCoder_encodeBytes_length_í: <br /> > > Modules/_Foundation_nscoder.m:578: error: syntax error before <br /> > > ëNSUIntegerí <br /> > > Modules/_Foundation_nscoder.m:590: error: ëNSUIntegerí undeclared <br /> > > (first use in this function) <br /> > > Modules/_Foundation_nscoder.m:590: error: syntax error before ëlengthí <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëimp_NSCoder_encodeBytes_length_í: <br /> > > Modules/_Foundation_nscoder.m:612: error: ëNSUIntegerí undeclared <br /> > > (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 <br /> > > use in this function) <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëcall_NSCoder_decodeBytesWithReturnedLength_í: <br /> > > Modules/_Foundation_nscoder.m:665: error: ëNSUIntegerí undeclared <br /> > > (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 <br /> > > use in this function) <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëimp_NSCoder_decodeBytesWithReturnedLength_í: <br /> > > Modules/_Foundation_nscoder.m:749: error: ëNSUIntegerí undeclared <br /> > > (first use in this function) <br /> > > Modules/_Foundation_nscoder.m:749: error: ëlengthí undeclared (first <br /> > > use in this function) <br /> > > Modules/_Foundation_nscoder.m:749: error: syntax error before ë)í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m:755: error: syntax error before ëlení <br /> > > Modules/_Foundation_nscoder.m:789: error: syntax error before <br /> > > ëNSUIntegerí <br /> > > Modules/_Foundation_nscoder.m:762: error: label ëerrorí used but not <br /> > > 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 <br /> > > constant <br /> > > Modules/_Foundation_nscoder.m:798: error: conflicting types for <br /> > > ëPyErr_SetStringí <br /> > > /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/ <br /> > > pyerrors.h:78: error: previous declaration of ëPyErr_SetStringí was <br /> > > here <br /> > > Modules/_Foundation_nscoder.m:798: warning: data definition has no <br /> > > type or storage class <br /> > > Modules/_Foundation_nscoder.m:802: error: ëlení undeclared here (not <br /> > > in a function) <br /> > > Modules/_Foundation_nscoder.m:802: warning: data definition has no <br /> > > type or storage class <br /> > > Modules/_Foundation_nscoder.m:807: warning: passing argument 1 of <br /> > > ëinitWithBytes:length:í makes pointer from integer without a cast <br /> > > Modules/_Foundation_nscoder.m:808: warning: initialization discards <br /> > > qualifiers from pointer target type <br /> > > Modules/_Foundation_nscoder.m:808: error: initializer element is not <br /> > > constant <br /> > > Modules/_Foundation_nscoder.m:808: warning: data definition has no <br /> > > 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 <br /> > > types) in function declaration <br /> > > Modules/_Foundation_nscoder.m:811: error: conflicting types for <br /> > > ëPyGILState_Releaseí <br /> > > /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/ <br /> > > pystate.h:164: error: previous declaration of ëPyGILState_Releaseí <br /> > > was here <br /> > > Modules/_Foundation_nscoder.m:811: warning: data definition has no <br /> > > 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 ë->í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m:820: error: redefinition of ëpretvalí <br /> > > Modules/_Foundation_nscoder.m:807: error: previous definition of <br /> > > ëpretvalí was here <br /> > > Modules/_Foundation_nscoder.m:820: warning: data definition has no <br /> > > type or storage class <br /> > > Modules/_Foundation_nscoder.m:821: error: syntax error before ë}í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëcall_NSCoder_decodeBytesForKey_returnedLength_í: <br /> > > Modules/_Foundation_nscoder.m:828: error: ëNSUIntegerí undeclared <br /> > > (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 <br /> > > ëNSUIntegerí <br /> > > Modules/_Foundation_nscoder.m:844: error: syntax error before ë)í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m:844: error: ësizeí undeclared (first <br /> > > use in this function) <br /> > > Modules/_Foundation_nscoder.m:895: error: syntax error before <br /> > > ëNSUIntegerí <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëimp_NSCoder_decodeBytesForKey_returnedLength_í: <br /> > > Modules/_Foundation_nscoder.m:915: error: ëNSUIntegerí undeclared <br /> > > (first use in this function) <br /> > > Modules/_Foundation_nscoder.m:915: error: syntax error before ë)í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m:922: error: syntax error before ëlení <br /> > > Modules/_Foundation_nscoder.m:959: error: syntax error before <br /> > > ëNSUIntegerí <br /> > > Modules/_Foundation_nscoder.m:929: error: label ëerrorí used but not <br /> > > 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 <br /> > > constant <br /> > > Modules/_Foundation_nscoder.m:968: error: conflicting types for <br /> > > ëPyErr_SetStringí <br /> > > /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/ <br /> > > pyerrors.h:78: error: previous declaration of ëPyErr_SetStringí was <br /> > > here <br /> > > Modules/_Foundation_nscoder.m:968: warning: data definition has no <br /> > > type or storage class <br /> > > Modules/_Foundation_nscoder.m:972: error: redefinition of ëlengthí <br /> > > Modules/_Foundation_nscoder.m:802: error: previous definition of <br /> > > ëlengthí was here <br /> > > Modules/_Foundation_nscoder.m:972: warning: data definition has no <br /> > > type or storage class <br /> > > Modules/_Foundation_nscoder.m:977: error: redefinition of ëpretvalí <br /> > > Modules/_Foundation_nscoder.m:807: error: previous definition of <br /> > > ëpretvalí was here <br /> > > Modules/_Foundation_nscoder.m:977: warning: passing argument 1 of <br /> > > ëinitWithBytes:length:í makes pointer from integer without a cast <br /> > > Modules/_Foundation_nscoder.m:978: warning: initialization discards <br /> > > qualifiers from pointer target type <br /> > > Modules/_Foundation_nscoder.m:978: error: initializer element is not <br /> > > constant <br /> > > Modules/_Foundation_nscoder.m:978: warning: data definition has no <br /> > > 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 <br /> > > types) in function declaration <br /> > > Modules/_Foundation_nscoder.m:981: error: conflicting types for <br /> > > ëPyGILState_Releaseí <br /> > > /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/ <br /> > > pystate.h:164: error: previous declaration of ëPyGILState_Releaseí <br /> > > was here <br /> > > Modules/_Foundation_nscoder.m:981: warning: data definition has no <br /> > > 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 ë->í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m:990: error: redefinition of ëpretvalí <br /> > > Modules/_Foundation_nscoder.m:807: error: previous definition of <br /> > > ëpretvalí was here <br /> > > Modules/_Foundation_nscoder.m:990: warning: data definition has no <br /> > > type or storage class <br /> > > Modules/_Foundation_nscoder.m:991: error: syntax error before ë}í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëcall_NSCoder_encodeBytes_length_forKey_í: <br /> > > Modules/_Foundation_nscoder.m:1009: error: syntax error before <br /> > > ëNSUIntegerí <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëimp_NSCoder_encodeBytes_length_forKey_í: <br /> > > Modules/_Foundation_nscoder.m:1043: error: ëNSUIntegerí undeclared <br /> > > (first use in this function) <br /> > > Modules/_Foundation_nscoder.m:1043: error: syntax error before <br /> > > ëlengthí <br /> > > Modules/_Foundation_nscoder.m:1062: warning: passing argument 2 of <br /> > > ëPyString_FromStringAndSizeí makes integer from pointer without a cast <br /> > > Modules/_Foundation_nscoder.m:1066: warning: passing argument 1 of <br /> > > ëPyInt_FromLongí makes integer from pointer without a cast <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëimp_NSCoder_encodeArrayOfObjCType_count_at_í: <br /> > > Modules/_Foundation_nscoder.m:220: error: ëNSUIntegerí undeclared <br /> > > (first use in this function) <br /> > > Modules/_Foundation_nscoder.m:220: error: (Each undeclared <br /> > > identifier is reported only once <br /> > > Modules/_Foundation_nscoder.m:220: error: for each function it <br /> > > 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 <br /> > > use in this function) <br /> > > Modules/_Foundation_nscoder.m:256: error: ëií undeclared (first use <br /> > > in this function) <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëimp_NSCoder_decodeArrayOfObjCType_count_at_í: <br /> > > Modules/_Foundation_nscoder.m:486: error: ëNSUIntegerí undeclared <br /> > > (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 <br /> > > use in this function) <br /> > > Modules/_Foundation_nscoder.m:538: error: ëií undeclared (first use <br /> > > in this function) <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëcall_NSCoder_encodeBytes_length_í: <br /> > > Modules/_Foundation_nscoder.m:578: error: syntax error before <br /> > > ëNSUIntegerí <br /> > > Modules/_Foundation_nscoder.m:590: error: ëNSUIntegerí undeclared <br /> > > (first use in this function) <br /> > > Modules/_Foundation_nscoder.m:590: error: syntax error before ëlengthí <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëimp_NSCoder_encodeBytes_length_í: <br /> > > Modules/_Foundation_nscoder.m:612: error: ëNSUIntegerí undeclared <br /> > > (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 <br /> > > use in this function) <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëcall_NSCoder_decodeBytesWithReturnedLength_í: <br /> > > Modules/_Foundation_nscoder.m:665: error: ëNSUIntegerí undeclared <br /> > > (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 <br /> > > use in this function) <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëimp_NSCoder_decodeBytesWithReturnedLength_í: <br /> > > Modules/_Foundation_nscoder.m:749: error: ëNSUIntegerí undeclared <br /> > > (first use in this function) <br /> > > Modules/_Foundation_nscoder.m:749: error: ëlengthí undeclared (first <br /> > > use in this function) <br /> > > Modules/_Foundation_nscoder.m:749: error: syntax error before ë)í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m:755: error: syntax error before ëlení <br /> > > Modules/_Foundation_nscoder.m:789: error: syntax error before <br /> > > ëNSUIntegerí <br /> > > Modules/_Foundation_nscoder.m:762: error: label ëerrorí used but not <br /> > > 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 <br /> > > constant <br /> > > Modules/_Foundation_nscoder.m:798: error: conflicting types for <br /> > > ëPyErr_SetStringí <br /> > > /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/ <br /> > > pyerrors.h:78: error: previous declaration of ëPyErr_SetStringí was <br /> > > here <br /> > > Modules/_Foundation_nscoder.m:798: warning: data definition has no <br /> > > type or storage class <br /> > > Modules/_Foundation_nscoder.m:802: error: ëlení undeclared here (not <br /> > > in a function) <br /> > > Modules/_Foundation_nscoder.m:802: warning: data definition has no <br /> > > type or storage class <br /> > > Modules/_Foundation_nscoder.m:807: warning: passing argument 1 of <br /> > > ëinitWithBytes:length:í makes pointer from integer without a cast <br /> > > Modules/_Foundation_nscoder.m:808: warning: initialization discards <br /> > > qualifiers from pointer target type <br /> > > Modules/_Foundation_nscoder.m:808: error: initializer element is not <br /> > > constant <br /> > > Modules/_Foundation_nscoder.m:808: warning: data definition has no <br /> > > 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 <br /> > > types) in function declaration <br /> > > Modules/_Foundation_nscoder.m:811: error: conflicting types for <br /> > > ëPyGILState_Releaseí <br /> > > /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/ <br /> > > pystate.h:164: error: previous declaration of ëPyGILState_Releaseí <br /> > > was here <br /> > > Modules/_Foundation_nscoder.m:811: warning: data definition has no <br /> > > 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 ë->í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m:820: error: redefinition of ëpretvalí <br /> > > Modules/_Foundation_nscoder.m:807: error: previous definition of <br /> > > ëpretvalí was here <br /> > > Modules/_Foundation_nscoder.m:820: warning: data definition has no <br /> > > type or storage class <br /> > > Modules/_Foundation_nscoder.m:821: error: syntax error before ë}í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëcall_NSCoder_decodeBytesForKey_returnedLength_í: <br /> > > Modules/_Foundation_nscoder.m:828: error: ëNSUIntegerí undeclared <br /> > > (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 <br /> > > ëNSUIntegerí <br /> > > Modules/_Foundation_nscoder.m:844: error: syntax error before ë)í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m:844: error: ësizeí undeclared (first <br /> > > use in this function) <br /> > > Modules/_Foundation_nscoder.m:895: error: syntax error before <br /> > > ëNSUIntegerí <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëimp_NSCoder_decodeBytesForKey_returnedLength_í: <br /> > > Modules/_Foundation_nscoder.m:915: error: ëNSUIntegerí undeclared <br /> > > (first use in this function) <br /> > > Modules/_Foundation_nscoder.m:915: error: syntax error before ë)í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m:922: error: syntax error before ëlení <br /> > > Modules/_Foundation_nscoder.m:959: error: syntax error before <br /> > > ëNSUIntegerí <br /> > > Modules/_Foundation_nscoder.m:929: error: label ëerrorí used but not <br /> > > 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 <br /> > > constant <br /> > > Modules/_Foundation_nscoder.m:968: error: conflicting types for <br /> > > ëPyErr_SetStringí <br /> > > /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/ <br /> > > pyerrors.h:78: error: previous declaration of ëPyErr_SetStringí was <br /> > > here <br /> > > Modules/_Foundation_nscoder.m:968: warning: data definition has no <br /> > > type or storage class <br /> > > Modules/_Foundation_nscoder.m:972: error: redefinition of ëlengthí <br /> > > Modules/_Foundation_nscoder.m:802: error: previous definition of <br /> > > ëlengthí was here <br /> > > Modules/_Foundation_nscoder.m:972: warning: data definition has no <br /> > > type or storage class <br /> > > Modules/_Foundation_nscoder.m:977: error: redefinition of ëpretvalí <br /> > > Modules/_Foundation_nscoder.m:807: error: previous definition of <br /> > > ëpretvalí was here <br /> > > Modules/_Foundation_nscoder.m:977: warning: passing argument 1 of <br /> > > ëinitWithBytes:length:í makes pointer from integer without a cast <br /> > > Modules/_Foundation_nscoder.m:978: warning: initialization discards <br /> > > qualifiers from pointer target type <br /> > > Modules/_Foundation_nscoder.m:978: error: initializer element is not <br /> > > constant <br /> > > Modules/_Foundation_nscoder.m:978: warning: data definition has no <br /> > > 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 <br /> > > types) in function declaration <br /> > > Modules/_Foundation_nscoder.m:981: error: conflicting types for <br /> > > ëPyGILState_Releaseí <br /> > > /Library/Frameworks/Python.framework/Versions/2.5/include/python2.5/ <br /> > > pystate.h:164: error: previous declaration of ëPyGILState_Releaseí <br /> > > was here <br /> > > Modules/_Foundation_nscoder.m:981: warning: data definition has no <br /> > > 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 ë->í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m:990: error: redefinition of ëpretvalí <br /> > > Modules/_Foundation_nscoder.m:807: error: previous definition of <br /> > > ëpretvalí was here <br /> > > Modules/_Foundation_nscoder.m:990: warning: data definition has no <br /> > > type or storage class <br /> > > Modules/_Foundation_nscoder.m:991: error: syntax error before ë}í <br /> > > token <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëcall_NSCoder_encodeBytes_length_forKey_í: <br /> > > Modules/_Foundation_nscoder.m:1009: error: syntax error before <br /> > > ëNSUIntegerí <br /> > > Modules/_Foundation_nscoder.m: In function <br /> > > ëimp_NSCoder_encodeBytes_length_forKey_í: <br /> > > Modules/_Foundation_nscoder.m:1043: error: ëNSUIntegerí undeclared <br /> > > (first use in this function) <br /> > > Modules/_Foundation_nscoder.m:1043: error: syntax error before <br /> > > ëlengthí <br /> > > Modules/_Foundation_nscoder.m:1062: warning: passing argument 2 of <br /> > > ëPyString_FromStringAndSizeí makes integer from pointer without a cast <br /> > > Modules/_Foundation_nscoder.m:1066: warning: passing argument 1 of <br /> > > ëPyInt_FromLongí makes integer from pointer without a cast <br /> > > lipo: can't figure out the architecture type of: /var/folders/mb/mbL- <br /> > > JoqIES05fxNzlNIb8++++TI/-Tmp-//ccamGYMc.out <br /> > > error: Setup script exited with error: command 'gcc' failed with <br /> > > exit status 1 <br /> > > <br /> > > Daniel <br /> > > ------------------------------------------------------------------------------ <br /> <span>> > This <a href="http://sf.net">SF.net</a> email is sponsored by: </span><br /> > > High Quality Requirements in a Collaborative Environment. <br /> > > Download a free trial of Rational Requirements Composer Now! <br /> > > <a target="_blank" href="http://p.sf.net/sfu/www-ibm-com_______________________________________________">http://p.sf.net/sfu/www-ibm-com_______________________________________________</a> <br /> > > Pyobjc-dev mailing list <br /> > > <a href="mailto:Pyo...@li...">Pyo...@li...</a> <br /> > > <a target="_blank" href="https://lists.sourceforge.net/lists/listinfo/pyobjc-dev">https://lists.sourceforge.net/lists/listinfo/pyobjc-dev</a><br /> > <br /> > <br /> > <br /> |