Page 1 of 1

need help compiling 0.0 client from SVN

Posted: 15 Mar 2008, 19:08
by Landon
I tried compiling for windows and got 10 errors, I am sure it's something simple; and help would be appreciated.


Compiler: Default compiler
Building Makefile: "C:\Documents and Settings\Owner\Desktop\themanaworld\Makefile.win"
Executing make...
make.exe -f "C:\Documents and Settings\Owner\Desktop\themanaworld\Makefile.win" all
g++.exe -D__DEBUG__ -c src/log.cpp -o obj/log.o -I"C:/Dev-Cpp/lib/gcc/mingw32/3.4.2/include" -I"C:/Dev-Cpp/include/c++/3.4.2/backward" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/c++/3.4.2" -I"C:/Dev-Cpp/include" -I"C:/Dev-Cpp/include/c++/3.4.2/mingw32" -I"C:/Dev-Cpp/include/SDL" -DUSE_OPENGL -Wall -w -fexceptions -fexpensive-optimizations -g3 -fmessage-length=0 -mmmx

In file included from C:/Dev-Cpp/include/guichan/keyevent.hpp:61,
from C:/Dev-Cpp/include/guichan/keylistener.hpp:60,
from src/gui/chat.h:31,
from src/log.cpp:37:
C:/Dev-Cpp/include/guichan/key.hpp:128: error: expected identifier before numeric constant
C:/Dev-Cpp/include/guichan/key.hpp:128: error: expected `}' before numeric constant
C:/Dev-Cpp/include/guichan/key.hpp:128: error: expected unqualified-id before numeric constant
C:/Dev-Cpp/include/guichan/key.hpp:160: error: expected unqualified-id before "protected"
C:/Dev-Cpp/include/guichan/key.hpp:160: error: expected `,' or `;' before "protected"
C:/Dev-Cpp/include/guichan/key.hpp:163: error: expected declaration before '}' token

In file included from C:/Dev-Cpp/include/guichan/keyevent.hpp:61,
from C:/Dev-Cpp/include/guichan/keylistener.hpp:60,
from src/gui/chat.h:31,
from src/log.cpp:37:
C:/Dev-Cpp/include/guichan/key.hpp:57:1: unterminated #ifndef
In file included from C:/Dev-Cpp/include/guichan/keylistener.hpp:60,
from src/gui/chat.h:31,
from src/log.cpp:37:

C:/Dev-Cpp/include/guichan/keyevent.hpp:57:1: unterminated #ifndef
In file included from src/gui/chat.h:31,
from src/log.cpp:37:
C:/Dev-Cpp/include/guichan/keylistener.hpp:57:1: unterminated #ifndef
In file included from src/log.cpp:37:
src/gui/chat.h:24:1: unterminated #ifndef

make.exe: *** [obj/log.o] Error 1

Execution terminated

Re: need help compiling 0.0 client from SVN

Posted: 15 Mar 2008, 21:31
by Landon
I have a feeling my compiler is set up wrong here are some screen shots

Re: need help compiling 0.0 client from SVN

Posted: 15 Mar 2008, 21:32
by Landon
...Continued

Re: need help compiling 0.0 client from SVN

Posted: 15 Mar 2008, 23:06
by Landon
Ok I think I am catching on, I have the Dev pack but I am not sure where or how to intergrade it.

Re: need help compiling 0.0 client from SVN

Posted: 19 Mar 2008, 17:50
by Rotonen
Didn't we kind of ditch Dev-CPP in favor of Code::Blocks?