我正在尝试将 quilt 配置为能够进行 make 和 make install 以便在 mac 上构建 csipsimple (http://code.google.com/p/csipsimple/wiki/HowToBuild),但是,我遇到了以下问题当我尝试配置被子时。我安装了macports。
Sorry, you have a version of sed which doesn't understand constructs
of the form (foo|bar). quilt needs it. If you have access to
a version of sed which does understand such constructs, you can supply
its path with the '--with-sed=' option.
谢谢你的帮助。
最佳答案
安装 gsed
sudo port install gsed
然后
./configure --with-sed=gsed
关于macos - 无法在 mac 上为 csipsimple 配置被子,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/11038573/