升級到Ubuntu 13.10「莽撞」之後,鏘現在給我的錯誤信息:Clang錯誤 - 找不到stddef文件?
clang -Wall -Werror -std=c99 -ggdb -O0 5.1.c -o 5.1
In file included from 5.1.c:1:
/usr/include/stdio.h:33:11: fatal error: 'stddef.h' file not found
# include <stddef.h>
^
1 error generated.
make: *** [5.1] Error 1
BTW我包括爲stdio.h
不是stddef.h
但我假設stdio.h
引用或#includes
stddef.h