-
-
Notifications
You must be signed in to change notification settings - Fork 419
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
ponyc build error summary on windows #3544
Comments
everything in lib/llvm/src is LLVM source code and you would need to get a change into LLVM. That isn't source that we have control over. I find it hard to understand what your changes are, can you please provide diffs instead? |
@damon-kwok the CI doesn't find the problems because they aren't problems with the systems that we support. |
@damon-kwok here are what we support for Windows: https://github.com/ponylang/ponyc/blob/master/BUILD.md#windows If you would like to expand what is supported, please provide a PR that works shows that it continues to work with those and will also works for you. |
Without your changes, what is the error you get? |
@SeanTAllen |
LLVM build error and fix method
is not a full path to an existing compiler tool.
-- Warning: Did not find file Compiler/-ASM
-- Configuring incomplete, errors occurred!
See also "D:/msys64/home/damon/.ome_local/repo/ponyc-git/build/build_libs/CMakeFiles/CMakeOutput.log".
See also "D:/msys64/home/damon/.ome_local/repo/ponyc-git/build/build_libs/CMakeFiles/CMakeError.log".
Exception: D:\msys64\home\damon.ome_local\repo\ponyc-git\make.ps1:157
Line |
157 | if ($err -ne 0) { throw "Error: exit code $err" }
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
| Error: exit code 1
lib\llvm\src\llvm:51
I also know that if ARM is supported on Windows, it needs to be changed to:
ASM_MARMASM
libponyrt build error and fix method
This problem will occur in the context of vs2019. I found that the CI system of pony did not find this problem, or maybe other problems. I am not sure whether it is worth the PR.
vs2019 preview build ponyc problem and fix method
make.ps1:56
But considering that vs2019 preview is not an official version, I am not sure if this is worth PR
The text was updated successfully, but these errors were encountered: