Ok, Now running the build script with following arguments: ./build-installer.py --dep-target=10.5 --universal-archs=32-bit --sdk=/
and it seems it's working.. I now have a DMG.. I'll test it shortly and then send you a message with the URL where you can get it.. -alex. On Mon, Oct 5, 2009 at 10:50 AM, Aleksandar Radulovic <[email protected]> wrote: > I'm building Stackless 2.6.3 on Leopard, using the default's from the > Mac build-installer.py script. > > This is the error I'm getting, not sure why those files are missing: > gcc-4.0 -DNDEBUG -g -O3 -I/tmp/_py/libraries/usr/local/include -arch > ppc -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk -g > -L/tmp/_py/libraries/usr/local/lib Parser/acceler.o Parser/grammar1.o > Parser/listnode.o Parser/node.o Parser/parser.o Parser/parsetok.o > Parser/bitset.o Parser/metagrammar.o Parser/firstsets.o > Parser/grammar.o Parser/pgen.o Objects/obmalloc.o Python/mysnprintf.o > Parser/tokenizer_pgen.o Parser/printgrammar.o Parser/pgenmain.o -ldl > -o Parser/pgen > powerpc-apple-darwin9-gcc-4.0.1: Parser/tokenizer_pgen.o: No such file > or directory > powerpc-apple-darwin9-gcc-4.0.1: Parser/printgrammar.o: No such file > or directory > powerpc-apple-darwin9-gcc-4.0.1: Parser/pgenmain.o: No such file or directory > i686-apple-darwin9-gcc-4.0.1: Parser/tokenizer_pgen.o: No such file or > directory > i686-apple-darwin9-gcc-4.0.1: Parser/printgrammar.o: No such file or directory > i686-apple-darwin9-gcc-4.0.1: Parser/pgenmain.o: No such file or directory > lipo: can't figure out the architecture type of: /var/tmp//ccGwdXyX.out > > Those files don't get copied over to the /tmp/_py/_bld/python for some reason? > Any quick ideas to save my time? > > Help appreciated.. > -alex. > > > On Sun, Oct 4, 2009 at 8:07 PM, Richard Tew <[email protected]> wrote: >> On Sun, Oct 4, 2009 at 11:20 PM, Aleksandar Radulovic <[email protected]> wrote: >>> I was about to build DMG of 2.6.3 version.. I can build 3.1.1 after that.. >>> AFAIK, the only caveat is to build the Mac version using the build >>> script instead of >>> configure.. >> >> They'd be much appreciated :-) >> >> Cheers, >> Richard. >> > > > > -- > a lex 13 x > http://www.a13x.info > -- a lex 13 x http://www.a13x.info _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
