[Stackless] Sorry, found newer version - Re: HELLO! stackless

Werner Thie werner at thieprojects.ch
Thu Jan 2 02:26:58 CET 2014


Aloha

disregard former post, I just switched machines and found a newer 
version which seems to be

Python 2.7.5 Stackless 3.1b3 060516 (default, May 20 2013, 19:41:23)
[GCC 4.2.1 Compatible Apple LLVM 4.2 (clang-425.0.28)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

on

Darwin xxx.local 13.0.0 Darwin Kernel Version 13.0.0: Thu Sep 19 
22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64 x86_64

But for the rest, the procedure is as described in the former post.

Werner


On 01/01/14 07:26, Robert Babiak 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
> Stackless at stackless.com
> http://www.stackless.com/mailman/listinfo/stackless
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: stackless.rb
Type: text/x-ruby-script
Size: 10346 bytes
Desc: not available
URL: <http://www.stackless.com/pipermail/stackless/attachments/20140101/3a7e7bc3/attachment.bin>


More information about the Stackless mailing list