On Tue, Sep 21, 2010 at 04:32:35PM +0530, KESHAV P.R. wrote: > gcc -E -DHAVE_CONFIG_H -I. -I.. -Wall -W -I./include -DGRUB_UTIL=1 > -DGRUB_LIBDIR=\"/usr/lib/grub\" -DLOCALEDIR=\"/usr/share/locale\" > -DGRUB_MACHINE_EFI=1 -DGRUB_MACHINE=X86_64_EFI > -DGRUB_FILE=\"grub_script.tab.h\" -I. -I.. -I. -I.. -I../include > -I./include -I./grub-core/gnulib -I../grub-core/lib/libgcrypt_wrap \ > -D'GRUB_MOD_INIT(x)=...@marker@x@' grub_script.tab.h grub_script.yy.h > ../util/misc.c ../grub-core/kern/misc.c ../grub-core/kern/emu/mm.c [...] > ../grub-core/script/argv.c > libgrub.pp || (rm -f libgrub.pp; exit 1) > ../util/misc.c:47:22: fatal error: progname.h: No such file or directory > compilation terminated. > make: *** [libgrub.pp] Error 1 > > and a minor issue in util/grub-install.in > > --bootloader_id=*) > bootloader_id=`echo "$option" | sed 's/--bootloader_id=//'` ;; > > should be --bootloader-id not --bootloader_id .
All fixed, and I've tested an out-of-tree build of x86-64_efi now. Please try revision 2839. Thanks, -- Colin Watson [cjwat...@ubuntu.com] _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel