• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Error compile on Linux

Haizen

New Member
Joined
Sep 16, 2007
Messages
26
Reaction score
2
I add flag __EXCEPTION_TRACER__ and get error.

Error:
g++ -I. -I/usr/include/libxml2 -I/usr/include/lua5.1 -D__NO_HOMEDIR_CONF__ -D__USE_MYSQL__ -D__EXCEPTION_TRACER__ -Werror -O1 -c exception.cpp
exception.cpp: In static member function 'static void ExceptionHandler: DumpStack()':
exception.cpp:414: error: '_MEMORY_BASIC_INFORMATION' was not declared in this scope
exception.cpp:414: error: expected `;' before 'mbi'
exception.cpp:432: error: 'mbi' wa
 
Back
Top