Compilation 由于yaml cpp构建,编译铆钉包时出现问题

Compilation 由于yaml cpp构建,编译铆钉包时出现问题,compilation,yaml,yaml-cpp,Compilation,Yaml,Yaml Cpp,由于我的yaml cpp构建,我在编译铆钉包时遇到困难。 我已经安装了所需的其他各种设备,没有太多麻烦,但当我运行时: ./configure --with-boost=/Users/jackmedley/Desktop/boost_1_52_0 我得到一个错误: .... checking for fastjet/D0RunIIConePlugin.hh... yes checking fastjet/TrackJetPlugin.hh usability... yes checking f

由于我的yaml cpp构建,我在编译铆钉包时遇到困难。 我已经安装了所需的其他各种设备,没有太多麻烦,但当我运行时:

./configure --with-boost=/Users/jackmedley/Desktop/boost_1_52_0
我得到一个错误:

....
checking for fastjet/D0RunIIConePlugin.hh... yes
checking fastjet/TrackJetPlugin.hh usability... yes
checking fastjet/TrackJetPlugin.hh presence... yes
checking for fastjet/TrackJetPlugin.hh... yes
configure: Found yaml-cpp library at /usr/local/lib/libyaml-cpp.a
configure: Found yaml-cpp header directory at /usr/local/include
checking yaml-cpp/node.h usability... no
checking yaml-cpp/node.h presence... no
checking for yaml-cpp/node.h... no
checking yaml-cpp/node/node.h usability... no
checking yaml-cpp/node/node.h presence... no
checking for yaml-cpp/node/node.h... no
configure: error: yaml-cpp API version could not be determined
还有其他人有类似的问题吗