This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GCC and symlink are incompatibility on 64-bit windows


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]