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 am trying to use ofxHttp in android and get a lot of errors, many come from the dependancy ofxIO and are due to:
file not found
#include <cstddef>
If I remove ofxIO (I am not sure if it is needed I just want to send an https request, there are many errors related to the Poco includes (I do have ofxPoco in my addons config)
An example is:
compiling BaseServer.cpp failed.
In file included from **********/../../../addons/ofxHTTP/libs/ofxHTTP/include/ofx/HTTP/BaseServer.h:12:10: fatal error: 'Poco/ErrorHandler.h' file not found
#include "Poco/ErrorHandler.h"
^~~~~~~~~~~~~~~~~~~~~
Should this addon work with Android?
The text was updated successfully, but these errors were encountered:
I am trying to use ofxHttp in android and get a lot of errors, many come from the dependancy ofxIO and are due to:
If I remove ofxIO (I am not sure if it is needed I just want to send an https request, there are many errors related to the Poco includes (I do have ofxPoco in my addons config)
An example is:
Should this addon work with Android?
The text was updated successfully, but these errors were encountered: