Just wanted to say hi. I am having problems compiling stackless on Mac OS 10.9 with the out of the box GCC 4.2.
The reason i was trying to compile it is there is a big fix in Python 2.7.6 that fixes a crash with the interactive shell that was new for OS 10.9 that I was trying to get. I think this is the issue that was fixed http://bugs.python.org/issue18458 The latest Stackless for mac that i could find that was prebuilt was 2.7.1 but windows appears to be on 2.7.5 :( I configured it with ./configure --enable-framework --with-universal-archs=intel --enable-universalsdk=/Developer/SDKs/MacOSX10.6.sdk Let me know if there is anything more I can do to help, my programing time is limited with classes starting again shortly, but I will do what I can to help this awesome platform to progress. Thanks - rob Here are a few of the errors that I am seeing on a make: In file included from /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:10: /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFData.h:70:116: error: expected function body after function declarator CFRange CFDataFind(CFDataRef theData, CFDataRef dataToFind, CFRange searchRange, CFDataSearchFlags compareOptions) AVAILABLE_MAC_OS_X_VERSION_1... In file included from /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFString.h:13: /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:83:106: error: expected function body after function declarator CFStringRef CFLocaleCreateLocaleIdentifierFromWindowsLocaleCode(CFAllocatorRef allocator, uint32_t lcid) AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER; /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:87:89: error: expected function body after function declarator uint32_t CFLocaleGetWindowsLocaleCodeFromLocaleIdentifier(CFStringRef localeIdentifier) AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER; /Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:100:90: error: expected function body after function declarator CFLocaleLanguageDirection CFLocaleGetLanguageCharacterDirection(CFStringRef isoLangCode) AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER; Developer/SDKs/MacOSX10.6.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CFLocale.h:103:85: error: expected function body after function declarator CFLocaleLanguageDirection CFLocaleGetLanguageLineDirection(CFStringRef isoLangCode) AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER; -- Life: Bah, I will worry about it when it is over.
_______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
