We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C:\Python27x64\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'install_requires' warnings.warn(msg) running install running build running build_py running build_ext skipping 'jnius\jnius.c' Cython extension (up-to-date) building 'jnius' extension C:\MinGW32\bin\gcc.exe -mno-cygwin -mdll -O -Wall -DMS_WIN64 -I/usr/include -I/usr/include\linux -IC:\Python27x64\include -IC:\Python27x64\PC -c jnius\jnius.c -o build\temp.win-amd64-2.7\Release\jnius\jnius.o cc1.exe: error: unrecognized command line option '-mno-cygwin' error: command 'gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered:
@shalevy It looks like you do no have cygwin installed
Sorry, something went wrong.
This was an issue with Python itself. It's patched in 2.7.6+ and 3.3+. http://bugs.python.org/issue12641
Len, You got a long memory :) Thanks SH
On Mon, Nov 25, 2013 at 3:59 PM, Len Boyette notifications@github.comwrote:
This was an issue with with Python itself. It's patched in 2.7.6+ and 3.3+. http://bugs.python.org/issue12641 — Reply to this email directly or view it on GitHubhttps://github.com//issues/30#issuecomment-29255401 .
This was an issue with with Python itself. It's patched in 2.7.6+ and 3.3+. http://bugs.python.org/issue12641
— Reply to this email directly or view it on GitHubhttps://github.com//issues/30#issuecomment-29255401 .
No branches or pull requests
C:\Python27x64\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
warnings.warn(msg)
running install
running build
running build_py
running build_ext
skipping 'jnius\jnius.c' Cython extension (up-to-date)
building 'jnius' extension
C:\MinGW32\bin\gcc.exe -mno-cygwin -mdll -O -Wall -DMS_WIN64 -I/usr/include -I/usr/include\linux -IC:\Python27x64\include -IC:\Python27x64\PC -c jnius\jnius.c -o build\temp.win-amd64-2.7\Release\jnius\jnius.o
cc1.exe: error: unrecognized command line option '-mno-cygwin'
error: command 'gcc' failed with exit status 1
The text was updated successfully, but these errors were encountered: