Page 1 of 1

[Solved] Problem with compiling ...

Posted: 28 Jun 2009, 19:15
by strikerbcb
I´m trying to compile the newest git version of TMW client ( tmwserv version for windows and Codeblocks+mingw), but it´s stop with this error :
D:\MDD 2D\tmw\src\gui\skill.cpp:191: error: 'class LocalPlayer' has no member named 'mSkillPoint'
D:\MDD 2D\tmw\src\gui\skill.cpp: In member function `void SkillDialog::update()':
D:\MDD 2D\tmw\src\gui\skill.cpp:201: error: 'class LocalPlayer' has no member named 'mSkillPoint'
D:\MDD 2D\tmw\src\gui\skill.cpp:216: error: 'class LocalPlayer' has no member named 'mSkillPoint'
Any idea how i can fix this ?

Thanks.

Re: Problem with compiling ...

Posted: 29 Jun 2009, 02:06
by Jaxad0127
Try a clean compile.

Re: Problem with compiling ...

Posted: 29 Jun 2009, 16:11
by strikerbcb
the problem appears in a clean build, the problem it´s in the outdated Codeblocks project file. It´s solved now.