|
编译filezilla不通过,发现许多类似于如下的错误提示:- /usr/include/tinystr.h:112: undefined reference to `TiXmlString::assign(char const*, unsigned long)'
复制代码 是tinyxml的问题,在/usr/portage/dev-libs/tinyxml/files/Makefile中有这样一句:- CPPFLAGS += -DTIXML_USE_STL
复制代码 删掉,重新ebuild tinyxml....ebuild manifest
或者做一个自己的overlay,就可以让filezilla正确编译。
参考:
http://forums.gentoo.org/viewtop ... 0979fe14948b089510f |
|