Christopher Baker

Results 161 comments of Christopher Baker

Hi @loganwilliams are you using the develop branch of ofxHTTP and its dependencies?

Also, have you tried upgrading your version of nlohmann::json like this https://github.com/bakercp/ofxSerializer/issues/1

@loganwilliams good to know. The next release of OF should include a newer version of `json.hpp` that offers better compatibility with newer macos compilers.

So to be clear I understand, you want to connect from an OF app to web server with web sockets (as a client)? ofxJSONRPC is an a way of making...

Hi @owenplanchart - if you take the URL (in red) that you are using to set in `grabber.setURI(...)` and put it into a web browser (I know firefox works), do...

I'm using https://github.com/bakercp/ofxJSON (the same thing happens with https://github.com/bakercp/ofxJSONRPC). My branch is maintained and has an addons_config.mk file etc, which is the key difference I believe. When I try to...

Cool. Will do. I'll look at it now. --- http://christopherbaker.net On Sun, Jun 29, 2014 at 2:07 PM, ofZach [email protected] wrote: > ah ok - I'll check that branch out....

It turns out that both `ADDON_INCLUDES =` and `ADDON_SOURCES =` (and perhaps others) are clearing all of the existing sources and includes with that are parsed from the file system....

@arturoc `ADDON_INCLUDES =` should not remove all of the includes found from the file system structure. Currently the makefile system does not do this, so the project generator should not...

Just by way of experimentation, you compare the verbose output of project generator (and the way it handles these variables) to the `make MAKEFILE_DEBUG=1` you'll see the differences between PG...