You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: