On 2009-04-26, Robert P. J. Day <rpjday@xxxxxxxxxxxxxx> wrote: > > with the latest "git pull," i configured with "make allyesconfig" > and got: > > include/linux/mmzone.h:18:26: error: linux/bounds.h: No such file or directory > include/linux/mmzone.h:256:5: warning: "MAX_NR_ZONES" is not defined > include/linux/mmzone.h:258:7: warning: "MAX_NR_ZONES" is not defined > include/linux/mmzone.h:260:7: warning: "MAX_NR_ZONES" is not defined > > i'm confused -- that <linux/bounds.h> header file certainly seems to > be there. what am i missing? Add V=1 to your make command to show the verbose build options. Check if the inclusion path is correct. BTW, the latest kernel source code in git is not guaranteed to be compilable. Jeffrey -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ