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
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
I used the newest version (24 March 2019) and compiled it using nmake with MSVC 2017.
I am just wondering if this is a problem with file encoding under Windows, because i compiled it on Ubuntu without any problems.
The text was updated successfully, but these errors were encountered:
I confirm I can reproduce this behaviour.
Sorry, something went wrong.
@Maeusezaehnchen could you please try the latest develop branch?
It seems to fixed by #481
We should really get appveyor up and running
as it seems to be fixed by #481 I'm closing this, please reopen if the problem persists for you
karel-m
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: