meme安装报错

meme安装报错


                 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/ 

  • 发表于 2021-01-28 14:47
  • 阅读 ( 3240 )
  • 分类:linux

0 条评论

请先 登录 后评论
omicsgene
omicsgene

生物信息

707 篇文章

作家榜 »

  1. omicsgene 707 文章
  2. 安生水 352 文章
  3. Daitoue 167 文章
  4. 生物女学霸 120 文章
  5. xun 82 文章
  6. rzx 79 文章
  7. 红橙子 78 文章
  8. CORNERSTONE 72 文章