Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #22355

Re: errors building python 2.7.3

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <drobinow@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.020
X-Spam-Evidence '*H*': 0.96; '*S*': 0.00; 'received:mail- lpp01m010-f46.google.com': 0.09; 'python': 0.11; 'subject:python': 0.12; '2.7': 0.13; 'cc:addr:python-list': 0.15; '2.7.2': 0.16; 'ncurses': 0.16; 'src': 0.16; "haven't": 0.17; 'wrote:': 0.21; 'header:In-Reply-To:1': 0.22; 'received:209.85.215.46': 0.23; 'wed,': 0.24; '>>>': 0.24; 'work.': 0.25; 'cc:no real name:2**0': 0.26; 'tried': 0.26; 'message-id:@mail.gmail.com': 0.27; 'cc:addr:python.org': 0.27; 'seems': 0.28; "i've": 0.28; 'are.': 0.29; 'patch': 0.30; 'cc:2**0': 0.31; 'received:209.85': 0.32; 'received:google.com': 0.32; 'skip:/ 20': 0.33; 'thu,': 0.33; "i'll": 0.34; 'received:209.85.215': 0.34; 'received:209': 0.35; 'but': 0.36; 'does': 0.36; 'too.': 0.37; 'some': 0.37; 'rather': 0.38; 'included': 0.38; 'david': 0.39; 'mar': 0.61; '2012': 0.69; './configure': 0.84; '29,': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=uP/z51n+ZdbV4SOb93txHz5ifPWap8pEG/fDIlnzZnY=; b=xLLEdjASqXjef3rrVaOguQwDnfc4a3Bg6R8YBtqyqK77shWmP3YRHJPBIywHJS4rnw uuf/u4mIEXgfVokpep7o6Pc1BxVwygCJcgAXDq8aXcp/zzMpBmwxz+c40y5pEFHV+bB5 9F194Dd/uE2Tl0PrTIb+0jbf1TxwbhT5o+SfWXGNeFdNvhmf997kajm1soGLdlbaWgyc jKPuMoSc7KWI3kidAG4Oqir+tlpeD2pfuzDlM+timRRJUU3p8KOXX4jhdf8QL2DL1xtG FdychATPLuhfhFJN6ZFsHZHrVEcZ8kUL390Hncl0szaBvtZ451jq9kvQ5yPD8hSutkYP kmXA==
MIME-Version 1.0
In-Reply-To <4F743FAE.4070909@ank-sia.com>
References <4F72FAF9.8000802@ank-sia.com> <CAF3XjbxMxO=oUCuDgAa90mK_DN-sc4W1tL9+aazeiY9f19x31w@mail.gmail.com> <4F743FAE.4070909@ank-sia.com>
Date Thu, 29 Mar 2012 14:29:13 -0400
Subject Re: errors building python 2.7.3
From David Robinow <drobinow@gmail.com>
To Alexey Luchko <luch@ank-sia.com>
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding quoted-printable
Cc python-list@python.org
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1130.1333045756.3037.python-list@python.org> (permalink)
Lines 18
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1333045756 news.xs4all.nl 6945 [2001:888:2000:d::a6]:55627
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:22355

Show key headers only | View raw


On Thu, Mar 29, 2012 at 6:55 AM, Alexey Luchko <luch@ank-sia.com> wrote:
> On 28.03.2012 18:42, David Robinow wrote:
>> On Wed, Mar 28, 2012 at 7:50 AM, Alexey Luchko<luch@ank-sia.com>  wrote:
>>> I've tried to build Python 2.7.3rc2 on cygwin and got the following
>>> errors:
>>>
>>> $ CFLAGS=-I/usr/include/ncursesw/ CPPFLAGS=-I/usr/include/ncursesw/
>>> ./configure
>>   I haven't tried 2.7.3 yet, so I'll describe my experience with 2.7.2
>>   I use /usr/include/ncurses   rather than /usr/include/ncursesw
>>   I don't remember what the difference is but ncurses seems to work.
>
> I've tried ncurses too.  It does not matter.
 Have you included the patch to Include/py_curses.h  ?
If you don't know what that is, download the cygwin src package for
Python-2.6 and look at the patches. Not all of them are still
necessary for 2.7 but some are.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: errors building python 2.7.3 David Robinow <drobinow@gmail.com> - 2012-03-29 14:29 -0400

csiph-web