语境:
我想使用 OS 10.6.8 系统来测试daemontools encore 的一些补丁。
对于 gcc 工具链,我需要 XCode 或这个 gcc 安装程序。我选择了后者,它似乎在我的系统上运行良好。daemontools-encore 在 githib 上可用,我使用从github.com下载的 git 客户端从中获取它。
问题:
从分发目录运行 ./makemake 会给我一个空的 Makefile,以及以下消息(似乎不管我对 *conf 文件做了什么调整):
Calculating targets...
Building Makefile...
./makemake: line 114: makemake.TARGETS: Is a directory
sort: read failed: makemake.TARGETS: Is a directory
rm: makemake.TARGETS: is a directory
done.
rm: makemake.TARGETS: is a directory
我曾预计会生成一个较大的(约 300 行)Makefile(根据 daemontools 0.76 的原始发行版),使后续的“make install”等操作成为可能。
编辑:
我正在使用这个版本的 daemontools-encore。