Hi
I’m working on a project in OF_0.9.8 on OSX 10.10.5. and Xcode 7.2.1 (7C1002).
I wanted to use ofxYAML, but when I try compiling I get this error:
/Users/xxxx/Documents/openFrameworks/of_v0.9.8_osx_release/addons/ofxYAML/libs/yaml-cpp/include/node/node.h:15:10: 'node/detail/bool_type.h' file not found
I checked and the file is there. Xcode’s path is set and it should work. But it doesn’t.
Adding to that, it created recursively (ad infinitum) src/
folders inside my src/
folder.
Do you know what is going on? Do I need another version of ofxYAML (cloned this one https://github.com/michaelbaisch/ofxYAML)
Best