gpt4 book ai didi

makefile - 使错误 : missing separator

转载 作者:太空宇宙 更新时间:2023-11-04 12:36:15 24 4
gpt4 key购买 nike

我在运行 make 时遇到以下错误:

Makefile:168: *** missing separator.  Stop.

这是什么原因造成的?

最佳答案

online manual 中所示,该错误的最常见原因是当 make 需要制表符时,行用空格缩进。

正确

target: 
\tcmd

其中 \t 是 TAB (U+0009)

错误

target:
....cmd

其中每个 . 代表一个空格 (U+0020)。

关于makefile - 使错误 : missing separator,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56308753/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com