[Stackless] Stackless Python 3.2

Richard Tew richard.m.tew at gmail.com
Fri Mar 11 02:39:08 CET 2011


On Thu, Mar 10, 2011 at 11:28 PM, Aleksandar Radulovic <alex at a13x.net>wrote:

> I'm building 3.2 for Mac using the build-script.py, but it throws an
> error. Here are the last few lines of the output:
>
> gcc-4.2 -c -I. -IInclude
> -I/Users/alex/Downloads/python-3.2-stackless/Include
> -I/Users/alex/Downloads/python-3.2-stackless/Stackless
> -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -O3
> -I/tmp/_py/libraries/usr/local/include -arch i386 -arch x86_64
> -isysroot /    -I. -IInclude
> -I/Users/alex/Downloads/python-3.2-stackless/Include
> -I/Users/alex/Downloads/python-3.2-stackless/Stackless
> -DPy_BUILD_CORE -o Stackless/core/cframeobject.o
> /Users/alex/Downloads/python-3.2-stackless/Stackless/core/cframeobject.c
>

Hi Alex,

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 :-)

Maybe the error messages from the compilation of cframeobject.c are not
being displayed for some reason?

Cheers,
Richard.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.stackless.com/pipermail/stackless/attachments/20110311/3e813d97/attachment.html>


More information about the Stackless mailing list