c++ - Error building openframeworks for android: “ invalid use of incomplete type ‘class Poco::Path’” -


i trying build android application of. application runs in 2 other computers. however, not work on mine. using mac.

i run command "make androiddebug" in project folder, , error have:

/library/openframeworks/addons/ofxhttp/libs/ofxhttp/src/postroutefilehandler.cpp:98:46: error: invalid use of incomplete type 'class poco::path'                  ss << poco::path(formfilename).getextension(); 

i have installed poco, nothing changes afterwards.

what can solve this?

thanks

have included poco/path.h?

a forward declaration might appeared earlier (possibly in header) without complete definition.


Comments

Popular posts from this blog

javascript - Slick Slider width recalculation -

jsf - PrimeFaces Datatable - What is f:facet actually doing? -

angular2 services - Angular 2 RC 4 Http post not firing -