ElvenProgrammer wrote:You don't seem to have libxml2 and libiconv installed, but I guess you installed the devpak.
Did you add Program Files/CodeBlocks/mingw32/tmw-svn/include to your include path?
I did what you said to do and it did something new (yay) but then this came up
Project : The Mana World
Compiler : GNU GCC Compiler (called directly)
Directory : C:\TMWC\
--------------------------------------------------------------------------------
Switching to target: default
Compiling: src\localplayer.cpp
In file included from ../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/keyevent.hpp:61,
from ../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/gui.hpp:62,
from src\/gui/gui.h:27,
from src\localplayer.cpp:38:
../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/key.hpp:128: error: expected identifier before numeric constant
../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/key.hpp:128: error: expected `}' before numeric constant
../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/key.hpp:128: error: expected unqualified-id before numeric constant
../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/key.hpp:160: error: expected unqualified-id before "protected"
../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/key.hpp:160: error: expected `,' or `;' before "protected"
../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/key.hpp:163: error: expected declaration before '}' token
In file included from ../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/keyevent.hpp:61,
from ../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/gui.hpp:62,
from src\/gui/gui.h:27,
from src\localplayer.cpp:38:
../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/key.hpp:57:1: unterminated #ifndef
In file included from ../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/gui.hpp:62,
from src\/gui/gui.h:27,
from src\localplayer.cpp:38:
../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/keyevent.hpp:57:1: unterminated #ifndef
In file included from src\/gui/gui.h:27,
from src\localplayer.cpp:38:
../Program Files/CodeBlocks/mingw32/tmw-svn/include/guichan/gui.hpp:57:1: unterminated #ifndef
In file included from src\localplayer.cpp:38:
src\/gui/gui.h:24:1: unterminated #ifndef
Process terminated with status 1 (0 minutes, 5 seconds)
10 errors, 0 warnings
when i try to build the gameserver and the account server i get this message
src\utils\timer.cpp:98: error: `gettimeofday' undeclared (first use this function)
src\utils\timer.cpp:98: error: (Each undeclared identifier is reported only once for each function it appears in.)
Process terminated with status 1 (0 minutes, 55 seconds)