On Thu, Mar 10, 2011 at 11:28 PM, Aleksandar Radulovic <[email protected]>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.
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
