frauzufall / ofxGuiExtended

ofParameter based GUI addon for openFrameworks; derived from the core OF ofxGui addon and ofxDOM.
MIT License
113 stars 29 forks source link

won't compile - json issues. OS X #59

Open steeley opened 7 years ago

steeley commented 7 years ago

I've got the master branch but it just keeps moaning about no json.hpp files. there is no json.hpp in the master! what is you addon actually looking for?? How can I get this to compile????

of 0.9.8 OS X 10.11.6

moebiussurfing commented 7 years ago

same here 0.9.8 & 10.12.6. using master branch.... can't see if there's a stable one #include "ofJson.h" not found in ofxGuiElement.h

moebiussurfing commented 7 years ago

ok. I see this issue... https://github.com/frauzufall/ofxGuiExtended/issues/53

lethalrush commented 7 years ago

I have the same issue!

With oF 0.9.8 Release, I get an error saying it can't find "ofJson.h".

With oF Master, I get an error saying that ohJson.h can't find "Json.hpp". ('json.hpp' file not found')

I tried manually installing nlohmann JSON, which contains a "Json.hpp", but I couldn't get it to work. (I am a noob with XCode). I also tried installing it using brew.

MacOS 10.12.6, XCode 9.0.1, oF 0.9.8 Release or Master.