You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
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
The text was updated successfully, but these errors were encountered: