Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors when compiling for android #63

Open
fred-dev opened this issue Feb 4, 2022 · 0 comments
Open

Errors when compiling for android #63

fred-dev opened this issue Feb 4, 2022 · 0 comments

Comments

@fred-dev
Copy link
Contributor

fred-dev commented Feb 4, 2022

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant