ofxHTTP icon indicating copy to clipboard operation
ofxHTTP copied to clipboard

Errors when compiling for android

Open fred-dev opened this issue 2 years ago • 0 comments

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?

fred-dev avatar Feb 04 '22 00:02 fred-dev