X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=lbdeHmapXst2T3VnpOLBE+1kjpxXNKH0JkQy1YqQxYK 0wajCWRGZYLxPK4QUFGYwLxExhgooshyPve1vBJyHuK2K4Di1invU/2nt9URJtkb YoqO+PWcEbagboObbdflkaZ/2jdHOJlFfjxzh7ptPJMBajzjNT43J+QNq69rn/Kk = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=C7rAoGhJGTAwbiaiZPKWIp+0qKQ=; b=e+XK7reL4JkWmor6f XpxiPvELqgonrkt2qJd6O3eC++KsAGBfvmsZB0n5C4SbA+s2cNAdA5HJFvKStemC KqCTt3x+yAfBFgJHIBoEM2VIbUTQBLA4jeadYka/Zz2uQID3p3fUrFBZnU5v280n LkSEB7B94ET607Z0PFgvsk2ys4= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-pb0-f50.google.com X-Received: by 10.66.121.68 with SMTP id li4mr40465911pab.33.1381807719142; Mon, 14 Oct 2013 20:28:39 -0700 (PDT) Message-ID: <525CB65F.6020803@gmail.com> Date: Tue, 15 Oct 2013 12:28:31 +0900 From: nu774 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Unable to compile python 3.3 [Was: Re: Python 3.3 coming soon?] References: <525BFCED DOT 8070802 AT cs DOT utoronto DOT ca> <525C95EE DOT 9070500 AT cs DOT utoronto DOT ca> In-Reply-To: <525C95EE.9070500@cs.utoronto.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Installing libffi-devel will let python pick system libffi, so you can skip that libffi building part you are currently stuck. (2013/10/15 10:10), Ryan Johnson wrote: > "/usr/src/python3-3.3.2-3/src/Python-3.3.2/Lib/distutils/command/build_ext.py", > line 463, in build_extensions > self.build_extension(ext) > File "/usr/src/python3-3.3.2-3/src/Python-3.3.2/setup.py", line 279, > in build_extension > if not self.configure_ctypes(ext): > File "/usr/src/python3-3.3.2-3/src/Python-3.3.2/setup.py", line 1807, > in configure_ctypes > exec(f.read(), globals(), fficonfig) > File "", line 33, in > KeyError: 'X86_WIN64' > Makefile:505: recipe for target 'sharedmods' failed > > At this point I'm stuck... any advice from the gurus out there would be > appreciated. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple