我正在编写一个软件本教程(称为 PRESTO),但是当我输入时./configure
,我收到以下消息:
$ make && sudo make install
Making all in src
make[1]: enter directory "/home/user/Softwares/tempo/src"
/usr/bin/f77 -g -O2 -c -o bnryddfwhiecc.o bnryddfwhiecc.f
bnryddfwhiecc.f:130:71: Error: Expected a right parenthesis in expression at (1)
Makefile:468: set of instructions for the objective "bnryddfwhiecc.o" failed
make[1]: *** [bnryddfwhiecc.o] Error 1
make[1]: exit directory "/home/user/Softwares/tempo/src"
Makefile:359: set of instructions for the objective "all-recursive" failed
make: *** [all-recursive] Errore 1
我认为这与代码行数过长有关。我尝试&
在“以下”行的第六列或长行末尾添加一个字符,基本上这里说的,但没有作用。
我宁愿使用命令来禁用长行错误,而不是去修改每个文件的每一行。但我还不够了解,不知道该怎么做。