我正在尝试在 OS X 上构建最新的 openssh Portable。但是,当我运行 ./confgure 时,会出现以下情况:
configure: WARNING: sandbox.h: present but cannot be compiled
configure: WARNING: sandbox.h: check for missing prerequisite headers?
configure: WARNING: sandbox.h: see the Autoconf documentation
configure: WARNING: sandbox.h: section "Present But Cannot Be Compiled"
configure: WARNING: sandbox.h: proceeding with the preprocessor's result
configure: WARNING: sandbox.h: in the future, the compiler will take precedence
configure: WARNING: ## ------------------------------------------- ##
configure: WARNING: ## Report this to openssh-unix-dev@mindrot.org ##
configure: WARNING: ## ------------------------------------------- ##
checking for sandbox.h... yes
当我尝试构建它时:
In file included from sandbox-darwin.c:23:
/usr/include/sandbox.h:98:29: error: sandbox/private.h: No such file or directory
make: *** [sandbox-darwin.o] Error 1
不用说,这是一个问题。我搜索了谷歌并查看了“可能已经有你答案的问题”,但似乎没有什么相关的。我怎样才能解决这个问题?