-On [20071217 07:21], Zhongxing Xu ([EMAIL PROTECTED]) wrote: >clang should provide its own stddef.h as gcc does. Where should this header go >in the directory?
stddef.h lives in the main include directory, so if that's /usr/include it would be /usr/include/stddef.h. Do note that stddef.h implements a few platform-specific types. In general, given a solid include directory resolving, this should not cause problems for clang on most modern platforms. If you cannot find stddef.h I'd wager your setup is broken. Did you make sure to check the include resolving before compiling? -- Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai イェルーン ラウフロック ヴァン デル ウェルヴェン http://www.in-nomine.org/ | http://www.rangaku.org/ In every stone sleeps a crystal... _______________________________________________ cfe-dev mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
