On Thu, Mar 10, 2011 at 11:28 PM, Aleksandar Radulovic <span dir="ltr"><<a href="mailto:alex@a13x.net">alex@a13x.net</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I'm building 3.2 for Mac using the build-script.py, but it throws an<br>
error. Here are the last few lines of the output:<br>
<br>gcc-4.2 -c -I. -IInclude<br>
-I/Users/alex/Downloads/python-3.2-stackless/Include<br>
-I/Users/alex/Downloads/python-3.2-stackless/Stackless<br>
-fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3<br>
-I/tmp/_py/libraries/usr/local/include -arch i386 -arch x86_64<br>
-isysroot /    -I. -IInclude<br>
-I/Users/alex/Downloads/python-3.2-stackless/Include<br>
-I/Users/alex/Downloads/python-3.2-stackless/Stackless<br>
-DPy_BUILD_CORE -o Stackless/core/cframeobject.o<br>
/Users/alex/Downloads/python-3.2-stackless/Stackless/core/cframeobject.c<br></blockquote><div><br></div><div>Hi Alex,</div><div><br></div><div>Isn't this trying to build core/cframeobject.c into core/cframeobject.o?  In which case.. why make is failing is not obvious from the information you are giving.  If so, you'll need to do some more digging I am afraid :-)</div>
<div><br></div><div>Maybe the error messages from the compilation of cframeobject.c are not being displayed for some reason?</div><div><br></div><div>Cheers,</div><div>Richard.</div></div>