我正在尝试在运行 Debian for armhf 的 Cubietruck 板中编译 ArandoDB 2.2.3 由于 3rdParty V8 将无法编译并会抛出错误“#error Target architecture ia32 is only supported on ia32 host”,我决定安装 libv8-dev,所以我的系统拥有 ArangoDB 所需的所有头文件和库。如何告诉 ArangoDB 配置实用程序使用当前的 v8 头文件和 lib 文件?
./configure --disable-all-in-one-v8 --with-v8=/usr --with-v8-lib=/usr/lib --enable-all-in-one-libev --enable-all-in-one-icu
没用,出现这个错误:
...
configure: CHECKING FOR GOOGLE V8
configure: --------------------------------------------------------------------------------
checking for v8::V8::GetVersion() in -lv8_base... no
configure: error: Please install the V8 library from Google
谢谢你的帮助。