Check if the <span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">build-installer.py script runs the "configure" with the parameter --with-computed-gotos.</span><div>
<font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">If it's using it, try to remove and re-run the build-installer.py.</span></font></div>
<div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;"><br></span></font></div><div><font class="Apple-style-span" face="arial, sans-serif"><span class="Apple-style-span" style="border-collapse: collapse;">Carlos<br>
</span></font><br><div class="gmail_quote">On Thu, Oct 22, 2009 at 1:49 PM, Aleksandar Radulovic <span dir="ltr"><<a href="mailto:alex@a13x.info">alex@a13x.info</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I'm running into problems building Stackless Python 3.1.1 on my mac<br>
mini (Leopard 10.5.8).<br>
<br>
I've ran the build-installer.py script with no arguments (default<br>
settings) and got an error (caused by make command). When I ran make<br>
in the build dir (/tmp/_py/_bld/python) I got this error..<br>
<br>
Sorry for a (really!) long excerpt:<br>
gcc -c -arch ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk<br>
-fno-strict-aliasing -DSTACKLESS_FRHACK=1 -fno-common -dynamic<br>
-DNDEBUG -g -O3 -I/tmp/_py/libraries/usr/local/include -I. -IInclude<br>
-I/Users/home/src/Stackless/python-3.1.1-stackless/Include<br>
-I/Users/home/src/Stackless/python-3.1.1-stackless/Stackless<br>
-DPy_BUILD_CORE -o Python/ceval.o<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/ceval.c<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/ceval.c: In<br>
function 'PyEval_EvalFrameEx_slp':<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:149:<br>
error: label 'TARGET_MAP_ADD' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:148:<br>
error: label 'TARGET_SET_ADD' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:147:<br>
error: label 'TARGET_LIST_APPEND' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:145:<br>
error: label 'TARGET_EXTENDED_ARG' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:144:<br>
error: label 'TARGET_CALL_FUNCTION_VAR_KW' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:143:<br>
error: label 'TARGET_CALL_FUNCTION_KW' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:142:<br>
error: label 'TARGET_CALL_FUNCTION_VAR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:139:<br>
error: label 'TARGET_STORE_DEREF' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:138:<br>
error: label 'TARGET_LOAD_DEREF' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:137:<br>
error: label 'TARGET_LOAD_CLOSURE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:136:<br>
error: label 'TARGET_MAKE_CLOSURE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:135:<br>
error: label 'TARGET_BUILD_SLICE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:134:<br>
error: label 'TARGET_MAKE_FUNCTION' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:133:<br>
error: label 'TARGET_CALL_FUNCTION' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:132:<br>
error: label 'TARGET_RAISE_VARARGS' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:128:<br>
error: label 'TARGET_DELETE_FAST' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:127:<br>
error: label 'TARGET_STORE_FAST' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:126:<br>
error: label 'TARGET_LOAD_FAST' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:124:<br>
error: label 'TARGET_SETUP_FINALLY' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:123:<br>
error: label 'TARGET_SETUP_EXCEPT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:122:<br>
error: label 'TARGET_SETUP_LOOP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:121:<br>
error: label 'TARGET_CONTINUE_LOOP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:118:<br>
error: label 'TARGET_LOAD_GLOBAL' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:117:<br>
error: label 'TARGET_POP_JUMP_IF_TRUE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:116:<br>
error: label 'TARGET_POP_JUMP_IF_FALSE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:115:<br>
error: label 'TARGET_JUMP_ABSOLUTE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:114:<br>
error: label 'TARGET_JUMP_IF_TRUE_OR_POP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:113:<br>
error: label 'TARGET_JUMP_IF_FALSE_OR_POP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:112:<br>
error: label 'TARGET_JUMP_FORWARD' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:111:<br>
error: label 'TARGET_IMPORT_FROM' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:110:<br>
error: label 'TARGET_IMPORT_NAME' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:109:<br>
error: label 'TARGET_COMPARE_OP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:108:<br>
error: label 'TARGET_LOAD_ATTR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:107:<br>
error: label 'TARGET_BUILD_MAP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:106:<br>
error: label 'TARGET_BUILD_SET' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:105:<br>
error: label 'TARGET_BUILD_LIST' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:104:<br>
error: label 'TARGET_BUILD_TUPLE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:103:<br>
error: label 'TARGET_LOAD_NAME' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:102:<br>
error: label 'TARGET_LOAD_CONST' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:101:<br>
error: label 'TARGET_DUP_TOPX' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:100:<br>
error: label 'TARGET_DELETE_GLOBAL' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:99:<br>
error: label 'TARGET_STORE_GLOBAL' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:98:<br>
error: label 'TARGET_DELETE_ATTR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:97:<br>
error: label 'TARGET_STORE_ATTR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:96:<br>
error: label 'TARGET_UNPACK_EX' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:95:<br>
error: label 'TARGET_FOR_ITER' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:94:<br>
error: label 'TARGET_UNPACK_SEQUENCE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:93:<br>
error: label 'TARGET_DELETE_NAME' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:92:<br>
error: label 'TARGET_STORE_NAME' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:91:<br>
error: label 'TARGET_POP_EXCEPT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:90:<br>
error: label 'TARGET_END_FINALLY' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:89:<br>
error: label 'TARGET_POP_BLOCK' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:88:<br>
error: label 'TARGET_YIELD_VALUE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:86:<br>
error: label 'TARGET_IMPORT_STAR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:85:<br>
error: label 'TARGET_RETURN_VALUE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:83:<br>
error: label 'TARGET_WITH_CLEANUP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:82:<br>
error: label 'TARGET_BREAK_LOOP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:81:<br>
error: label 'TARGET_INPLACE_OR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:80:<br>
error: label 'TARGET_INPLACE_XOR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:79:<br>
error: label 'TARGET_INPLACE_AND' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:78:<br>
error: label 'TARGET_INPLACE_RSHIFT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:77:<br>
error: label 'TARGET_INPLACE_LSHIFT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:73:<br>
error: label 'TARGET_LOAD_BUILD_CLASS' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:72:<br>
error: label 'TARGET_PRINT_EXPR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:71:<br>
error: label 'TARGET_STORE_LOCALS' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:70:<br>
error: label 'TARGET_GET_ITER' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:69:<br>
error: label 'TARGET_INPLACE_POWER' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:68:<br>
error: label 'TARGET_BINARY_OR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:67:<br>
error: label 'TARGET_BINARY_XOR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:66:<br>
error: label 'TARGET_BINARY_AND' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:65:<br>
error: label 'TARGET_BINARY_RSHIFT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:64:<br>
error: label 'TARGET_BINARY_LSHIFT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:63:<br>
error: label 'TARGET_DELETE_SUBSCR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:62:<br>
error: label 'TARGET_STORE_SUBSCR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:61:<br>
error: label 'TARGET_INPLACE_MODULO' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:59:<br>
error: label 'TARGET_INPLACE_MULTIPLY' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:58:<br>
error: label 'TARGET_INPLACE_SUBTRACT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:57:<br>
error: label 'TARGET_INPLACE_ADD' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:56:<br>
error: label 'TARGET_STORE_MAP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:31:<br>
error: label 'TARGET_INPLACE_TRUE_DIVIDE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:30:<br>
error: label 'TARGET_INPLACE_FLOOR_DIVIDE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:29:<br>
error: label 'TARGET_BINARY_TRUE_DIVIDE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:28:<br>
error: label 'TARGET_BINARY_FLOOR_DIVIDE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:27:<br>
error: label 'TARGET_BINARY_SUBSCR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:26:<br>
error: label 'TARGET_BINARY_SUBTRACT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:25:<br>
error: label 'TARGET_BINARY_ADD' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:24:<br>
error: label 'TARGET_BINARY_MODULO' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:22:<br>
error: label 'TARGET_BINARY_MULTIPLY' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:21:<br>
error: label 'TARGET_BINARY_POWER' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:17:<br>
error: label 'TARGET_UNARY_INVERT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:14:<br>
error: label 'TARGET_UNARY_NOT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:13:<br>
error: label 'TARGET_UNARY_NEGATIVE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:12:<br>
error: label 'TARGET_UNARY_POSITIVE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:11:<br>
error: label 'TARGET_NOP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:7:<br>
error: label 'TARGET_ROT_FOUR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:6:<br>
error: label 'TARGET_DUP_TOP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:5:<br>
error: label 'TARGET_ROT_THREE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:4:<br>
error: label 'TARGET_ROT_TWO' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:3:<br>
error: label 'TARGET_POP_TOP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:2:<br>
error: label '_unknown_opcode' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/ceval.c: In<br>
function 'PyEval_EvalFrameEx_slp':<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:149:<br>
error: label 'TARGET_MAP_ADD' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:148:<br>
error: label 'TARGET_SET_ADD' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:147:<br>
error: label 'TARGET_LIST_APPEND' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:145:<br>
error: label 'TARGET_EXTENDED_ARG' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:144:<br>
error: label 'TARGET_CALL_FUNCTION_VAR_KW' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:143:<br>
error: label 'TARGET_CALL_FUNCTION_KW' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:142:<br>
error: label 'TARGET_CALL_FUNCTION_VAR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:139:<br>
error: label 'TARGET_STORE_DEREF' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:138:<br>
error: label 'TARGET_LOAD_DEREF' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:137:<br>
error: label 'TARGET_LOAD_CLOSURE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:136:<br>
error: label 'TARGET_MAKE_CLOSURE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:135:<br>
error: label 'TARGET_BUILD_SLICE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:134:<br>
error: label 'TARGET_MAKE_FUNCTION' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:133:<br>
error: label 'TARGET_CALL_FUNCTION' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:132:<br>
error: label 'TARGET_RAISE_VARARGS' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:128:<br>
error: label 'TARGET_DELETE_FAST' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:127:<br>
error: label 'TARGET_STORE_FAST' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:126:<br>
error: label 'TARGET_LOAD_FAST' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:124:<br>
error: label 'TARGET_SETUP_FINALLY' used but not<br>
defined/Users/home/src/Stackless/python-3.1.1-stackless/Python/ceval.c:<br>
In function 'PyEval_EvalFrame_value':<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:123:<br>
error: label 'TARGET_SETUP_EXCEPT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:122:<br>
error: label 'TARGET_SETUP_LOOP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:121:<br>
error: label 'TARGET_CONTINUE_LOOP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:118:<br>
error: label 'TARGET_LOAD_GLOBAL' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:117:<br>
error: label 'TARGET_POP_JUMP_IF_TRUE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:116:<br>
error: label 'TARGET_POP_JUMP_IF_FALSE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:115:<br>
error: label 'TARGET_JUMP_ABSOLUTE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/ceval.c:1468:<br>
error: 'opcode_targets' undeclared (first use in this function)<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/ceval.c:1468:<br>
error: (Each undeclared identifier is reported only once<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/ceval.c:1468:<br>
error: for each function it appears in.)<br>
<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:114:<br>
error: label 'TARGET_JUMP_IF_TRUE_OR_POP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:113:<br>
error: label 'TARGET_JUMP_IF_FALSE_OR_POP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:112:<br>
error: label 'TARGET_JUMP_FORWARD' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:111:<br>
error: label 'TARGET_IMPORT_FROM' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:110:<br>
error: label 'TARGET_IMPORT_NAME' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:109:<br>
error: label 'TARGET_COMPARE_OP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:108:<br>
error: label 'TARGET_LOAD_ATTR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:107:<br>
error: label 'TARGET_BUILD_MAP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:106:<br>
error: label 'TARGET_BUILD_SET' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:105:<br>
error: label 'TARGET_BUILD_LIST' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:104:<br>
error: label 'TARGET_BUILD_TUPLE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:103:<br>
error: label 'TARGET_LOAD_NAME' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:102:<br>
error: label 'TARGET_LOAD_CONST' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:101:<br>
error: label 'TARGET_DUP_TOPX' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:100:<br>
error: label 'TARGET_DELETE_GLOBAL' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:99:<br>
error: label 'TARGET_STORE_GLOBAL' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:98:<br>
error: label 'TARGET_DELETE_ATTR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:97:<br>
error: label 'TARGET_STORE_ATTR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:96:<br>
error: label 'TARGET_UNPACK_EX' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:95:<br>
error: label 'TARGET_FOR_ITER' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:94:<br>
error: label 'TARGET_UNPACK_SEQUENCE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:93:<br>
error: label 'TARGET_DELETE_NAME' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:92:<br>
error: label 'TARGET_STORE_NAME' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:91:<br>
error: label 'TARGET_POP_EXCEPT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:90:<br>
error: label 'TARGET_END_FINALLY' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:89:<br>
error: label 'TARGET_POP_BLOCK' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:88:<br>
error: label 'TARGET_YIELD_VALUE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:86:<br>
error: label 'TARGET_IMPORT_STAR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:85:<br>
error: label 'TARGET_RETURN_VALUE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:83:<br>
error: label 'TARGET_WITH_CLEANUP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:82:<br>
error: label 'TARGET_BREAK_LOOP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:81:<br>
error: label 'TARGET_INPLACE_OR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:80:<br>
error: label 'TARGET_INPLACE_XOR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:79:<br>
error: label 'TARGET_INPLACE_AND' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:78:<br>
error: label 'TARGET_INPLACE_RSHIFT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:77:<br>
error: label 'TARGET_INPLACE_LSHIFT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:73:<br>
error: label 'TARGET_LOAD_BUILD_CLASS' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:72:<br>
error: label 'TARGET_PRINT_EXPR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:71:<br>
error: label 'TARGET_STORE_LOCALS' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:70:<br>
error: label 'TARGET_GET_ITER' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:69:<br>
error: label 'TARGET_INPLACE_POWER' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:68:<br>
error: label 'TARGET_BINARY_OR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:67:<br>
error: label 'TARGET_BINARY_XOR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:66:<br>
error: label 'TARGET_BINARY_AND' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:65:<br>
error: label 'TARGET_BINARY_RSHIFT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:64:<br>
error: label 'TARGET_BINARY_LSHIFT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:63:<br>
error: label 'TARGET_DELETE_SUBSCR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:62:<br>
error: label 'TARGET_STORE_SUBSCR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:61:<br>
error: label 'TARGET_INPLACE_MODULO' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:59:<br>
error: label 'TARGET_INPLACE_MULTIPLY' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:58:<br>
error: label 'TARGET_INPLACE_SUBTRACT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:57:<br>
error: label 'TARGET_INPLACE_ADD' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:56:<br>
error: label 'TARGET_STORE_MAP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:31:<br>
error: label 'TARGET_INPLACE_TRUE_DIVIDE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:30:<br>
error: label 'TARGET_INPLACE_FLOOR_DIVIDE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:29:<br>
error: label 'TARGET_BINARY_TRUE_DIVIDE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:28:<br>
error: label 'TARGET_BINARY_FLOOR_DIVIDE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:27:<br>
error: label 'TARGET_BINARY_SUBSCR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:26:<br>
error: label 'TARGET_BINARY_SUBTRACT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:25:<br>
error: label 'TARGET_BINARY_ADD' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:24:<br>
error: label 'TARGET_BINARY_MODULO' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:22:<br>
error: label 'TARGET_BINARY_MULTIPLY' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:21:<br>
error: label 'TARGET_BINARY_POWER' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:17:<br>
error: label 'TARGET_UNARY_INVERT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:14:<br>
error: label 'TARGET_UNARY_NOT' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:13:<br>
error: label 'TARGET_UNARY_NEGATIVE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:12:<br>
error: label 'TARGET_UNARY_POSITIVE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:11:<br>
error: label 'TARGET_NOP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:7:<br>
error: label 'TARGET_ROT_FOUR' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:6:<br>
error: label 'TARGET_DUP_TOP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:5:<br>
error: label 'TARGET_ROT_THREE' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:4:<br>
error: label 'TARGET_ROT_TWO' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:3:<br>
error: label 'TARGET_POP_TOP' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/opcode_targets.h:2:<br>
error: label '_unknown_opcode' used but not defined<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/ceval.c: In<br>
function 'PyEval_EvalFrame_value':<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/ceval.c:1468:<br>
error: 'opcode_targets' undeclared (first use in this function)<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/ceval.c:1468:<br>
error: (Each undeclared identifier is reported only once<br>
/Users/home/src/Stackless/python-3.1.1-stackless/Python/ceval.c:1468:<br>
error: for each function it appears in.)<br>
lipo: can't figure out the architecture type of: /var/tmp//ccQXfkIw.out<br>
make: *** [Python/ceval.o] Error 1<br>
<br>
Any ideas?<br>
<br>
Regards,<br>
alex.<br>
<div><div></div><div class="h5"><br>
On Mon, Oct 19, 2009 at 8:50 AM, Aleksandar Radulovic <<a href="mailto:alex@a13x.info">alex@a13x.info</a>> wrote:<br>
> Sure, I think I've already built it. If not, I'll build it and let you<br>
> know when its done.<br>
><br>
> -alex.<br>
><br>
><br>
> On Mon, Oct 19, 2009 at 5:16 AM, Richard Tew <<a href="mailto:richard.m.tew@gmail.com">richard.m.tew@gmail.com</a>> wrote:<br>
>> On Fri, Oct 16, 2009 at 6:55 AM, Richard Tew <<a href="mailto:richard.m.tew@gmail.com">richard.m.tew@gmail.com</a>> wrote:<br>
>>>> <a href="http://a13x.net/stackless/stackless-2.6.3-macosx2009-10-05.dmg" target="_blank">http://a13x.net/stackless/stackless-2.6.3-macosx2009-10-05.dmg</a><br>
>>>> (the 10-05 in the name is the build date, fyi).<br>
>>>><br>
>>>> Now's the matter of uploading that to <a href="http://stackless.com" target="_blank">stackless.com</a><br>
>>><br>
>>> Works for me. Will fetch it from <a href="http://stackless.com" target="_blank">stackless.com</a> later today.<br>
>><br>
>> Did it the other day. Any chance of you doing 3.1.1? :-)<br>
>><br>
>> Cheers,<br>
>> Richard.<br>
>><br>
><br>
><br>
><br>
> --<br>
> a lex 13 x<br>
> <a href="http://www.a13x.info" target="_blank">http://www.a13x.info</a><br>
><br>
<br>
<br>
<br>
--<br>
a lex 13 x<br>
<a href="http://www.a13x.info" target="_blank">http://www.a13x.info</a><br>
<br>
_______________________________________________<br>
Stackless mailing list<br>
<a href="mailto:Stackless@stackless.com">Stackless@stackless.com</a><br>
<a href="http://www.stackless.com/mailman/listinfo/stackless" target="_blank">http://www.stackless.com/mailman/listinfo/stackless</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-----------------------------------------<br>Carlos Eduardo de Paula<br><a href="mailto:carlosedp@gmail.com">carlosedp@gmail.com</a><br><a href="http://twitter.com/carlosedp">http://twitter.com/carlosedp</a><br>
-----------------------------------------<br>
</div>