V
visible
Гость
да...ничего не получилось...мое решение пробовали?
Установка XBTT аля Debian 5
да...ничего не получилось...мое решение пробовали?
Установка XBTT аля Debian 5
не совсем понятна эта команда. root@debian:/home/kenny# cd /home/kenny/xbt/Tracker/ .скриншот компиляции
переход в папку.cd /home/kenny/xbt/Tracker/ .
root@:~/xbt/Tracker# g++ $@ -DNDEBUG -I ../misc -I . -O3 -o xbt_tra
cker \
> ../misc/sql/database.cpp \
> ../misc/sql/sql_query.cpp \
> ../misc/sql/sql_result.cpp \
> ../misc/bt_misc.cpp \
> ../misc/bvalue.cpp \
> ../misc/sha1.cpp \
> ../misc/socket.cpp \
> ../misc/virtual_binary.cpp \
> ../misc/xcc_z.cpp \
> config.cpp \
> connection.cpp \
> epoll.cpp \
> server.cpp \
> tcp_listen_socket.cpp \
> tracker_input.cpp \
> transaction.cpp \
> udp_listen_socket.cpp \
> "XBT Tracker.cpp" \
> `mysql_config --libs` && strip xbt_tracker
In file included from ../misc/sql/database.h:4,
from ../misc/sql/database.cpp:2:
../misc/sql/sql_result.h:3:33: error: boost/make_shared.hpp: No such file or dir
ectory
In file included from ../misc/sql/database.h:4,
from ../misc/sql/database.cpp:2:
../misc/sql/sql_result.h: In constructor 'Csql_result::Csql_result(MYSQL_RES*)':
../misc/sql/sql_result.h:113: error: 'make_shared' is not a member of 'boost'
../misc/sql/sql_result.h:113: error: expected primary-expression before '>' toke
n
In file included from ../misc/sql/database.h:4,
from ../misc/sql/sql_query.cpp:6:
../misc/sql/sql_result.h:3:33: error: boost/make_shared.hpp: No such file or dir
ectory
In file included from ../misc/sql/database.h:4,
from ../misc/sql/sql_query.cpp:6:
../misc/sql/sql_result.h: In constructor 'Csql_result::Csql_result(MYSQL_RES*)':
../misc/sql/sql_result.h:113: error: 'make_shared' is not a member of 'boost'
../misc/sql/sql_result.h:113: error: expected primary-expression before '>' toke
n
In file included from ../misc/sql/sql_result.cpp:2:
../misc/sql/sql_result.h:3:33: error: boost/make_shared.hpp: No such file or dir
ectory
In file included from ../misc/sql/sql_result.cpp:2:
../misc/sql/sql_result.h: In constructor 'Csql_result::Csql_result(MYSQL_RES*)':
../misc/sql/sql_result.h:113: error: 'make_shared' is not a member of 'boost'
../misc/sql/sql_result.h:113: error: expected primary-expression before '>' toke
n
In file included from ../misc/bvalue.h:6,
from ../misc/bvalue.cpp:2:
../misc/xbt/virtual_binary.h:3:33: error: boost/make_shared.hpp: No such file or
directory
In file included from ../misc/bvalue.h:6,
from ../misc/bvalue.cpp:2:
../misc/xbt/virtual_binary.h: In member function 'memory_range Cvirtual_binary::
mutable_range()':
../misc/xbt/virtual_binary.h:91: error: 'make_shared' is not a member of 'boost'
../misc/xbt/virtual_binary.h:91: error: expected primary-expression before '>' t
oken
In file included from ../misc/virtual_binary.cpp:2:
../misc/xbt/virtual_binary.h:3:33: error: boost/make_shared.hpp: No such file or
directory
In file included from ../misc/virtual_binary.cpp:2:
../misc/xbt/virtual_binary.h: In member function 'memory_range Cvirtual_binary::
mutable_range()':
../misc/xbt/virtual_binary.h:91: error: 'make_shared' is not a member of 'boost'
../misc/xbt/virtual_binary.h:91: error: expected primary-expression before '>' t
oken
../misc/virtual_binary.cpp: In constructor 'Cvirtual_binary::Cvirtual_binary(siz
e_t)':
../misc/virtual_binary.cpp:18: error: 'make_shared' is not a member of 'boost'
../misc/virtual_binary.cpp:18: error: expected primary-expression before '>' tok
en
../misc/virtual_binary.cpp: In constructor 'Cvirtual_binary::Cvirtual_binary(con
st_memory_range)':
../misc/virtual_binary.cpp:23: error: 'make_shared' is not a member of 'boost'
../misc/virtual_binary.cpp:23: error: expected primary-expression before '>' tok
en
../misc/virtual_binary.cpp: In member function 'unsigned char* Cvirtual_binary::
write_start(size_t)':
../misc/virtual_binary.cpp:68: error: 'make_shared' is not a member of 'boost'
../misc/virtual_binary.cpp:68: error: expected primary-expression before '>' tok
en
In file included from ../misc/xcc_z.h:3,
from ../misc/xcc_z.cpp:2:
../misc/xbt/virtual_binary.h:3:33: error: boost/make_shared.hpp: No such file or
directory
In file included from ../misc/xcc_z.h:3,
from ../misc/xcc_z.cpp:2:
../misc/xbt/virtual_binary.h: In member function 'memory_range Cvirtual_binary::
mutable_range()':
../misc/xbt/virtual_binary.h:91: error: 'make_shared' is not a member of 'boost'
../misc/xbt/virtual_binary.h:91: error: expected primary-expression before '>' t
oken
In file included from connection.h:5,
from connection.cpp:2:
../misc/xbt/virtual_binary.h:3:33: error: boost/make_shared.hpp: No such file or
directory
In file included from connection.h:5,
from connection.cpp:2:
../misc/xbt/virtual_binary.h: In member function 'memory_range Cvirtual_binary::
mutable_range()':
../misc/xbt/virtual_binary.h:91: error: 'make_shared' is not a member of 'boost'
../misc/xbt/virtual_binary.h:91: error: expected primary-expression before '>' t
oken
In file included from ../misc/sql/database.h:4,
from server.h:14,
from connection.cpp:9:
../misc/sql/sql_result.h: In constructor 'Csql_result::Csql_result(MYSQL_RES*)':
../misc/sql/sql_result.h:113: error: 'make_shared' is not a member of 'boost'
../misc/sql/sql_result.h:113: error: expected primary-expression before '>' toke
n
In file included from connection.h:5,
from server.h:4,
from server.cpp:2:
../misc/xbt/virtual_binary.h:3:33: error: boost/make_shared.hpp: No such file or
directory
In file included from connection.h:5,
from server.h:4,
from server.cpp:2:
../misc/xbt/virtual_binary.h: In member function 'memory_range Cvirtual_binary::
mutable_range()':
../misc/xbt/virtual_binary.h:91: error: 'make_shared' is not a member of 'boost'
../misc/xbt/virtual_binary.h:91: error: expected primary-expression before '>' t
oken
In file included from ../misc/sql/database.h:4,
from server.h:14,
from server.cpp:2:
../misc/sql/sql_result.h: In constructor 'Csql_result::Csql_result(MYSQL_RES*)':
../misc/sql/sql_result.h:113: error: 'make_shared' is not a member of 'boost'
../misc/sql/sql_result.h:113: error: expected primary-expression before '>' toke
n
In file included from connection.h:5,
from server.h:4,
from tcp_listen_socket.cpp:4:
../misc/xbt/virtual_binary.h:3:33: error: boost/make_shared.hpp: No such file or
directory
In file included from connection.h:5,
from server.h:4,
from tcp_listen_socket.cpp:4:
../misc/xbt/virtual_binary.h: In member function 'memory_range Cvirtual_binary::
mutable_range()':
../misc/xbt/virtual_binary.h:91: error: 'make_shared' is not a member of 'boost'
../misc/xbt/virtual_binary.h:91: error: expected primary-expression before '>' t
oken
In file included from ../misc/sql/database.h:4,
from server.h:14,
from tcp_listen_socket.cpp:4:
../misc/sql/sql_result.h: In constructor 'Csql_result::Csql_result(MYSQL_RES*)':
../misc/sql/sql_result.h:113: error: 'make_shared' is not a member of 'boost'
../misc/sql/sql_result.h:113: error: expected primary-expression before '>' toke
n
In file included from connection.h:5,
from server.h:4,
from transaction.h:3,
from transaction.cpp:2:
../misc/xbt/virtual_binary.h:3:33: error: boost/make_shared.hpp: No such file or
directory
In file included from connection.h:5,
from server.h:4,
from transaction.h:3,
from transaction.cpp:2:
../misc/xbt/virtual_binary.h: In member function 'memory_range Cvirtual_binary::
mutable_range()':
../misc/xbt/virtual_binary.h:91: error: 'make_shared' is not a member of 'boost'
../misc/xbt/virtual_binary.h:91: error: expected primary-expression before '>' t
oken
In file included from ../misc/sql/database.h:4,
from server.h:14,
from transaction.h:3,
from transaction.cpp:2:
../misc/sql/sql_result.h: In constructor 'Csql_result::Csql_result(MYSQL_RES*)':
../misc/sql/sql_result.h:113: error: 'make_shared' is not a member of 'boost'
../misc/sql/sql_result.h:113: error: expected primary-expression before '>' toke
n
In file included from connection.h:5,
from server.h:4,
from transaction.h:3,
from udp_listen_socket.cpp:4:
../misc/xbt/virtual_binary.h:3:33: error: boost/make_shared.hpp: No such file or
directory
In file included from connection.h:5,
from server.h:4,
from transaction.h:3,
from udp_listen_socket.cpp:4:
../misc/xbt/virtual_binary.h: In member function 'memory_range Cvirtual_binary::
mutable_range()':
../misc/xbt/virtual_binary.h:91: error: 'make_shared' is not a member of 'boost'
../misc/xbt/virtual_binary.h:91: error: expected primary-expression before '>' t
oken
In file included from ../misc/sql/database.h:4,
from server.h:14,
from transaction.h:3,
from udp_listen_socket.cpp:4:
../misc/sql/sql_result.h: In constructor 'Csql_result::Csql_result(MYSQL_RES*)':
../misc/sql/sql_result.h:113: error: 'make_shared' is not a member of 'boost'
../misc/sql/sql_result.h:113: error: expected primary-expression before '>' toke
n
In file included from connection.h:5,
from server.h:4,
from XBT Tracker.cpp:5:
../misc/xbt/virtual_binary.h:3:33: error: boost/make_shared.hpp: No such file or
directory
In file included from connection.h:5,
from server.h:4,
from XBT Tracker.cpp:5:
../misc/xbt/virtual_binary.h: In member function 'memory_range Cvirtual_binary::
mutable_range()':
../misc/xbt/virtual_binary.h:91: error: 'make_shared' is not a member of 'boost'
../misc/xbt/virtual_binary.h:91: error: expected primary-expression before '>' t
oken
In file included from ../misc/sql/database.h:4,
from server.h:14,
from XBT Tracker.cpp:5:
../misc/sql/sql_result.h: In constructor 'Csql_result::Csql_result(MYSQL_RES*)':
../misc/sql/sql_result.h:113: error: 'make_shared' is not a member of 'boost'
../misc/sql/sql_result.h:113: error: expected primary-expression before '>' toke
n