-
Notifications
You must be signed in to change notification settings - Fork 5
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
'typeindex' file not found (mac) #4
Comments
Hi. Cool you are trying this on a mac. Yes, it requires C++11. Typeindex is one of the new types. This one: http://en.cppreference.com/w/cpp/types/type_index Is this the only error so far? |
hmm i don't know how to make this work. I have other projects running c++11 but I don't know how to tell the compiler to find this file.. |
Maybe this answer helps? http://stackoverflow.com/questions/9345271/xcode-4-3-and-c11-include-paths |
Hi thnks for you fast response! its fine... I don't think I'm able to fix this kind of things.. I'm totally lost when it comes to compilers and project files... thanks anyways! |
Ok, but don't worry. OF will soon officially support c++11 on Mac as well. I think even with the next planned release AFAIK... |
Hi there,
I wanted to have a look at the addon and i can't get the project file to work in mac.
I think I enabled C11 with:
C++ Language Dialect -> C++11[-std=c++11]
but still complaining here:
include
ofxBlender/src/Animation.h:5:10: 'typeindex' file not found
what is this file?
Cheers!
The text was updated successfully, but these errors were encountered: