I tried building on Mac OS X 10.6.8, but am getting some build errors: ~ $sudo easy_install -z /Users/ericgorr/Desktop/urwid-0.9.9.2.tar.gz Processing urwid-0.9.9.2.tar.gz Running urwid-0.9.9.2/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1I5A2e/urwid-0.9.9.2/egg-dist-tmp-AAFWX9 source/str_util.c: In function ‘decode_one’: source/str_util.c:319: warning: passing argument 3 of ‘PyString_AsStringAndSize’ from incompatible pointer type source/str_util.c: In function ‘decode_one_right’: source/str_util.c:374: warning: passing argument 3 of ‘PyString_AsStringAndSize’ from incompatible pointer type /usr/libexec/gcc/powerpc-apple-darwin10/4.2.1/as: assembler (/usr/bin/../libexec/gcc/darwin/ppc/as or /usr/bin/../local/libexec/gcc/darwin/ppc/as) for architecture ppc not installed Installed assemblers are: /usr/bin/../libexec/gcc/darwin/x86_64/as for architecture x86_64 /usr/bin/../libexec/gcc/darwin/i386/as for architecture i386 source/str_util.c: In function ‘decode_one’: source/str_util.c:319: warning: passing argument 3 of ‘PyString_AsStringAndSize’ from incompatible pointer type source/str_util.c: In function ‘decode_one_right’: source/str_util.c:374: warning: passing argument 3 of ‘PyString_AsStringAndSize’ from incompatible pointer type source/str_util.c: At top level: source/str_util.c:822: fatal error: error writing to -: Broken pipe compilation terminated. source/str_util.c: In function ‘decode_one’: source/str_util.c:319: warning: passing argument 3 of ‘PyString_AsStringAndSize’ from incompatible pointer type source/str_util.c: In function ‘decode_one_right’: source/str_util.c:374: warning: passing argument 3 of ‘PyString_AsStringAndSize’ from incompatible pointer type lipo: can't open input file: /var/tmp//ccjHRJdU.out (No such file or directory) error: Setup script exited with error: command 'gcc-4.2' failed with exit status 1
I was wondering if anyone else has tried to build on Mac OS X or could point me to a version that will build on Mac OS X. Thank you. _______________________________________________ Urwid mailing list [email protected] http://lists.excess.org/mailman/listinfo/urwid
