无法在mac上为csipsimple配置quilt

ska*_*ria 3 macos date sed quilt

我正在尝试配置quilt以便能够进行make并进行安装以便在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.
Run Code Online (Sandbox Code Playgroud)

谢谢你的帮助.

zhi*_*jie 6

安装gsed with

sudo port install gsed
Run Code Online (Sandbox Code Playgroud)

然后

./configure --with-sed=gsed
Run Code Online (Sandbox Code Playgroud)