From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FcjI9-0002JH-SK for mharc-grub-devel@gnu.org; Sun, 07 May 2006 09:27:21 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FcjI7-0002GR-CI for grub-devel@gnu.org; Sun, 07 May 2006 09:27:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FcjI4-0002G3-IU for grub-devel@gnu.org; Sun, 07 May 2006 09:27:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FcjI4-0002G0-Dk for grub-devel@gnu.org; Sun, 07 May 2006 09:27:16 -0400 Received: from [81.255.54.11] (helo=mx.laposte.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FcjIb-0001YE-UC for grub-devel@gnu.org; Sun, 07 May 2006 09:27:54 -0400 Received: from [192.168.0.14] (82.243.217.90) by mx.laposte.net (7.2.060.1) (authenticated as bersace03) id 4447A77500A71C95 for grub-devel@gnu.org; Sun, 7 May 2006 15:27:09 +0200 From: =?ISO-8859-1?Q?=C9tienne?= Bersac To: grub-devel@gnu.org Content-Type: text/plain; charset=UTF-8 Date: Sun, 07 May 2006 15:27:03 +0200 Message-Id: <1147008423.5354.1.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Content-Transfer-Encoding: Quoted-Printable Subject: Compile error on powerpc X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 May 2006 13:27:20 -0000 Hello, I try to build latest grub2 cvs on iMac G3 (New World). I got this error :=20 bersace@wenyaave:~/Sources/grub2/build$ make gcc -Iutil -I../util -I. -Iinclude -I../include -Wall -W -DGRUB_DATADIR=3D \"/usr/local/share/grub/powerpc-ieee1275\" -g -O2 -DGRUB_UTIL=3D1 -c -o grub_emu-util_console.o ../util/console.c ../util/console.c: Dans la fonction =C2=ABgrub_ncurses_putchar=C2=BB : ../util/console.c:89: attention : implicit declaration of function =C2=ABaddch=C2=BB ../util/console.c: Dans la fonction =C2=ABgrub_ncurses_setcolor=C2=BB : ../util/console.c:121: attention : implicit declaration of function =C2=ABcolor_set=C2=BB ../util/console.c: Hors de toute fonction : ../util/console.c:124: erreur: =C2=ABERR=C2=BB undeclared here (not in a = function) ../util/console.c: Dans la fonction =C2=ABgrub_ncurses_checkkey=C2=BB : ../util/console.c:136: attention : implicit declaration of function =C2=ABwtimeout=C2=BB ../util/console.c:136: erreur: =C2=ABstdscr=C2=BB undeclared (first use i= n this function) ../util/console.c:136: erreur: (Chaque identificateur non d=C3=A9clar=C3=A9= est rapport=C3=A9 une seule fois ../util/console.c:136: erreur: pour chaque fonction dans laquelle il appara=C3=AEt.) ../util/console.c:137: attention : implicit declaration of function =C2=ABgetch=C2=BB ../util/console.c: Dans la fonction =C2=ABgrub_ncurses_getkey=C2=BB : ../util/console.c:161: erreur: =C2=ABstdscr=C2=BB undeclared (first use i= n this function) ../util/console.c:167: erreur: =C2=ABKEY_LEFT=C2=BB undeclared (first use= in this function) ../util/console.c:171: erreur: =C2=ABKEY_RIGHT=C2=BB undeclared (first us= e in this function) ../util/console.c:175: erreur: =C2=ABKEY_UP=C2=BB undeclared (first use i= n this function) ../util/console.c:179: erreur: =C2=ABKEY_DOWN=C2=BB undeclared (first use= in this function) ../util/console.c:183: erreur: =C2=ABKEY_IC=C2=BB undeclared (first use i= n this function) ../util/console.c:187: erreur: =C2=ABKEY_DC=C2=BB undeclared (first use i= n this function) ../util/console.c:191: erreur: =C2=ABKEY_BACKSPACE=C2=BB undeclared (firs= t use in this function) ../util/console.c:198: erreur: =C2=ABKEY_HOME=C2=BB undeclared (first use= in this function) ../util/console.c:202: erreur: =C2=ABKEY_END=C2=BB undeclared (first use = in this function)../util/console.c:206: erreur: =C2=ABKEY_NPAGE=C2=BB undeclared = (first use in this function) ../util/console.c:210: erreur: =C2=ABKEY_PPAGE=C2=BB undeclared (first us= e in this function) ../util/console.c: Dans la fonction =C2=ABgrub_ncurses_getxy=C2=BB : ../util/console.c:224: attention : implicit declaration of function =C2=ABgetyx=C2=BB ../util/console.c:224: erreur: =C2=ABstdscr=C2=BB undeclared (first use i= n this function) ../util/console.c: Dans la fonction =C2=ABgrub_ncurses_getwh=C2=BB : ../util/console.c:235: attention : implicit declaration of function =C2=ABgetmaxyx=C2=BB ../util/console.c:235: erreur: =C2=ABstdscr=C2=BB undeclared (first use i= n this function) ../util/console.c: Dans la fonction =C2=ABgrub_ncurses_gotoxy=C2=BB : ../util/console.c:243: attention : implicit declaration of function =C2=ABmove=C2=BB ../util/console.c: Dans la fonction =C2=ABgrub_ncurses_cls=C2=BB : ../util/console.c:249: attention : implicit declaration of function =C2=ABclear=C2=BB ../util/console.c:250: attention : implicit declaration of function =C2=ABrefresh=C2=BB ../util/console.c: Dans la fonction =C2=ABgrub_ncurses_setcursor=C2=BB : ../util/console.c:256: attention : implicit declaration of function =C2=ABcurs_set=C2=BB ../util/console.c: Dans la fonction =C2=ABgrub_ncurses_init=C2=BB : ../util/console.c:268: attention : implicit declaration of function =C2=ABinitscr=C2=BB ../util/console.c:269: attention : implicit declaration of function =C2=ABraw=C2=BB ../util/console.c:270: attention : implicit declaration of function =C2=ABnoecho=C2=BB ../util/console.c:271: attention : implicit declaration of function =C2=ABscrollok=C2=BB ../util/console.c:271: erreur: =C2=ABstdscr=C2=BB undeclared (first use i= n this function) ../util/console.c:271: erreur: =C2=ABTRUE=C2=BB undeclared (first use in = this function) ../util/console.c:273: attention : implicit declaration of function =C2=ABnonl=C2=BB ../util/console.c:274: attention : implicit declaration of function =C2=ABintrflush=C2=BB ../util/console.c:274: erreur: =C2=ABFALSE=C2=BB undeclared (first use in= this function) ../util/console.c:275: attention : implicit declaration of function =C2=ABkeypad=C2=BB ../util/console.c:276: attention : implicit declaration of function =C2=ABstart_color=C2=BB ../util/console.c: Dans la fonction =C2=ABgrub_ncurses_fini=C2=BB : ../util/console.c:284: attention : implicit declaration of function =C2=ABendwin=C2=BB make: *** [grub_emu-util_console.o] Erreur 1 bersace@wenyaave:~/Sources/grub2/build$ As said in the TestingOnPowerPC wiki page, i report this error. Thanks.