The problem happens only when building Stackless, when I build stock Python i didn't remove the --with-computed-gotos parameter and it built correctly.
Thanks Richard On Thu, May 21, 2009 at 9:45 AM, Richard Tew <[email protected]> wrote: > On Thu, May 21, 2009 at 8:25 AM, Carlos Eduardo de Paula > <[email protected]> wrote: >> I have found the problem that prevented build-installer.py script >> generate the DMG installer for MacOS. >> >> The script calls ./configure with "--with-computed-gotos" parameter. >> This enables the #define USE_COMPUTED_GOTOS on pyconfig.py and >> generates the error described in my last message. >> >> Removing the parameter from ./configure, the script build the DMG but >> I haven't installed/tested it yet (yesterday, I finished the tests too >> late). >> >> As soon as I can test it, I can make the DMG available for someone >> else test it as well. > > Thanks for persevering Carlos. I should look into that precomputed > gotos shenanigans and see if I mismerged it in some way when I get the > chance. > > Cheers, > Richard. > -- ----------------------------------------- Carlos Eduardo de Paula [email protected] http://twitter.com/carlosedp ----------------------------------------- _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
