delorie.com/archives/browse.cgi | search |
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:mime-version:date:message-id:subject:from:to | |
:content-type:content-transfer-encoding; q=dns; s=default; b=JdR | |
FZPwi6abLe7zREdHonVPJBiCEmBx3d5xIPFdDx0Vhw/QBhgyHwTj9WUGauswhlRr | |
TYT+PhVb8vw8YFAuh/UT4Nzx80JZc9ObIdqK9k8yDf2oR5aZHLTIwlI/huiZssZB | |
iONhBRdJqMsFgzoNFnvXhuNoXt7BPaU8meKsRr9I= | |
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:mime-version:date:message-id:subject:from:to | |
:content-type:content-transfer-encoding; s=default; bh=oTRTA8KTm | |
NkKmddEyOEoXxC6k7I=; b=cLoRt3mZWqlmu9lgV+E61pzDN62k7cdPbYjw8eLUH | |
l9xJtanbhB04dxiwFMFsduF9yDK4xyZO9l1NR4xQXHLgCUeaYAz6xR2EJKqJ7aSA | |
SpxE3P+cuY532WvpYyvKx4SOWuZsCqLu83sK5IiHGuNDrZszCED8O8njDc2bA2uj | |
RA= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
X-Spam-SWARE-Status: | No, score=0.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_LX autolearn=ham version=3.3.1 |
MIME-Version: | 1.0 |
X-Received: | by 10.180.126.10 with SMTP id mu10mr872780wib.64.1370911328533; Mon, 10 Jun 2013 17:42:08 -0700 (PDT) |
Date: | Tue, 11 Jun 2013 10:42:08 +1000 |
Message-ID: | <CALsFeoyu3UKO6YB2bku-Wfh9uc4GukPg4kW3HTiPOiMyaVJRqg@mail.gmail.com> |
Subject: | GCC and symlink are incompatibility on 64-bit windows |
From: | Lu Sheng <foretribe AT gmail DOT com> |
To: | cygwin AT cygwin DOT com |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id r5B0gLN7024165 |
Hi I'm running windows 8 64 -bit, and I installed cygwin 1.7 for I want to install lxml module of python. the command as: pip install lxml during the running it need to run E:\cygwin\bin\gcc.exe -mcygwin -mdll -O -Wall -Ic:\users\it-04\appdata\local\tem p\pip-build-IT-04\lxml\src\lxml\includes -IC:\Python27\include -IC:\Python27\PC -c src\lxml\lxml.etree.c -o build\temp.win-amd64-2.7\Release\src\lxml\lxml.etree .o when this command run, I will received the error message: Unsupported 16-Bit Application The program or feature "*****\gcc.exe" cannot start or run due to incompatibity with 64-bit versions of Windows. Please contact the software vendor to ask if a 64-bit Windows compatible version is available. I to change the name of gcc-4.exe to gcc.exe and It give me Incomprehensible error message as below: In file included from C:\Python27\include/Python.h:86:0, from src\lxml\lxml.etree.c:16: C:\Python27\include/intobject.h:46:35: error: expected ΓÇÿ=ΓÇÖ, ΓÇÿ,ΓÇÖ, ΓÇÿ;ΓÇÖ , ΓÇÿasmΓÇÖ or ΓÇÿ__attribute__ΓÇÖ before ΓÇÿPyInt_AsUnsignedLongLongMaskΓÇÖ In file included from C:\Python27\include/Python.h:88:0, from src\lxml\lxml.etree.c:16: C:\Python27\include/longobject.h:50:1: warning: parameter names (without types) in function declaration C:\Python27\include/longobject.h:52:26: error: expected ΓÇÿ=ΓÇÖ, ΓÇÿ,ΓÇÖ, ΓÇÿ;ΓÇ Ö, ΓÇÿasmΓÇÖ or ΓÇÿ__attribute__ΓÇÖ before ΓÇÿPyLong_AsLongLongΓÇÖ C:\Python27\include/longobject.h:53:35: error: expected ΓÇÿ=ΓÇÖ, ΓÇÿ,ΓÇÖ, ΓÇÿ;ΓÇ Ö, ΓÇÿasmΓÇÖ or ΓÇÿ__attribute__ΓÇÖ before ΓÇÿPyLong_AsUnsignedLongLongΓÇÖ C:\Python27\include/longobject.h:54:35: error: expected ΓÇÿ=ΓÇÖ, ΓÇÿ,ΓÇÖ, ΓÇÿ;ΓÇ Ö, ΓÇÿasmΓÇÖ or ΓÇÿ__attribute__ΓÇÖ before ΓÇÿPyLong_AsUnsignedLongLongMaskΓÇÖ C:\Python27\include/longobject.h:55:26: error: expected ΓÇÿ=ΓÇÖ, ΓÇÿ,ΓÇÖ, ΓÇÿ;ΓÇ Ö, ΓÇÿasmΓÇÖ or ΓÇÿ__attribute__ΓÇÖ before ΓÇÿPyLong_AsLongLongAndOverflowΓÇÖ In file included from src\lxml\lxml.etree.c:314:0: Regards ShengLu -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |