Skip to content
New issue

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

Does not install in windows 8 #3

Open
johnparra opened this issue Mar 20, 2015 · 3 comments
Open

Does not install in windows 8 #3

johnparra opened this issue Mar 20, 2015 · 3 comments

Comments

@johnparra
Copy link

The error is C:\MinGW\bin\gcc.exe -mno-cygwin -mdll -O -Wall -Icurve/ed25519/hacl_includes -Icurve/ed25519/additions -Icurve/ed25519 -IC:\Python27\include -IC:\Python27\PC -c curve25519module.c -o build\temp.win32-2.7\Release\curve25519module.o gcc: error: unrecognized command line option '-mno-cygwin' error: command 'gcc' failed with exit status 1

@estar21
Copy link

estar21 commented Jun 24, 2015

Does not install on windows vista either. I did everything specified on https://github.com/tgalal/python-axolotl-curve25519 including using MinGW.

The error is: Setup script exited with error: command 'C:\Program Files\Common Files
\Microsoft\Visual C++ for Python\9.0\VC\Bin\cl.exe' failed with exit status
2*

@dreamflasher
Copy link

dreamflasher commented Apr 25, 2016

Doesn't work on Windows 10 either:

build\temp.win32-2.7\Release\curve25519module.o:curve25519module.c:(.text+0x4d): undefined reference to `_imp__PyExc_ValueError'
  build\temp.win32-2.7\Release\curve25519module.o:curve25519module.c:(.text+0x73): undefined reference to `_imp__PyExc_ValueError'
  build\temp.win32-2.7\Release\curve25519module.o:curve25519module.c:(.text+0x11e): undefined reference to `_imp__PyExc_ValueError'
  build\temp.win32-2.7\Release\curve25519module.o:curve25519module.c:(.text+0x1a9): undefined reference to `_imp__PyExc_ValueError'
  build\temp.win32-2.7\Release\curve25519module.o:curve25519module.c:(.text+0x253): undefined reference to `_imp__PyExc_ValueError'
  build\temp.win32-2.7\Release\curve25519module.o:curve25519module.c:(.text+0x279): more undefined references to `_imp__PyExc_ValueError' follow
  collect2.exe: error: ld returned 1 exit status
  error: command 'C:\\tools\\MinGW\\bin\\gcc.exe' failed with exit status 1

  ----------------------------------------
  Failed building wheel for python-axolotl-curve25519

@dreamflasher
Copy link

dreamflasher commented Apr 25, 2016

Solution: Requires Python installation in a folder without spaces and the dependencies as listed. But it only works with Python 3.x, didn't get it running with Python 2.x :/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants