kostrzewa / cvc_depgraph

GNU General Public License v3.0
1 stars 1 forks source link

latest yaml-cpp builds break tests #17

Open kostrzewa opened 4 years ago

kostrzewa commented 4 years ago
CMakeFiles/correlators.dir/correlators.cpp.o: In function `main':

/home/travis/build/kostrzewa/cvc_depgraph/correlators.cpp:132: undefined reference to `YAML::LoadFile(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)'

parsers/libyaml_parsers.a(yaml_enter_node.cpp.o): In function `cvc::yaml::enter_node(YAML::Node const&, unsigned int, cvc::OutputCollection&, cvc::MetaCollection&, cvc::DataCollection&)':

/home/travis/build/kostrzewa/cvc_depgraph/parsers/yaml_enter_node.cpp:53: undefined reference to `YAML::operator<<(std::ostream&, YAML::Node const&)'

parsers/libyaml_parsers.a(yaml_enter_node.cpp.o): In function `YAML::Exception::Exception(YAML::Mark const&, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&)':

all the undefined references still exist

I saw that the yaml-cpp build system was updated, so it's probably that...

kostrzewa commented 4 years ago

maybe the library name has changed or something