-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I recently dove into spacebrew and got the server and P5 sketches working without a glitch, excellent work guys!
Advancing a step, ofxSpacebrew shows an issue running the v0.9.8 open frameworks version on macOS (the download, not the git-master), as well as using the most recent version of ofxLibwebsockets. (using freshly generated xcode project files)
The compile error:
Unknown type name 'ofJson'
in ofxSpacebrew.h
After a bit of investigation I noticed that the open frameworks git version includes lib/utils/ofJson.h, but it isn't present in the normal download version. Merely copying the ofJson file and the json lib leads to a chain of other issues.
Any clues how to efficiently tackle this? The recent Xcode/macOS doesn't play well with versions of OF lower then 0.9.4. Thanks!