Paulix
Active Member
- Joined
- Sep 13, 2012
- Messages
- 151
- Solutions
- 8
- Reaction score
- 36
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:
I have no idea what is happening, and I have no experience in compiling distros, can someone help me?
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