我在新机器上使用 Ubuntu 18.04 64 位新安装了 Incredibuild 0.93.85。
安装没有报告任何问题,但是当我尝试编译我的 makefile-project 时,报告了无数这样的错误:
ERROR: ld.so: object '/opt/incredibuild/lib/${PLATFORM}/libibinterceptor.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
不过,编译本身会运行。
显然 Incredibuild 无法正确解析 ${PLATFORM} 变量。文件夹 /opt/incredibuild/lib 包含文件夹“i686”和“x86_64”,并且都包含 libibinterceptor.so
我的一位同事具有相同的系统配置(Ubuntu 18.04 64 位和 Incredibuild 0.93.85)并且没有任何问题。
我怎样才能摆脱这些错误?