Hi Rob, This is likely to be a general Python problem. The Stackless modifications to the general build process are nominal and generally reflect naming. If you can't compile Stackless for a given Python version, you shouldn't be able to compile the original release of that actual non-Stackless Python version.
With that in mind, you should be able to search for those problems in the context of Python and not Stackless, and find help on SlackOverflow or something. Stackless builds for macos are done by various long term community members when they find the time and interest. Unfortunately they've had neither recently. 2.7.6 is working and passing all unit tests, last I checked. We're just waiting for some last minute bug fixes related to editing and debugging in PyDev and some other stuff I can't remember from Kristjan. Cheers, Richard. On 1/2/14, Robert Babiak <[email protected]> wrote: > 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
