您的位置:首页 > 运维架构 > Linux

CentOS 5.2 下安装tripwire2.3.1.2出错解决

2008-10-06 20:56 393 查看
文章出处:http://www.mail-archive.com/debian-bugs-rc@lists.debian.org/msg24375.html
原因是缺少声明,需修改下面三个文件1.修改在tripwire-2.3.1.2.0/src/fco/fconame.h第49行处
class cFCONameTblNode;
class cFCONameIter;
class cFCOName_i;  #增加此行

class cFCOName : public iTypedSerializable
{
2.修改在tripwire-2.3.1.2.0/src/fco/fcosetimpl.h
第46行
#include "fconame.h"
#endif

class cFCOIterImpl;  #增加此行

class cFCOSetImpl : public iFCOSet
{
3.修改在tripwire-2.3.1.2.0/src/tw/fcoreport.h
第85行
class cFileHeaderID;
class cErrorQueue;
class cFCOReportGenreHeader;
class cFCOReportSpecIter; #增加此行

class cFCOReport : public iTypedSerializable
{
[/code]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: