Page 1 of 1

Problem with the compiling

Posted: 07 Oct 2007, 19:47
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

Posted: 07 Oct 2007, 19:59
by Crush