Compiler: Default compiler
Building Makefile: "C:\BACKUP\RoseOnline PrivateServer\REV45Source\RoseZero\Binary\Makefile.win"
Executing make...
make.exe -f "C:\BACKUP\RoseOnline PrivateServer\REV45Source\RoseZero\Binary\Makefile.win" all
g++.exe -D__DEBUG__ -c "../World Server/character.cpp" -o "../World Server/character.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" -g3
In file included from ../World Server/datatypes.h:201,
from ../World Server/chartype.h:29,
from ../World Server/character.h:23,
from ../World Server/character.cpp:21:
../World Server/../common/sockets.h:60:21: pthread.h: No such file or directory
In file included from ../World Server/../common/sockets.h:66,
from ../World Server/datatypes.h:201,
from ../World Server/chartype.h:29,
from ../World Server/character.h:23,
from ../World Server/character.cpp:21:
../World Server/../common/database/database.h:26: error: `pthread_mutex_t' does not name a type
In file included from ../World Server/datatypes.h:201,
from ../World Server/chartype.h:29,
from ../World Server/character.h:23,
from ../World Server/character.cpp:21:
../World Server/../common/sockets.h:317: error: `pthread_t' does not name a type
In file included from ../World Server/worldserver.h:25,
from ../World Server/character.cpp:22:
../World Server/worldmap.h:86: error: `pthread_mutex_t' does not name a type
In file included from ../World Server/character.cpp:22:
../World Server/worldserver.h:314: error: `pthread_t' does not name a type
../World Server/worldserver.h:315: error: `pthread_t' does not name a type
../World Server/worldserver.h:316: error: `pthread_attr_t' does not name a type
../World Server/worldserver.h:317: error: `pthread_mutex_t' does not name a type
make.exe: *** ["../World Server/character.o"] Error 1
Execution terminated