need help compiling 0.0 client from SVN

Talk about anything, including games and servers not affiliated with The Mana World.
Post Reply
User avatar
Landon
Novice
Novice
Posts: 136
Joined: 16 Jan 2008, 21:09
Location: Virginia, USA

need help compiling 0.0 client from SVN

Post 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

Landon
"Extrovert prone to long periods of introversion"

User avatar
Landon
Novice
Novice
Posts: 136
Joined: 16 Jan 2008, 21:09
Location: Virginia, USA

Re: need help compiling 0.0 client from SVN

Post by Landon »

I have a feeling my compiler is set up wrong here are some screen shots
Attachments
SNAG-0002.jpg
SNAG-0002.jpg (25.39 KiB) Viewed 874 times
SNAG-0001.jpg
SNAG-0001.jpg (24.86 KiB) Viewed 874 times
SNAG-0000.jpg
SNAG-0000.jpg (34.23 KiB) Viewed 871 times

Landon
"Extrovert prone to long periods of introversion"

User avatar
Landon
Novice
Novice
Posts: 136
Joined: 16 Jan 2008, 21:09
Location: Virginia, USA

Re: need help compiling 0.0 client from SVN

Post by Landon »

...Continued
Attachments
SNAG-0005.jpg
SNAG-0005.jpg (32.82 KiB) Viewed 866 times
SNAG-0004.jpg
SNAG-0004.jpg (33.51 KiB) Viewed 868 times
SNAG-0003.jpg
SNAG-0003.jpg (24.4 KiB) Viewed 867 times

Landon
"Extrovert prone to long periods of introversion"

User avatar
Landon
Novice
Novice
Posts: 136
Joined: 16 Jan 2008, 21:09
Location: Virginia, USA

Re: need help compiling 0.0 client from SVN

Post 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.
Attachments
SNAG-0000.png
SNAG-0000.png (36.51 KiB) Viewed 851 times

Landon
"Extrovert prone to long periods of introversion"

User avatar
Rotonen
TMW Adviser
TMW Adviser
Posts: 3154
Joined: 08 Sep 2004, 19:48
Location: Bern, Switzerland

Re: need help compiling 0.0 client from SVN

Post by Rotonen »

Didn't we kind of ditch Dev-CPP in favor of Code::Blocks?
This message used to be meaningful.
Post Reply