Problem with the 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:

Problem with the compiling

Post by strikerbcb »

hello, i´m trying to compile the 0.0 svn version of the tmw, i installed the latest version of svn codeblocks and the devpack of the tmw, when i press in compile, i got some errors like these :

Code: Select all

Compiling: src\localplayer.cpp
In file included from D:/Codeblocks/include/guichan/keyevent.hpp:61,
                 from D:/Codeblocks/include/guichan/gui.hpp:62,
                 from E:\MDD 2D\src\/gui/gui.h:27,
                 from E:\MDD 2D\src\localplayer.cpp:35:
D:/Codeblocks/include/guichan/key.hpp:128: error: expected identifier before numeric constant
D:/Codeblocks/include/guichan/key.hpp:128: error: expected `}' before numeric constant
D:/Codeblocks/include/guichan/key.hpp:128: error: expected unqualified-id before numeric constant
D:/Codeblocks/include/guichan/key.hpp:160: error: expected unqualified-id before "protected"
D:/Codeblocks/include/guichan/key.hpp:160: error: expected `,' or `;' before "protected"
D:/Codeblocks/include/guichan/key.hpp:163: error: expected declaration before '}' token
In file included from D:/Codeblocks/include/guichan/keyevent.hpp:61,
                 from D:/Codeblocks/include/guichan/gui.hpp:62,
                 from E:\MDD 2D\src\/gui/gui.h:27,
                 from E:\MDD 2D\src\localplayer.cpp:35:
D:/Codeblocks/include/guichan/key.hpp:57:1: unterminated #ifndef
In file included from D:/Codeblocks/include/guichan/gui.hpp:62,
                 from E:\MDD 2D\src\/gui/gui.h:27,
                 from E:\MDD 2D\src\localplayer.cpp:35:
D:/Codeblocks/include/guichan/keyevent.hpp:57:1: unterminated #ifndef
In file included from E:\MDD 2D\src\/gui/gui.h:27,
                 from E:\MDD 2D\src\localplayer.cpp:35:
D:/Codeblocks/include/guichan/gui.hpp:57:1: unterminated #ifndef
In file included from E:\MDD 2D\src\localplayer.cpp:35:
E:\MDD 2D\src\/gui/gui.h:24:1: unterminated #ifndef
Process terminated with status 1 (1 minutes, 51 seconds)
10 errors, 0 warnings
i put the libraries in the Build options windows too, but these errors about guichan don´t go away.

Please, someone can help me with this ?

Thanks
<<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
Crush
TMW Adviser
TMW Adviser
Posts: 8046
Joined: 25 Aug 2005, 16:08
Location: Germany

Post by Crush »

  • former Manasource Programmer
  • former TMW Pixel artist
  • NOT a game master

Please do not send me any inquiries regarding player accounts on TMW.


You might have heard a certain rumor about me. This rumor is completely false. You might also have heard the other rumor about me. This rumor is 100% accurate.
Post Reply