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
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: