我一直在尝试在 mac osx 10.11 中安装bakefile (v0.2.9)。每当我尝试使用 dmg 文件安装 bakefile 时,都会The installation failed.The installer could not install the software because there was no software found to install
出错。
我什至尝试从源代码(来自 github 的 v1.2.5.1)构建它。我使用sudo make命令构建了它。但是sudo make install命令会抛出No rule to make target install
。
有没有其他方法可以在 macosx 10.11 中安装 bakefile?
编辑: 最后我设法在 osx 10.11 中安装了 bakefile 0.2.9。我不能使用最新版本,因为它不支持我们在项目中使用的 bakefile。
虽然安装成功,但当我尝试构建 bakefiles(.bkl) 时出现分段错误 11 。一些论坛建议该问题可能与 python 2.7 有关。我遵循了解决问题所需的所有步骤。但他们都没有帮助。
我一直在使用 python 2.7.11。如何避免这种分段错误?