Dopo l'aggiornamento a Ubuntu 13.10 "Saucy", Clang ora mi dà il messaggio di errore:Errore Clang - file stddef non trovato?
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 l'intestazione ho incluso era stdio.h
non stddef.h
ma io parto dal presupposto che stdio.h
riferimenti o #includes
stddef.h