I got the same error as from this question: Coqide Error: Compiled library Basics.vo makes inconsistent assumptions over library
Error:
Compiled library my_bool (in file /Users/Satan/lf_Satan/my_bool.vo) makes inconsistent assumptions over library Coq.Init.Logic
the question & answer I linked explain that the error is due to mismatching version of Coq. I have no idea why I have mismatching version of Coq. I am trying to compile something in the terminal while I am developing in Proof General. Might that be the mismatch of version?