Skip to content
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

Open
wasawi opened this issue Jul 10, 2014 · 5 comments
Open

'typeindex' file not found (mac) #4

wasawi opened this issue Jul 10, 2014 · 5 comments

Comments

@wasawi
Copy link

wasawi commented Jul 10, 2014

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!

@underdoeg
Copy link
Owner

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?

@wasawi
Copy link
Author

wasawi commented Jul 11, 2014

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..
yeah i didnt find any other errors so far :/

@underdoeg
Copy link
Owner

@wasawi
Copy link
Author

wasawi commented Jul 11, 2014

Hi thnks for you fast response!
I tried all those before but if i set them OF will complain alot:
'tr1/memory' file not found
...

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!

@underdoeg
Copy link
Owner

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...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants