Semantic issue: use of undeclared identifier 'list'
I'm getting all sorts of std namespace issues trying to build this in Xcode 6.4 (oF 8.4)
all in baseProject.cpp
I've tried adding using namespace std; without any luck
Am I doing something wrong?
we ship this compiled with the download of of 0.8.4, is there a reason you are building this?
current development (against 0.9) is happening here:
https://github.com/openframeworks/projectGenerator/
Thanks, my mistake - I wasn't sure if this was different than the 0.8.4 compiled version. This repo is linked at https://github.com/arturoc/ofxGStreamer which notes to use the latest version of PG. I was having issues with getting that addon working and wasn't sure if I needed a newer version of PG.