Skip to content

Errors when compiling for android #63

@fred-dev

Description

@fred-dev

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions