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

fatal error: 'map' file not found #include <map> #37

Closed
loretoparisi opened this issue Jun 12, 2015 · 2 comments
Closed

fatal error: 'map' file not found #include <map> #37

loretoparisi opened this issue Jun 12, 2015 · 2 comments
Assignees

Comments

@loretoparisi
Copy link

When launched against a ObjectiveC project with C++ headers it does not find the C++ headers for <map>

In file included from BodyWrapper.cpp:35:
BodyWrapper.h:100:10: fatal error: 'map' file not found
#include <map>
         ^
1 error generated.

** BUILD FAILED **


The following build commands failed:
    CompileC build/BodyWrapper.o BodyWrapper.cpp normal i386 c++ com.apple.compilers.llvm.clang.1_0.compiler
(1 failure)
None
@irpap
Copy link
Contributor

irpap commented Jun 17, 2015

Thanks @loretoparisi for reporting this. We discovered an issue affecting the includes and we'll push a new release soon with a fix.

@martinoluca
Copy link
Contributor

Hi @loretoparisi this issue is known already, I'm closing this task and merging it into #69
Thanks for reporting.

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

No branches or pull requests

3 participants