由于我的yaml-cpp构建,我在编译Rivet包时遇到了困难。 我已经安装了所需的其他各种东西而没有太多的麻烦但是当我跑的时候:
./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
还有其他人有过类似的问题吗?