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

ofxPoco Problem Android Studio #6127

Open
dottoremad opened this issue Sep 17, 2018 · 2 comments
Open

ofxPoco Problem Android Studio #6127

dottoremad opened this issue Sep 17, 2018 · 2 comments

Comments

@dottoremad
Copy link

I am working on a project using ofxPoco and ofxHttpUtils.
Everything works fine in Visual Studio on Windows and in Xcode on MacOS.

In Android Studio (Windows v 3.1.2 and MacOS v 3.1.4) using OF 0.10.0, the includes regarding Poco (addons\ofxPoco\libs\poco\include\Poco) are not found, as for example
#include <Poco/DOM/Document.h> at line 9 of ofxPoco/src/ofxXmlPoco.h

To reproduce the problem copy paste the empty example and add ofxPoco using the project generator, then open from Android Studio and build it.

@radamchin
Copy link

I have same issue with oF 0.10.1, Android Studio 3.4.1, OSX 10.13.6.

Poco includes inside ofxXmlPoco.h can't be found.

@radamchin
Copy link

radamchin commented Aug 5, 2019

FYI: I've been able to resolve (workaround) this issue by copying the directory /addons/ofxPoco/libs/poco to /libs/poco
This has resolved the immediate error with ofxXmlPoco but also a number of other Poco include errors i was having.

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

2 participants