LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1148|回复: 1

安装doxygen出现的问题

[复制链接]
发表于 2007-10-13 19:39:01 | 显示全部楼层 |阅读模式
在安装doxygen的时候,当make的时候,出现这样的错误:
qxml.cpp:513:   instantiated from here
./qvaluestack.h:57: error: cannot convert 'QValueListIterator<QMap<QString, QString> >' to 'const char*' for argument '1' to 'int remove(const char*)'
./qvaluestack.h: In member function 'T QValueStack<T>::pop() [with T = QString]':
qxml.cpp:2499:   instantiated from here
./qvaluestack.h:57: error: cannot convert 'QValueListIterator<QString>' to 'const char*' for argument '1' to 'int remove(const char*)'
make[2]: *** [../objects/qxml.o] Error 1
make[2]: Leaving directory `/sources/doxygen-1.4.6/qtools'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/sources/doxygen-1.4.6/qtools'
make: *** [all] Error 2
请问,这是什么原因,如何解决?
发表于 2009-1-14 11:31:12 | 显示全部楼层
sed -i 's/remove/QValueList<T>::remove/' qtools/qvaluestack.h
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表