Please install double-conversion library when building redex

被刻印的时光 ゝ 提交于 2019-12-06 09:38:00

I had the same problem and found the solution online.

What you have to do is open "configure.ac" in redex's main folder and replace AC_CHECK_LIB([double-conversion],[ceil],[],[AC_MSG_ERROR( with AC_CHECK_LIB([double-conversion],[main],[],[AC_MSG_ERROR(

Original solution here: http://qiita.com/takke/items/6f39aa4901cb7c7faac9

After that I was able to build

I've fixed the double-conversion error in configure, so this shouldn't be a problem anymore. Thanks for reporting it.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!