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

cl : Command line error D8021 : invalid numeric argument '/Wextra' #135

Open
tonysepia opened this issue Jun 6, 2018 · 5 comments
Open

Comments

@tonysepia
Copy link

When running 'pip install bjoern' on Windows 10:

"cl : Command line error D8021 : invalid numeric argument '/Wextra'
error: command 'C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\VC\Tools\MSVC\14.13.26128\bin\HostX86\x64\cl.exe' failed with exit status 2"

Apparently the compile flag -Wextra is meant for GCC and we are trying to use that on cl (the Microsoft compiler) too

@jonashaag
Copy link
Owner

PR welcome

@tonysepia
Copy link
Author

#136 added a PR

@vforvoid
Copy link

vforvoid commented Aug 16, 2018

@jonashaag hi there. Do you have time to check this PR?

@tonysepia
Copy link
Author

tonysepia commented Aug 16, 2018

@vforvoid I don't know the product too well, but even after fixing this on my side I suspect that it will be very difficult to compile the code on Windows. Basically, I have immediately encountered another error after resolving one with 'unfamiliar' compiler flags. Let's see if @jonashaag has originally written this with Windows in mind

@jonashaag
Copy link
Owner

No, not written with Windows in mind. PR for complete Windows support welcome, but I'm not going to officially support Windows

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

No branches or pull requests

3 participants