gpt4 book ai didi

emacs - GNU make yield “commands commence before first target”错误

转载 作者:行者123 更新时间:2023-12-04 03:40:15 30 4
gpt4 key购买 nike

尝试从Fedora 15 x86_64上的源安装Emacs 22.3。

./configure

命令执行正常,但是

使 yield 错误:
[sigrlami@server emacs-22.3]# make
cd lib-src; make all \
CC='gcc' CFLAGS='-g -O2 -Wno-pointer-sign ' CPPFLAGS='-D_BSD_SOURCE ' \
LDFLAGS='-Wl,-znocombreloc ' MAKE='make'
make[1]: Entering directory `/home/sigrlami/bin/emacs-22.3/lib-src'
Makefile:148: *** recipe commences before first target. Stop.
make[1]: Leaving directory `/home/sigrlami/bin/emacs-22.3/lib-src'
make: *** [lib-src] Error 2

在makefile中,我什么都没碰到,在第148行中一切正常:
144 # ========================== start of cpp stuff =======================
145 LIBS_MOVE=$(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) $(COM_ERRLIB) $(HESIODLIB)
146 LOADLIBES= -lc
147 ALL_CFLAGS = -D_BSD_SOURCE -DHAVE_CONFIG_H
148 -I. -I../src -I${srcdir} -I${srcdir}/../src ${LDFLAGS} ${CPPFLAGS} ${CFLAGS}
149 LINK_CFLAGS = -D_BSD_SOURCE -DHAVE_CONFIG_H

有什么建议如何解决这个问题?也许系统没有一些库?

最佳答案

make输入语言对空格敏感。

特别是命令(为了重制目标而执行的操作)以选项卡开头,因此错误明确地告诉您选项卡不正确。

尽管只有分行开头的选项卡具有特殊的意义,但我尝试不使用makefile中的任何选项卡,而是发出命令开始的信号。

关于emacs - GNU make yield “commands commence before first target”错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7783920/

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