-
Tried to build for $ zig build -Drelease-safe
warning: FileNotFound: /home/ubuntu/junk/zls-master/src/known-folders/known-folders.zig
error: FileNotFound
error: zls...
error: The following command exited with error code 1:
/home/ubuntu/.local/zig-linux-aarch64-0.10.0-dev.4060+61aaef0b0/zig build-exe -fstage1 /home/ubuntu/junk/zls-master/src/main.zig -OReleaseSafe --cache-dir /home/ubuntu/junk/zls-master/zig-cache --global-cache-dir /home/ubuntu/.cache/zig --name zls --pkg-begin build_options /home/ubuntu/junk/zls-master/zig-cache/options/R-1nIxpi3fNbzPjhhm_EFoYG4P8-fXcvG4GREY0pYZNygf9ARrZwNHeI3r3t-k8O --pkg-end --pkg-begin known-folders /home/ubuntu/junk/zls-master/src/known-folders/known-folders.zig --pkg-end --enable-cache
error: the following build command failed with exit code 1:
/home/ubuntu/junk/zls-master/zig-cache/o/5a4f62b61d24e0d52fd5a78d10351642/build /home/ubuntu/.local/zig-linux-aarch64-0.10.0-dev.4060+61aaef0b0/zig /home/ubuntu/junk/zls-master /home/ubuntu/junk/zls-master/zig-cache /home/ubuntu/.cache/zig -Drelease-safe Any help? |
Beta Was this translation helpful? Give feedback.
Answered by
tigerinus
Sep 19, 2022
Replies: 1 comment
-
Nevermind. Just realized that I need to clone submodules as well $ git clone --recurse-submodules [email protected]:zigtools/zls.git |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tigerinus
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nevermind. Just realized that I need to clone submodules as well