@Awareness wrote:
After I make a new project adding ofxPoco addon, without writing any additional code,it gives some errors during compile process:
J:\ndk\android-ndk-r15c\sources\cxx-stl\llvm-libc++\include\stdexcept
Error:(74, 32) error: unknown type name ‘string’; did you mean ‘jstring’?
Error:(91, 34) error: unknown type name ‘string’; did you mean ‘jstring’?
…It actually gives “191 errors” and they look they are the same/similar errors.Maybe there is a conflict with Poco’s Exception.h header file and compiler’s “exception” header file, I don’t know.
I am using Openframeworks v0.11.0, Android Studio and Ndk-r15c, on Windows 7.
If someone could answer I would be glad
Posts: 1
Participants: 1
