编译安装bochs的问题

Kvm、VMware、Virtualbox、Xen、Qemu 等
回复
yiyepianzhou
帖子: 197
注册时间: 2008-03-06 21:19

编译安装bochs的问题

#1

帖子 yiyepianzhou » 2008-11-05 9:54

运行make时总是有错误
。。。
/usr/include/c++/4.3/backward/backward_warning.h:33:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated.
symbols.cc:143: 错误: ISO C++ 不允许声明无类型的‘hash_map’
symbols.cc:143: 错误: expected ‘;’ before ‘<’ token
symbols.cc:151: 错误: expected constructor, destructor, or type conversion before ‘<’ token
symbols.cc: In constructor ‘context_t::context_t(Bit32u)’:
symbols.cc:158: 错误: ‘map’在此作用域中尚未声明
symbols.cc: In static member function ‘static context_t* context_t::get_context(Bit32u)’:
symbols.cc:180: 错误: ‘map’在此作用域中尚未声明
make[1]: *** [symbols.o] 错误 1
make[1]:正在离开目录 `/home/pmxa/bochs-2.3.7/bx_debug'
make: *** [bx_debug/libdebug.a] 错误 2
回复