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

16k+ errors building the library with nmake on windows #482

Closed
sebastianjkern opened this issue Apr 24, 2019 · 5 comments
Closed

16k+ errors building the library with nmake on windows #482

sebastianjkern opened this issue Apr 24, 2019 · 5 comments
Assignees

Comments

@sebastianjkern
Copy link

sebastianjkern commented Apr 24, 2019

Description

I get over 16k errors when i build the makefile.msvc using nmake on windows. But most of them are just syntax errors like

syntax error: missing '{' before '*'
syntax error: ';'
error C2085: 'pkcs_1_mgf1': not in formal parameter list

Steps to Reproduce

I used the newest version (24 March 2019) and compiled it using nmake with MSVC 2017.

Additional Information

I am just wondering if this is a problem with file encoding under Windows, because i compiled it on Ubuntu without any problems.

@karel-m
Copy link
Member

karel-m commented Jun 3, 2019

I confirm I can reproduce this behaviour.

@karel-m karel-m self-assigned this Jun 3, 2019
@karel-m
Copy link
Member

karel-m commented Jun 3, 2019

@Maeusezaehnchen could you please try the latest develop branch?

@karel-m
Copy link
Member

karel-m commented Jun 3, 2019

It seems to fixed by #481

@sjaeckel
Copy link
Member

sjaeckel commented Jun 3, 2019

We should really get appveyor up and running

@sjaeckel
Copy link
Member

as it seems to be fixed by #481 I'm closing this, please reopen if the problem persists for you

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