bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GRUB can't compile


From: Dima Veselov
Subject: GRUB can't compile
Date: Sat, 23 Dec 2000 00:36:39 +0300

Hi to grub developers!

I have a problem compiling GRUB.

My OS is NetBSD-1.4.1-1.4.2 on i386.
I have used GRUB-0.5.96.1. I wanted to look for newer version, but
gnu.org is down now :-(

So, after executing configure script I try to execute 'make':

bash-2.03# gmake
~~~~~~~skipped~~~~~~~~~
Making all in stage2
gmake[2]: Entering directory `/usr/home/kab00m/grub-0.5.96.1/stage2'
source='char_io.c' object='libgrub_a-char_io.o' libtool=no \
depfile='.deps/libgrub_a-char_io.Po' tmpdepfile='.deps/libgrub_a-char_io.TPo' \
depmode=gcc /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wunuse
d -Wshadow -Wpointer-arith -malign-jumps=1 -malign-loops=1 -malign-functions=1 -
Wundef -O2 -I../lib -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFS
YS_MINIX=1 -DFSYS_REISERFS=1 -DSUPPORT_SERIAL -fwritable-strings -g -c -o libgru
b_a-char_io.o `test -f char_io.c || echo './'`char_io.c
char_io.c: In function `translate_keycode':
char_io.c:863: `KEY_LEFT' undeclared (first use in this function)
char_io.c:863: (Each undeclared identifier is reported only once
char_io.c:863: for each function it appears in.)
char_io.c:866: `KEY_RIGHT' undeclared (first use in this function)
char_io.c:869: `KEY_UP' undeclared (first use in this function)
char_io.c:872: `KEY_DOWN' undeclared (first use in this function)
char_io.c:875: `KEY_HOME' undeclared (first use in this function)
char_io.c:878: `KEY_END' undeclared (first use in this function)
char_io.c:881: `KEY_DC' undeclared (first use in this function)
char_io.c:884: `KEY_BACKSPACE' undeclared (first use in this function)
char_io.c:864: warning: unreachable code at beginning of switch statement
gmake[2]: *** [libgrub_a-char_io.o] Error 1
gmake[2]: Leaving directory `/usr/home/kab00m/grub-0.5.96.1/stage2'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/home/kab00m/grub-0.5.96.1'
gmake: *** [all-recursive-am] Error 2

I am using GNU make 3.79.1, GNU automake 1.4, autoconf 2.13, libtool
1.3.4, binutils 2.10.1

Sincerelly yours, KaB00m





reply via email to

[Prev in Thread] Current Thread [Next in Thread]