Alguém pode ajudar com erros na source 0.3.2 ao compilar aqui estão os erros.
Compiler: Default compiler
Building Makefile: "C:\Users\Vagner\Desktop\és\dev-cpp\Makefile.win"
Executing make...
mingw32-make -f "C:\Users\Vagner\Desktop\és\dev-cpp\Makefile.win" all
g++.exe -c ../account.cpp -o obj//account.o -I"include" -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__EXCEPTION_TRACER__ -fexpensive-optimizations -O1
g++.exe -c ../actions.cpp -o obj//actions.o -I"include" -D__USE_MYSQL__ -D__USE_SQLITE__ -D__ENABLE_SERVER_DIAGNOSTIC__ -D__EXCEPTION_TRACER__ -fexpensive-optimizations -O1
In file included from ../actions.cpp:22:
../const.h:257: error: 'int32_t' does not name a type
../const.h:285: error: 'int32_t' does not name a type
../const.h:541: error: 'int32_t' does not name a type
../const.h:550: error: 'int32_t' does not name a type
../const.h:559: error: 'int32_t' does not name a type
In file included from ../player.h:24,
from ../actions.cpp:23:
../otsystem.h:31: error: 'uint32_t' was not declared in this scope
../otsystem.h:31: error: 'uint32_t' was not declared in this scope
../otsystem.h:31: error: template argument 1 is invalid
../otsystem.h:31: error: template argument 2 is invalid
../otsystem.h:31: error: template argument 1 is invalid
../otsystem.h:31: error: template argument 2 is invalid
../otsystem.h:31: error: invalid type in declaration before ';' token
In file included from ../luascript.h:37,
from ../creatureevent.h:25,
from ../creature.h:33,
from ../player.h:25,
from ../actions.cpp:23:
../database.h: In member function 'virtual void _Database::use()':
../database.h:111: error: 'time' was not declared in this scope
mingw32-make: *** [obj//actions.o] Error 1
Execution terminated