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

can't compile on 0.9 branch #9

Open
moebiussurfing opened this issue Oct 10, 2015 · 4 comments
Open

can't compile on 0.9 branch #9

moebiussurfing opened this issue Oct 10, 2015 · 4 comments

Comments

@moebiussurfing
Copy link

hey. Any idea? I am getting this error:

captura de pantalla 2015-10-10 a las 18 47 29

@alptugan
Copy link

alptugan commented Feb 6, 2016

@moebiussurfing adding #include <Poco/Timestamp.h> to ofxTweener.h solves my problem

@polyclick
Copy link

I have the same error. What is this Poco namespace? where does it come from?

@hautetechnique
Copy link
Owner

Adding this line to your header solves the problem:
#include <Poco/Timestamp.h>

@lpestl
Copy link

lpestl commented Feb 5, 2018

If this problem is repeated for 0.10 then together with #include <Poco/Timestamp.h> you need also to add to the project the addon ofxPoco. In my case on different machines with Windows this solves the problem .

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

5 participants