小编Muh*_*sad的帖子

CMake错误:此项目中使用了以下变量,但是将它们设置为NOTFOUND

我正在尝试whalebot使用tar文件配置搜寻器whalebot-0.02.00.tar.gz。我已经用以下方法正确提取了它:

root@Admin1:~/dls# tar xvzf whalebot-0.02.00.tar.gz
Run Code Online (Sandbox Code Playgroud)

之后,我想用以下配置:

root@Admin1:~/dls/whalebot# ./configure
Run Code Online (Sandbox Code Playgroud)

它给我错误:

bash:./configure:没有这样的文件或目录

我也已经运行了命令:

root@Admin1:~/dls/whalebot# cmake ./
Run Code Online (Sandbox Code Playgroud)

它给我以下结果:

root@Admin1:~/dls/whalebot# cmake ./
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ …
Run Code Online (Sandbox Code Playgroud)

linux configure cmake

5
推荐指数
1
解决办法
3万
查看次数

标签 统计

cmake ×1

configure ×1

linux ×1