出错:缺少分隔符 [英] Make error: missing separator

查看:126
本文介绍了出错:缺少分隔符的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

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

I am getting the following error running make:

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

是什么原因造成的?

推荐答案

在线手册,导致该错误的最常见原因是,当make需要制表符时,行会缩进空格.

As indicated in the online manual, the most common cause for that error is that lines are indented with spaces when make expects tab characters.

target: 
\tcmd

其中\t是TAB(U + 0009)

where \t is TAB (U+0009)

target:
....cmd

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

where each . represents a SPACE (U+0020).

这篇关于出错:缺少分隔符的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆