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

having troubles with Compiling on mac..

Heffaklump

New Member
Joined
Sep 25, 2014
Messages
8
Reaction score
1
When i try to compile on my mac i always get the same error and i dont know what to do..


[ 4%] Building CXX object CMakeFiles/tfs.dir/src/otpch.cpp.o

[ 6%] Building CXX object CMakeFiles/tfs.dir/src/actions.cpp.o

In file included from /Users/lucashedlund/forgottenserver/src/actions.cpp:22:

In file included from /Users/lucashedlund/forgottenserver/src/actions.h:23:

In file included from /Users/lucashedlund/forgottenserver/src/baseevents.h:23:

In file included from /Users/lucashedlund/forgottenserver/src/luascript.h:35:

/Users/lucashedlund/forgottenserver/src/database.h:25:10: fatal error:

'mysql/mysql.h' file not found


#include <mysql/mysql.h>

^~~~~~~~~~~~~~~

1 error generated.

make[2]: *** [CMakeFiles/tfs.dir/src/actions.cpp.o] Error 1

make[1]: *** [CMakeFiles/tfs.dir/all] Error 2

make: *** [all] Error 2
 
Back
Top