jeffcrouse/ofxJSON

Will this addon work v0.7.4 on Mac OSX?

timstutts opened this issue · 2 comments

I've spent the past hour trying to get the examples to compile, but haven't had any luck. Are they compatible with the latest version of OF?

Sorry, I see now that it was last updated in Nov 2012, so that is a yes. Anyways, I'm having a lot of trouble compiling the examples in Xcode. Any tips of how to set things up?

Okay, I solved my issue. While I wasn't able to get the example working, I was able to reconstruct it from an empty project. I had to change the paths of some of the includes (e.g. "#include <json/value.h>" to "#include <value.h>) to accurately reflect my hierarchy, but I got it working! Will leave this thread here just in case someone tries to run the examples and has the same issue I had.