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

Ask for help regarding any technical issue or report any bug or OS independent issues.
Locked
amok
Peon
Peon
Posts: 1
Joined: 22 Sep 2005, 15:14

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

Post 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
User avatar
Bjørn
Manasource
Manasource
Posts: 1438
Joined: 09 Dec 2004, 18:50
Location: North Rhine-Westphalia, Germany
Contact:

Post 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?
Locked