You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
Hi. Building from source (git tag v3.4.2) on fedora-linux x86_64 with gcc-9.2.1, following instructions (using cmake then make) fails with
lean/library/init/meta/relation_tactics.lean: parsing at line 12terminate called after throwing an instance of 'lean::exception'
what(): vm check failed: is_composite(o) (possibly due to incorrect axioms, or sorry)
make[2]: *** [CMakeFiles/standard_lib.dir/build.make:57: CMakeFiles/standard_lib] Aborted
make[1]: *** [CMakeFiles/Makefile2:954: CMakeFiles/standard_lib.dir/all] Error 2
The text was updated successfully, but these errors were encountered:
Hi. Building from source (git tag v3.4.2) on fedora-linux x86_64 with gcc-9.2.1, following instructions (using cmake then make) fails with
The text was updated successfully, but these errors were encountered: