Untersucht ein Buildlog aus einem fehlgeschlagenen Build , was bedeutet der folgende Fehler:
fatal error: ac_nonexistent.h: No such file or directory #include <ac_nonexistent.h>
Hier ist ein Zusammenhang.
configure:6614: $? = 0
configure:6627: result: none needed
configure:6648: checking how to run the C preprocessor
configure:6679: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
configure:6679: $? = 0
configure:6693: gcc -E -Wdate-time -D_FORTIFY_SOURCE=2 conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:6693: $? = 1
configure: failed program was:
| /* confdefs.h */
Was ist ac_nonexistent.h
? Was soll ich tun, wenn dieser Fehler auftritt?