Mac でグルコース SAT ソルバーをコンパイルすると、グルコース 3.0 のコンパイル時に次のコンパイル時エラーが発生します。これらのエラーを回避するにはどうすればよいですか?
~/acl2/glucose-3.0/simp$ make
Making dependencies
Compiling: /Users/me/acl2/glucose-3.0/simp/Main.o
In file included from /Users/me/acl2/glucose-3.0/simp/Main.cc:39:
In file included from /Users/me/acl2/glucose-3.0/simp/../core/Dimacs.h:27:
/Users/me/acl2/glucose-3.0/simp/../core/SolverTypes.h:58:16: error:
friend declaration specifying a default argument must be a definition
friend Lit mkLit(Var var, bool sign = false);
^
<snip>
6 errors generated.
make: *** [/Users/me/acl2/glucose-3.0/simp/Main.o] Error 1
~/acl2/glucose-3.0/simp$