We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
While running ./compile.sh, got this error:
./compile.sh,
[6/13] Building Main trace: .> LEAN_PATH=././.lake/build/lib DYLD_LIBRARY_PATH=././.lake/build/lib /Users/paulwaligora/.elan/toolchains/leanprover--lean4---v4.9.0/bin/lean ././././Main.lean -R ./././. -o ././.lake/build/lib/Main.olean -i ././.lake/build/lib/Main.ilean -c ././.lake/build/ir/Main.c --json error: ././././Main.lean:10:5: unexpected token '/'; expected '_', 'rec', identifier or term error: Lean exited with code 1 Some builds logged failures: - Main error: build failed cp: .lake/build/bin/leancal: No such file or directory
The text was updated successfully, but these errors were encountered:
I did not try on macOS yet. Could you provide the content of the Main.lean file?
Main.lean
Sorry, something went wrong.
Nevermind, it should work now (see #6ab883c).
Thanks for your responsiveness, the build is working, however I got a new error:
Build completed successfully. cp: cannot overwrite directory ./leancal with non-directory .lake/build/bin/leancal
That's weird. Could you provide the output of ls -la in the root directory of the repo?
ls -la
No branches or pull requests
While running
./compile.sh,
got this error:The text was updated successfully, but these errors were encountered: