• 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 TFS 0.4 compile error in Ubuntu 20.04

elnelson

Lunaria World Dev
Joined
Jun 20, 2009
Messages
579
Solutions
2
Reaction score
58
Location
México
Good afternoon, im trying to compile these sources, but when i use ./build.sh i get this error
Lua:
make  all-am
make[1]: Entering directory '/home/ubuntu/Lunaria/sources'
  CXX      databasesqlite.o
In file included from databasesqlite.cpp:17:
otpch.h:28:10: fatal error: libxml/xmlmemory.h: No such file or directory
   28 | #include <libxml/xmlmemory.h>
      |          ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:592: databasesqlite.o] Error 1
make[1]: Leaving directory '/home/ubuntu/Lunaria/sources'
make: *** [Makefile:442: all] Error 2
 

Attachments

I think this will help you
apt install libboost-all-dev libgmp3-dev liblua5.1-0 liblua5.1-0-dev lua5.1 libxml2-dev libxml++2.6-dev zlib1g-dev zlib1g libcrypto++-dev libcrypto++6 libssl-dev libmariadb-dev libmariadb-dev-compat cpp gcc g++ make autoconf
 
Back
Top