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

Python: assembler code in openssl fails to compile #4

Open
thorbenk opened this issue Oct 14, 2013 · 0 comments
Open

Python: assembler code in openssl fails to compile #4

thorbenk opened this issue Oct 14, 2013 · 0 comments

Comments

@thorbenk
Copy link
Contributor

Building Python fails with

5>  1>------ Erstellen gestartet: Projekt: _ssl, Konfiguration: Release x64 ------
5>  1>  Found a working perl at 'C:\Perl64\bin\perl.exe'
5>  1>  Found an SSL directory at '..\..\openssl-1.0.1e'
5>  1>   Assembling: ms\uptable.asm
5>ms\uptable.asm(1): error A2008: syntax error : default
5>ms\uptable.asm(2): error A2008: syntax error : in expression
5>ms\uptable.asm(3): error A2008: syntax error : .
5>ms\uptable.asm(5): error A2008: syntax error : in directive
5>ms\uptable.asm(6): error A2008: syntax error : global
5>ms\uptable.asm(8): error A2034: must be in segment block
5>ms\uptable.asm(9): error A2034: must be in segment block
  • active state perl: version 5.18.1
  • visual studio 2012 professional evaluation
  • cmake: 2.8.12
  • machine: angrybird

The full build log for Python can be found at http://pastebin.com/P9EHF8PU

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

1 participant