千家信息网

indent 源码编译

发表于:2025-02-04 作者:千家信息网编辑
千家信息网最后更新 2025年02月04日,代码下载 http://mirrors.ustc.edu.cn/gnu/indent/版本2.2.12编译错误/indent-2.2.12/man'o texinfo2man ./texinfo2ma
千家信息网最后更新 2025年02月04日indent 源码编译

代码下载 http://mirrors.ustc.edu.cn/gnu/indent/

版本2.2.12编译错误

/indent-2.2.12/man'
o texinfo2man ./texinfo2man.c
make[2]: o: Command not found
make[2]: [Makefile:546: texinfo2man] Error 127 (ignored)
./texinfo2man ./indent.1.in ./../doc/indent.texi > indent.1
/bin/sh: ./texinfo2man: No such file or directory
make[2]: *** [Makefile:549: indent.1] Error 127
make[2]: Leaving directory '/3thrdparty/indent-2.2.12/man'
make[1]: *** [Makefile:455: all-recursive] Error 1
make[1]: Leaving directory '/3thrdparty/indent-2.2.12'
make: *** [Makefile:393: all] Error 2

解决查看CC_FOR_BUILD 宏定义问题


版本 2.2.11 生成indent可执行程序成功

WARNING: `texi2html' is needed, and is missing on your system.
You might have modified some files without having the
proper tools for further handling them. Check the `README' file,
it often tells you about the needed prerequisites for installing
this package. You may also peek at any GNU archive site, in case
some other package would contain this missing `texi2html' program.
make[2]: *** [Makefile:796: indent.html] Error 1

0