Page 1 of 1

non-virtual thunk [nv:-120] to gcn:

Posted: 22 Sep 2005, 15:21
by amok
Hi

When I try to compile tmw ,i get the following error messages (much of them) :

non-virtual thunk [nv:-120] to gcn:: TextBox::mousePress(int, int, int)'

What does this mean ?
All needed librarys are there.

I am using ubuntu linux. I got the source via cvs,because the apt-get sources didn t work either.
Im confused because ,other people dont have this problems...

thanks amok

Posted: 22 Sep 2005, 17:02
by Bjørn
Thunk mismatches are probably because Guichan and TMW were not compiled with the same version of gcc, in particular with incompatible versions for example combining < 3.4 with >= 3.4.

I think the Guichan in our repository is compiled with >= 3.4, while I'm pretty sure Ubuntu Hoary uses < 3.4. To solve this problem you should compile Guichan yourself or upgrade to Ubuntu Breezy.

But isn't the binary tmw package in our apt-get repository supposed to work?