-
Notifications
You must be signed in to change notification settings - Fork 49
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
make
on windows fails 'int64_t' does not name a type
#225
Comments
Hmm. On an ubuntu vm I got the same error as on wsl. That surprises me since there is a github workflow that builds the project on ubuntu. I just copied those instructions. |
In WSL2, like this user here #194 I removed
|
Thanks for this. Could you send the full output from
It's likely that the module-to-markdown issue is happening because of inconsistency between the versions of clang and LLVM that are being used, though if the instructions from the actions build are being copied as-is, it should be fine. Could you send the full build output for the instance where that is happening? Alternatively, you could try setting the
I've added more
Could you send the test output for this problem? |
Ah... adding I'm going to close this issue because I've created other issues that target more specific issues with a smaller scope. |
Oh, also, all tests pass on ubuntu vm after adding -DCLANG |
I'm on windows 10 and I'm getting this error. I tried in my msys2 terminal as well as in powershell and get the same error in both.
git clone https://github.com/tomhrr/dale.git
mkdir dale.build
cd dale.build
cmake ../dale -DLLVM_CONFIG="/c/git-sdk-64/mingw64/opt/llvm-14/bin/llvm-config.exe"
make
running
make
givesI also tried in WSL1 and WSL2 and running
make
indale.build
givesI also tried on macos and
make
succeeds but some tests fail withmake tests
.The text was updated successfully, but these errors were encountered: