Quantcast
Channel: beginners - openFrameworks
Viewing all articles
Browse latest Browse all 4929

Poco Linking issue in Android only

$
0
0

@mativa wrote:

Hi. I am using Poco::DateTime and Poco::Timespan in Openframeworks for osx as well as ios with no problems by adding

#include “Poco/DateTime.h”
#include “Poco/Timespan.h”
using Poco::DateTime;
using Poco::Timespan;

to the concerning header file.

However, when using the exactly same code in of for Android, I get the following error:

when using android studio in osx: error:undefined reference to ‘Poco::Timespan::~Timespan()’

when using android studio in windows: fatal errror:'Poco/DOM/Document.h not found

OF version: 0_10_1.

Does anybody have an Idea what’s the problem here?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4929

Trending Articles