<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://jackxiang.com/post//</link>
<title><![CDATA[A C interpreter and API explorer.]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 09 Oct 2019 06:38:01 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	https://github.com/hexagonal-sun/bic<br/><br/>Installation<br/>You can compile and install bic with the following commands:<br/><br/>autoreconf -i<br/>./configure --enable-debug<br/>make<br/>make install<br/><br/><br/>make出现：<br/>onfigure: WARNING: Expect not found, disabling REPL test cases.<br/>./configure: line 5093: AX_LIB_READLINE: command not found<br/>checking for __gmpz_init in -lgmp... no<br/>configure: error: GNU MP not found, see https://gmplib.org/<br/>========================安装地发现问题=======================<br/><br/>执行autoconf -i是遇到 possibly undefined macro: AM_INIT_AUTOMAKE<br/>尝试运行： autoreconf --install<br/><br/>autoreconf --install<br/>Can&#039;t exec &quot;aclocal&quot;: No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.<br/>autoreconf: failed to run aclocal: No such file or directory<br/><br/><br/><br/>sudo yum install automake&nbsp;&nbsp;#解决：failed to run aclocal: No such file or directory<br/><br/><br/>#autoreconf --install&nbsp;&nbsp;&nbsp;&nbsp; <br/>configure.ac:8: installing &#039;./config.guess&#039;<br/>configure.ac:8: installing &#039;./config.sub&#039;<br/>configure.ac:11: installing &#039;./install-sh&#039;<br/>configure.ac:11: installing &#039;./missing&#039;<br/>src/Makefile.am: installing &#039;./depcomp&#039;<br/>configure.ac: installing &#039;./ylwrap&#039;<br/>parallel-tests: installing &#039;./test-driver&#039;<br/><br/><br/>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] A C interpreter and API explorer.]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>