• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Linux Compiling Linux

korven2

New Member
Joined
Jan 7, 2013
Messages
1
Reaction score
0
When i try to use command "make" to get the starter i got this error :


make
Compiling weapons.cpp
In file included from weapons.cpp:17:0:
otpch.h:29:30: fatal error: libxml/xmlmemory.h: No such file or directory
compilation terminated.
make: *** [obj/weapons.o] Error 1

i try to install libboost but i only get error:

apt-get install libboost1.34-all-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libboost1.34-all-dev
E: Couldn't find any package by regex 'libboost1.34-all-dev'



Thanks in advance

- - - Updated - - -

I using Debian 7 64bit
 
Last edited:
Back
Top