-
Notifications
You must be signed in to change notification settings - Fork 299
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
Windows build fails - yasm doesn't understand %use #285
Comments
I have met the same problem in debian 9.13 with gcc 6.3 when building v2.31.0, and I can build v2.26.0 successfully. |
Thanks for flagging this. Given that yasm is falling behind nasm (no official release in 5 years), we will remove YASM support. Does Debian 9.13 have NASM? |
Yes:
|
Thanks, i install nasm and remove yasm and then build isa-l successfully. |
yasm seems incompatible with isa-l, an indirect dependency of cramjam intel/isa-l#285
NASM is present, but ISA-L wants to use YASM
The build then fails with:
The text was updated successfully, but these errors were encountered: