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

Paulix

Active Member
Joined
Sep 13, 2012
Messages
129
Solutions
7
Reaction score
26
I'm trying to compile my 8.6 trunk.r3777.r19 server using Stian's Dev-cpp repack 0.2 (with crypto++ and 64bit)
But I get this error:
Code:
Compiler: Default compiler
Building Makefile: "C:\Users\Paulo Henrique\Desktop\Dev C++\OTServ\Makefile.win"
Executing  make...
mingw32-make -f "C:\Users\Paulo Henrique\Desktop\Dev C++\OTServ\Makefile.win" all
g++.exe -c "../../Paulix OT Server 8.6/sources/actions.cpp" -o "../../Paulix OT Server 8.6/sources/actions.o" -I"C:/Users/Paulo Henrique/Desktop/Dev C++/Stian's Repack Dev-Cpp 0.2, 64bit/include"   

In file included from ../../Paulix OT Server 8.6/sources/luascript.h:39,
                 from ../../Paulix OT Server 8.6/sources/baseevents.h:22,
                 from ../../Paulix OT Server 8.6/sources/actions.h:20,
                 from ../../Paulix OT Server 8.6/sources/actions.cpp:20:
../../Paulix OT Server 8.6/sources/database.h:56:2: error: #error "You have to compile with at least one database driver!"

mingw32-make: *** ["../../Paulix OT Server 8.6/sources/actions.o"] Error 1

Execution terminated
I have no idea what is happening, and I have no experience in compiling distros, can someone help me?
 
Back
Top