-
Notifications
You must be signed in to change notification settings - Fork 9
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
Replacing lfortran/ci/build.xsh #61
Comments
With the tricks in #36 I was able to compile LFortran in our shell almost completely, it failed at the very end:
|
Got the same error on another machine:
Based on https://stackoverflow.com/questions/78085548/building-with-llvm-using-cmake-llvm-clang-vs-path-is-wrong it might be due to LLVM being built with an older MSVC. I found the library in:
I went to |
I would like to use
shell
to replace https://github.com/lfortran/lfortran/blob/79e7444ca0e58adbaa06db5e839b91d5e9eb915f/ci/build.xsh.To do that, we need:
BUILD_TYPE = "Release"
$lfortran_version=$(cat version).strip()
(loads a file into a variable)The text was updated successfully, but these errors were encountered: