from xsltutils.c:33:
/usr/include/libxml2/libxml/tree.h:1124:3: note: expected ‘xmlBufferPtr’ but argument is of type ‘xmlBufPtr’
xmlBufferWriteQuotedString(xmlBufferPtr buf,
^
xsltutils.c: In function ‘xsltSaveResultToString’:
xsltutils.c:1758:26: error: dereferencing pointer to incomplete type
*doc_txt_len = buf->conv->use;
^
xsltutils.c:1759:37: error: dereferencing pointer to incomplete type
*doc_txt_ptr = xmlStrndup(buf->conv->content, *doc_txt_len);
^
xsltutils.c:1761:28: error: dereferencing pointer to incomplete type
*doc_txt_len = buf->buffer->use;
^
xsltutils.c:1762:39: error: dereferencing pointer to incomplete type
*doc_txt_ptr = xmlStrndup(buf->buffer->content, *doc_txt_len);
^
make[4]: *** [libxslt_la-xsltutils.lo] Error 1
make[4]: Leaving directory `/share/work/biosoft/meme/meme-5.3.0/src/libxslt'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/share/work/biosoft/meme/meme-5.3.0/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/share/work/biosoft/meme/meme-5.3.0/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/share/work/biosoft/meme/meme-5.3.0'
make: *** [all] Error 2
解决办法安装时:不要加 --with-url
./configure --prefix=/share/work/biosoft/meme/meme-v5.0.3/
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!