On 08/09/2013 14:23, Sebastian Ramacher wrote: > $ iwyu `pkg-config --cflags glib-2.0` test.c > In file included from test.c:1: > In file included from /usr/include/glib-2.0/glib.h:32: > In file included from /usr/include/glib-2.0/glib/galloca.h:34: > In file included from /usr/include/glib-2.0/glib/gtypes.h:34: > In file included from > /usr/lib/x86_64-linux-gnu/glib-2.0/include/glibconfig.h:9: > /usr/include/glib-2.0/glib/gmacros.h:40:10: fatal error: 'stddef.h' file > not found > #include <stddef.h> > ^ >
That does not fix the issue you are reporting but the -1 didn't have a dependency on clang-3.3 (or clang-3.4) that is now fixed. Installing clang-3.3 on your system will remove this error. Thanks S -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

