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 :cc:content-type:content-transfer-encoding; q=dns; s=default; b= e039254Z/aabPMstxiEXbgriG8hiF4/Mlc8UT6Ie/Pp2a3F8KXXBMhsgNamJnTjy 7dnZMWU/v50DG5vSUIqChLBO6gI74/TeOD+5TWAvAFZ0r+WB5Vop+pUM8H3EApGf jLvm7N+3+QC7pT5gQqRroHz1YrzFZQpRUY+2tsTkGOw= 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 :cc:content-type:content-transfer-encoding; s=default; bh=oTRTA8 KTmNkKmddEyOEoXxC6k7I=; b=RfpxizsrVW6JW78uPUIKX1pRDGEalVmf8HCBLD m6NfMh7123W/xsmaLm00j8HsvcH6Vf9zPWWpThdWMKGLeBK7LTDCIi/40fH5aAIV F/Upr+VCT4CxSmWE6PTbitMbEiw8KFGgf9ID5M9/zDMligathMdRLG7dopeV6OwH 5wdwg= 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 X-Spam-SWARE-Status: No, score=3.0 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS,TW_LX autolearn=ham version=3.3.1 X-Spam-User: qpsmtpd, 2 recipients MIME-Version: 1.0 X-Received: by 10.180.126.2 with SMTP id mu2mr2767313wib.63.1370910878319; Mon, 10 Jun 2013 17:34:38 -0700 (PDT) Date: Tue, 11 Jun 2013 10:34:38 +1000 Message-ID: Subject: GCC and symlink are incompatibility on 64-bit windows From: Lu Sheng To: cygwin-digest AT cygwin DOT com Cc: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r5B0Yq8k023615 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