-
Notifications
You must be signed in to change notification settings - Fork 73
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
Error Building the project #285
Comments
This is an issue in building our patched version of LLVM flang, so I don't know too much about the heavy details. Can you double check your version of Ubuntu for me, and let me know which version of GCC or clang that you have installed and are building with? |
(Apologies for the accidental close...) |
Thank you! ubuntu v23.10 |
please let me know if any other information would be helpful. |
It looks like this is due to an issue compiling LLVM with GCC 13. See, for example, JuliaLang/julia#49581. The thread includes a fix, which seems to work. Edit the file: @@ -14,6 +14,7 @@
#ifndef LLVM_SUPPORT_SIGNALS_H
#define LLVM_SUPPORT_SIGNALS_H
+#include <cstdint>
#include <string>
namespace llvm { Then run I'll try and get this change cherry-picked into our patched LLVM fork. |
Recent updates to the version of LLVM Flang that webR builds means that the patched source at https://github.com/r-wasm/llvm-project now includes the upstream commit that adds Let me know if you still have issues and I'll reopen this thread. |
Hello,
when trying to build the project using ./configure && make I get the following error:
I on Ubuntu 32.10 with
cmake v3.27.6
node v18.13.0
gperf v3.1
Do you know how to resolve this error? Thanks a lot for your help!
The text was updated successfully, but these errors were encountered: