Problem installing Python 2.4.3 on FreeBSD 5.3-RELEASE-p31

2006-08-17 Thread james
I have a problem installing Pyhton 2.4.3, running "./configure --with-threads=no" completes, but gives the warning: configure: WARNING: curses.h: present but cannot be compiled configure: WARNING: curses.h: check for missing prerequisite headers? configure: WARNING: curses.h: see the Autoconf

Re: Problem installing Python 2.4.3 on FreeBSD 5.3-RELEASE-p31

2006-08-20 Thread Martin v. Löwis
[EMAIL PROTECTED] schrieb: > I assume this is related to the configure warning... ? Same error with > just a standard "./configure" and "make". > > Any help would be great :) If you don't need the curses module, go on with the installation. It's a known bug in FreeBSD's curses header file. Rega

Re: Problem installing Python 2.4.3 on FreeBSD 5.3-RELEASE-p31

2006-08-21 Thread jamesuh
Martin v. Löwis wrote: > [EMAIL PROTECTED] schrieb: > > I assume this is related to the configure warning... ? Same error with > > just a standard "./configure" and "make". > > > > Any help would be great :) > > If you don't need the curses module, go on with the installation. > It's a known bug

Re: Problem installing Python 2.4.3 on FreeBSD 5.3-RELEASE-p31

2006-08-21 Thread jamesuh
jamesuh wrote: > Martin v. Löwis wrote: > > [EMAIL PROTECTED] schrieb: > > > I assume this is related to the configure warning... ? Same error with > > > just a standard "./configure" and "make". > > > > > > Any help would be great :) > > > > If you don't need the curses module, go on with the in

Re: Problem installing Python 2.4.3 on FreeBSD 5.3-RELEASE-p31

2006-08-22 Thread [EMAIL PROTECTED]
jamesuh wrote: > Martin v. Löwis wrote: > > [EMAIL PROTECTED] schrieb: > > > I assume this is related to the configure warning... ? Same error with > > > just a standard "./configure" and "make". > > > > > > Any help would be great :) > > > > If you don't need the curses module, go on with the in