fatal error: 'stdarg.h' file not found

c++, osx-mountain-lion

Solution

Seems to be a known issue - http://code.google.com/p/include-what-you-use/issues/detail?id=100

Try updating

Problem

Well I just downloaded source code and I'm sure it is correct. But after I use make command to make file. Errors come out: My laptop is Mac-air `/usr/include/c++/4.2.1/cstdarg:50:10: fatal error: 'stdarg.h' file not found` Can anybody help me with this problem?? Thanks

Original source