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
need help compiling 0.0 client from SVN
need help compiling 0.0 client from SVN
Landon
"Extrovert prone to long periods of introversion"
Re: need help compiling 0.0 client from SVN
I have a feeling my compiler is set up wrong here are some screen shots
- Attachments
-
- SNAG-0002.jpg (25.39 KiB) Viewed 874 times
-
- SNAG-0001.jpg (24.86 KiB) Viewed 874 times
-
- SNAG-0000.jpg (34.23 KiB) Viewed 871 times
Landon
"Extrovert prone to long periods of introversion"
Re: need help compiling 0.0 client from SVN
...Continued
- Attachments
-
- SNAG-0005.jpg (32.82 KiB) Viewed 866 times
-
- SNAG-0004.jpg (33.51 KiB) Viewed 868 times
-
- SNAG-0003.jpg (24.4 KiB) Viewed 867 times
Landon
"Extrovert prone to long periods of introversion"
Re: need help compiling 0.0 client from SVN
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 (36.51 KiB) Viewed 851 times
Landon
"Extrovert prone to long periods of introversion"
Re: need help compiling 0.0 client from SVN
Didn't we kind of ditch Dev-CPP in favor of Code::Blocks?
This message used to be meaningful.