我正在尝试在 OSX Yosemite 上编译 Wayland。我运行 ./configure 并得到一个错误:
checking whether SFD_CLOEXEC is declared... no
configure: error: "SFD_CLOEXEC is needed to compile wayland"
当我用谷歌搜索“SFD_CLOEXEC”时,它说结果太少,我什至找不到 SFD_CLOEXEC 是什么。我试着跑步brew install SFD_CLOEXEX
,什么也没有。
什么是 SFD_CLOEXEC?