wxdjs 发表于 2005-10-30 09:25:40

求助 :编译出错,应该安装那些库

debian unstable,
Tracker.cpp
TCPTracker.cpp:8:28: error: boost/format.hpp: 没有那个文件或目录
TCPTracker.cpp: In member function 'std::string CTCPTracker::makeTrackerUrl(const char*)':
TCPTracker.cpp:219: error: 'boost' has not been declared
TCPTracker.cpp:219: error: 'format' was not declared in this scope
TCPTracker.cpp:227: error: 'str' was not declared in this scope
make: *** 错误 1
make: Leaving directory `/home/XXX/BitStormLite-0.1b/src'
make: *** 错误 1
make: Leaving directory `/home/XXX/BitStormLite-0.1b'
make: *** 错误 2
请问这是什么问题引起的

gxcooo 发表于 2005-10-30 10:26:16

libboost-dev

alpher 发表于 2005-10-30 16:57:19

可不可以不要依赖这个?

gxcooo 发表于 2005-10-30 18:20:08

可以,其实只有一行代码用到了这个,以后改掉

alpher 发表于 2005-10-30 18:36:30

多谢!
页: [1]
查看完整版本: 求助 :编译出错,应该安装那些库