【发布时间】:2014-06-07 19:32:40
【问题描述】:
无法制造愚蠢。具有下一个文件夹结构:
/flint/double-conversion/src
/flint/folly/folly/
/flint/folly 包含自述文件和许可证。作为in the readme,我用scons设置了双重转换,用
导出标志export LDFLAGS=-L../../double-conversion/
export CPPFLAGS=-I../../double-conversion/src/
来自第二个愚蠢的目录并且没有任何工作:
checking double-conversion/double-conversion.h presence... no
checking for double-conversion/double-conversion.h... no
configure: error: Couldn't find double-conversion.h,
还尝试过像 /home/username/flint/double-conversion/ 这样的绝对路径,但这也不起作用。 有什么建议吗?
【问题讨论】: