Hi everyone!
First of all a huge thanks to the Cinder community who's sharing amazing work and very inspiring creative coding!
I am not new with Object language, but quite new to C++ and so using this library is very helpful for finding templates and tutorials to start with.
So my problem is about an external source code project provided by Robert Hodgin called Eyeo2012
The github is here:
And link to his related blog post:
The issue with this project is that when I try to compile, I have the following error coming in the 'Cinder.h' file:
"Lexical or Preprocessor Issue"
"cstdint" file not found
I had also issues with other #include <header files> but when tweaking the path settings they disappeared, so I guess it might be a "Build Setting Issue".
I checked lot of possibilities within the Settings to put the proper Header and Library search path, but nothing seems to work...
By the way, The tutorials provided with the new cinder release work fine on my laptop (Macbook Pro 2011 - intel i7 - 10.7.5; XCODE 4.6.2), so i don't understand what's wrong...
So, please, HELP ME ^^