#isCogMethodReference trouble

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

#isCogMethodReference trouble

Igor Stasenko
 
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.
Reply | Threaded
Open this post in threaded view
|

Re: #isCogMethodReference trouble

Igor Stasenko
 
sorry, wrong call.
Everything is ok.


--
Best regards,
Igor Stasenko AKA sig.