I am totally beginner in openframeworks, but I really need your help!
I have Mac OS X Lion.
Xcode 4.2, because 3.x version not working with Lion.
Openframeworks 0.062 and 0.07.
ofxPd added to addons folder.
even installed PureData.
sorry, you’re still only showing half the error messages, not giving relevant lines of code, etc.
this is what i see right now:
no member named 'startMessa…
Use of undeclared identifier 'sc…
Base of member reference is a…
Use of undeclared identifier ‘input’
from this, all i can tell is that Wind.cpp is making some references to things that are defined differently elsewhere. this could mean that damian forgot to commit some of his code, or that you have a mismatched addon, or… who knows.
more information would still help. but it’s also worth remembering that (i’m pretty sure) damian’s installation relies on some specific hardware too – if you don’t have the hardware, i’m not sure you’ll get the app ‘running’. i’m guessing he posted it mostly for educational or documentation purposes.
Thanks kylemcdonald for your comment!
Now I will post detailed screenshots of the errors.
I contacted Damian and he was so kind to answer and pointed that there are no specific needs for hardware, any web camera will be fine.
But I still can’t get to work it.
I downloaded latest release of OF from github.com, added again ofxPd addon and no luck
Maybe I really need to downgrade Mac Os and Xcode to get this work?
Damian could’t answer - works it with Xcode 4.2 or not…
for the errors involving “startMessage”, it looks like there might have been an api change in ofxPd. try changing it to startMsg as suggested and see if that helps.
for the messages involving ‘screen’ and ‘input’, if you look for their definition in the header:
normally, they would also be surrounded by an #ifdef in the cpp, i’m not sure why it isn’t.
i’m also not sure what enabling SCREEN will do elsewhere, so it might be better to comment out the errors rather than add #define SCREEN. you’ll have to experiment.
It seems that I used wrong version of openframeworks.
Now I downloaded openframeworks from https://github.com/openframeworks/openFrameworks
And now I could compile project.
As you already mentioned, there is no sound, but about that I will contact Damian.
I hope he will help me.