Andrew Engelbrecht, le Mon 01 Aug 2011 17:45:52 -0400, a écrit : > gawk -f ../gnumach/gensym.awk ../gnumach/i386/i386/i386asm.sym > > i386/i386/i386asm.symc > gcc -m32 -DHAVE_CONFIG_H -I. -I../gnumach -nostdinc -imacros config.h > -Ii386 -I. -I../gnumach/i386 -I../gnumach/i386/include/mach/sa > -I../gnumach/include -Wall -fno-strict-aliasing -fno-stack-protector -g -O2 > -S -x c -o i386/i386/i386asm.symc.o i386/i386/i386asm.symc > In file included from ../gnumach/kern/thread.h:44:0, > from i386/i386/i386asm.symc:2: > ./gnumach/kern/ast.h:45:25: fatal error: machine/ast.h: No such file or > directory > compilation terminated. > > Hm, There is no "machine" directory in the repo. I'm still pretty much a > noob, so I'm not sure how to debug this.
It should have been done at the end of ./configure (see the configfrag.ac file): I'm getting config.status: linking i386/i386 to machine config.status: linking i386/include/mach/i386 to mach/machine Samuel