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