imake가 Fedora 25에서 작동하지 않습니다.

imake가 Fedora 25에서 작동하지 않습니다.

Makefile.tmpl makefile.rules를 개인화하려고 시도한 이후로 더 이상 Fedora 25에서 imake를 실행할 수 없습니다.

이 명령은 xmkmf -a나에게 다음을 제공합니다

mv -f Makefile Makefile.bak

imake -DUseInstalled -I/usr/share/X11/config
In file included from Imakefile.c:34:0:
/usr/share/X11/config/Imake.tmpl:2144:0: error: #include expects "FILENAME" or <FILENAME>
#include ProjectRulesFile
In file included from Imakefile.c:34:0:
/usr/share/X11/config/Imake.tmpl:2157:0: error: #include expects "FILENAME" or <FILENAME>
#include ProjectTmplFile

In file included from Imakefile.c:34:0:
/usr/share/X11/config/Imake.tmpl:2224:0: error: macro "MakefileTarget" requires 2 arguments, but only 1 given
MakefileTarget()

imake:Exit code 1.
Stop.

작업을 시작하려면 imake를 다시 설치해야 합니다.

답변1

페도라 25:# dnf reinstall imake

관련 정보