|
Hi,
when i trying to compile Stack VM in debug mode (with all asserts
enabled) , i stops with following error:
/var/folders/kE/kEXZB7BWHXWwxswd6aL4XU+++TM/-Tmp-//ccfsJmRu.s:5821:FATAL:Symbol
L0isCogMethodReference already defined.
make[2]: *** [CMakeFiles/CogVM.dir/Users/sig/projects/cog/sig_cog/src/vm/gcc3x-cointerp.c.o]
Error 1
the problematic method is
#ensureMethodIsCogged: methodObj
which using same method twice..
But i don't understand why this is a problem.
I tried to do quite radical things , like
<inline: false>
as well as
<asmlabel: false>
but nothing seems helps and i end up with the same error in same place
again and again.
This is weird.
--
Best regards,
Igor Stasenko AKA sig.
|