Re: Compiling Python3.1

2009-06-11 Thread Jeremiah Dodds
On Wed, Jun 10, 2009 at 10:33 PM, Johannes Bauer wrote: > Martin v. Löwis schrieb: > >> What can I do about that? > > > > Remove the non-ASCII characters from db.h. > > Ehh... > > $ find -type f | grep -i db.h > OT: find -type f -iname "db.h" -- http://mail.python.org/mailman/listinfo/python-li

Re: Compiling Python3.1

2009-06-10 Thread Martin v. Löwis
Johannes Bauer wrote: > Martin v. Löwis schrieb: >>> What can I do about that? >> Remove the non-ASCII characters from db.h. > > Ehh... > > $ find -type f | grep -i db.h > ./Modules/unicodename_db.h > ./Modules/unicodedata_db.h > ./Objects/unicodetype_db.h > > There's no db.h file in the Python-

Re: Compiling Python3.1

2009-06-10 Thread Johannes Bauer
Martin v. Löwis schrieb: >> What can I do about that? > > Remove the non-ASCII characters from db.h. Ehh... $ find -type f | grep -i db.h ./Modules/unicodename_db.h ./Modules/unicodedata_db.h ./Objects/unicodetype_db.h There's no db.h file in the Python-3.1rc1 distribution. The ones above conta

Re: Compiling Python3.1

2009-06-10 Thread Martin v. Löwis
> What can I do about that? Remove the non-ASCII characters from db.h. Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Compiling Python3.1

2009-06-10 Thread Johannes Bauer
Hello group, I just wanted to switch from Py3.0 to Py3.1. No luck here: [...] ar rc libpython3.1.a Python/_warnings.o Python/Python-ast.o Python/asdl.o Python/ast.o Python/bltinmodule.o Python/ceval.o Python/compile.o Python/codecs.o Python/errors.o Python/frozen.o Python/frozenmain.o Python/futu