macos - 无法在 mac 上为 csipsimple 配置被子

标签 macos date sed quilt

我正在尝试配置 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/

相关文章:

用于多个输出文件的 Bash 脚本

php - OS X 上的 xdebug 部分工作(例如,在终端而不是浏览器中打印堆栈跟踪)。

macos - 保护 Mac OS 中的可执行文件

linux - sed 在一个文件中搜索多个字符串

Flutter:查找两个日期之间的天数

swift - 获取日期中的某一天 SwiftUI

linux - Unix 递归替换文件中的反斜杠

xcode - 如何跨一个 Xcode 工作区的多个目标共享 Swift 类?

macos - 在 OSX 上对 curl 的 SFTP 支持

javascript - Moment.js - 如何将日期字符串转换为日期?