• 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!

Compiling The Forgotten Dev-Cpp

Bntz

Dprethor!
Joined
Mar 16, 2009
Messages
101
Reaction score
1
Location
México
i`ve got a problem when i`m compiling souruces, what about it is and what i need to do?

Code:
Compiler: Default compiler
Building Makefile: "C: \ Users \ Dan \ Desktop \ 0.2pl23.r92 \ dev-cpp \ Makefile.win"
Running make ...
mingw32-make-f "C: \ Users \ Dan \ Desktop \ 0.2pl23.r92 \ dev-cpp \ Makefile.win" all
g + +. exe-c .. / actions.cpp-o obj / / actions.o-I "include "-D__USE_MYSQL__-D__USE_SQLITE__-fexpensive-optimizations-O1

In file included from .. / actions.cpp: 22:
.. / const.h: 231: error: 'uint32_t'does not name a type

.. / const.h: 259: error: 'uint32_t'does not name a type

mingw32-make: *** [obj / / actions.o] Error 1

Implementation Completed
 
Last edited:
Back
Top