오류: `make` 명령 후 (1) 표현식에 오른쪽 괄호가 필요합니다.

오류: `make` 명령 후 (1) 표현식에 오른쪽 괄호가 필요합니다.

다음 소프트웨어를 컴파일 중입니다.이 튜토리얼(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

나는 그것이 코드의 줄 길이가 너무 길기 때문이라고 생각합니다. &기본적으로 "다음" 줄의 여섯 번째 열이나 긴 줄 끝 바로 뒤에 문자를 추가하려고 했습니다 .여기서 말하는 것은 무엇입니까?, 그러나 작동하지 않았습니다.

각 파일의 각 줄을 수정하는 대신 명령을 사용하여 긴 줄 오류를 비활성화하고 싶습니다. 하지만 조치를 취할 만큼 지식이 부족합니다.

관련 정보