projectGeneratorSimple icon indicating copy to clipboard operation
projectGeneratorSimple copied to clipboard

Semantic issue: use of undeclared identifier 'list'

Open tyhenry opened this issue 10 years ago • 2 comments

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?

tyhenry avatar Oct 18 '15 03:10 tyhenry

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/

ofZach avatar Oct 18 '15 03:10 ofZach

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.

tyhenry avatar Oct 18 '15 03:10 tyhenry