-
Notifications
You must be signed in to change notification settings - Fork 42
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
Build fails on Ubuntu 18.04 #93
Comments
Hello, Thanks for the bug report and the bisect on valid commits. Thanks! |
There is some problem with src/wasmer.hh:
when i add this line g++ -v
|
Replacing with works for me. |
Does it work also with:
It should, but we never know… |
Yes it works |
987: Fix runtime c api header preprocessor gcc r=syrusakbary a=Hywan `ARCH_X86_64` is correctly defined for GCC or clang, but gnuc was missing. This patch fixes that. Address wasmerio/wasmer-php#93 Fix #984 Co-authored-by: Ivan Enderlin <[email protected]>
|
When compiling last commit (6147c98) under Ubuntu 18.04 i got this error:
Previous commit builds ok (0154a56)
The text was updated successfully, but these errors were encountered: