[IPython-user] yet another leopard/readline question
Ludwig Schwardt
ludwig.schwardt@gmail....
Fri Feb 22 14:49:25 CST 2008
Hi,
I don't see why not... You probably just have to remove the following
snippets in build.sh:
export CFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386
-arch ppc -arch x86_64 -arch ppc64'
export LDFLAGS='-isysroot /Developer/SDKs/MacOSX10.5.sdk -arch i386
-arch ppc -arch x86_64 -arch ppc64'
CPPFLAGS='-DNEED_EXTERN_PC'
...and change the references to Mac OS X in python-readline-2.5.1/setup.py.
Good luck!
Ludwig
More information about the IPython-user
mailing list