[Solved] Problem with compiling ...

Ask for help regarding any technical issue or report any bug or OS independent issues.
Post Reply
User avatar
strikerbcb
Novice
Novice
Posts: 155
Joined: 15 Apr 2005, 06:42
Location: Brasil
Contact:

[Solved] Problem with compiling ...

Post 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.
Last edited by strikerbcb on 29 Jun 2009, 16:11, edited 1 time in total.
<<Striker>> - Evolving Ever
Project World of Dragons - Brazilian Total Rework Fork of the TMW and a newer 3D Client/Server
Mundo dos Dragões - http://www.mundodosdragoes.org
User avatar
Jaxad0127
Manasource
Manasource
Posts: 4209
Joined: 01 Nov 2007, 17:35
Location: Internet

Re: Problem with compiling ...

Post by Jaxad0127 »

Try a clean compile.
Image
User avatar
strikerbcb
Novice
Novice
Posts: 155
Joined: 15 Apr 2005, 06:42
Location: Brasil
Contact:

Re: Problem with compiling ...

Post by strikerbcb »

the problem appears in a clean build, the problem it´s in the outdated Codeblocks project file. It´s solved now.
<<Striker>> - Evolving Ever
Project World of Dragons - Brazilian Total Rework Fork of the TMW and a newer 3D Client/Server
Mundo dos Dragões - http://www.mundodosdragoes.org
Post Reply