"Felix Zielcke" <[EMAIL PROTECTED]> writes:

> I have a x86_64 Kernel and want to have a 32bit grub-emu so modules are 
> working.
> Even in a 32bit chroot running a shell with linux32 so uname -m reports i686 
> I can't get it to compile

You need to install ncurses and the -dev package.  Which distribution
do you use?

> Btw. make distclean didn't worked for my already used 64bit grub2 SVN 
> directory I needed to do a clean checkout
>
>
> # ./configure --enable-grub-emu
> checking build system type... i686-pc-linux-gnu
> checking host system type... i686-pc-linux-gnu
> checking target system type... i686-pc-linux-gnu
>
> # make grub-emu
> cd . && autoheader
> echo timestamp > ./stamp-h.in
> gcc -Iutil -I./util -I. -Iinclude -I./include -Wall -W
> -DGRUB_LIBDIR=\"/usr/local/lib/`echo grub/i386-pc | sed 's,x,x,'`\" -g
> -O2 -DGRUB_UTIL=1  -MD -c -o grub_emu-util_console.o util/console.c
> util/console.c: In function 'grub_ncurses_putchar':

I wonder why this got through the autoconf test.

--
Marco



_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to