• 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 when compiling with Dev C ++

Ricardo Berg

New Member
Joined
Mar 16, 2015
Messages
43
Reaction score
2
Help me, error when compiling with Dev-C ++.

Code:
Compiler: Default compiler
Building Makefile: "F:\src\dev-cpp\Makefile.win"
Executing  make...
make.exe -f "F:\src\dev-cpp\Makefile.win" all
g++.exe -c ../actions.cpp -o obj/actions.o -I"G:/Dev Cpp Para Compilar Sources/Stian's Repack Dev-Cpp/include"  -D__ENABLE_SERVER_DIAGNOSTIC__ -D__ROOT_PERMISSION__ -D__GROUND_CACHE__ -D__USE_SQLITE__ -D__USE_MYSQL__ -D__CONSOLE__ -D__WAR_SYSTEM__   -fexpensive-optimizations -O1

In file included from ../otpch.h:33,
                 from ../actions.cpp:17:

F:/Stian's Repack Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/boost/asio/detail/socket_types.hpp:37:5: warning: #warning Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately.
F:/Stian's Repack Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/boost/asio/detail/socket_types.hpp:38:5: warning: #warning For example, add -D_WIN32_WINNT=0x0501 to the compiler command line.
F:/Stian's Repack Dev-Cpp/Bin/../lib/gcc/mingw32/3.4.5/../../../../include/boost/asio/detail/socket_types.hpp:39:5: warning: #warning Assuming _WIN32_WINNT=0x0501 (i.e. Windows XP target).
In file included from ../baseevents.h:20,
                 from ../actions.h:20,

                 from ../actions.cpp:20:
../otsystem.h:33:20: asio.hpp: No such file or directory

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

Execution terminated
 
Back
Top