From: "Étienne Bersac" <bersace03@laposte.net>
To: grub-devel@gnu.org
Subject: Compile error on powerpc
Date: Sun, 07 May 2006 15:27:03 +0200 [thread overview]
Message-ID: <1147008423.5354.1.camel@localhost> (raw)
Hello,
I try to build latest grub2 cvs on iMac G3 (New World). I got this
error :
bersace@wenyaave:~/Sources/grub2/build$ make
gcc -Iutil -I../util -I. -Iinclude -I../include -Wall -W -DGRUB_DATADIR=
\"/usr/local/share/grub/powerpc-ieee1275\" -g -O2 -DGRUB_UTIL=1 -c -o
grub_emu-util_console.o ../util/console.c
../util/console.c: Dans la fonction «grub_ncurses_putchar» :
../util/console.c:89: attention : implicit declaration of function
«addch»
../util/console.c: Dans la fonction «grub_ncurses_setcolor» :
../util/console.c:121: attention : implicit declaration of function
«color_set»
../util/console.c: Hors de toute fonction :
../util/console.c:124: erreur: «ERR» undeclared here (not in a function)
../util/console.c: Dans la fonction «grub_ncurses_checkkey» :
../util/console.c:136: attention : implicit declaration of function
«wtimeout»
../util/console.c:136: erreur: «stdscr» undeclared (first use in this
function)
../util/console.c:136: erreur: (Chaque identificateur non déclaré est
rapporté une seule fois
../util/console.c:136: erreur: pour chaque fonction dans laquelle il
apparaît.)
../util/console.c:137: attention : implicit declaration of function
«getch»
../util/console.c: Dans la fonction «grub_ncurses_getkey» :
../util/console.c:161: erreur: «stdscr» undeclared (first use in this
function)
../util/console.c:167: erreur: «KEY_LEFT» undeclared (first use in this
function)
../util/console.c:171: erreur: «KEY_RIGHT» undeclared (first use in this
function)
../util/console.c:175: erreur: «KEY_UP» undeclared (first use in this
function)
../util/console.c:179: erreur: «KEY_DOWN» undeclared (first use in this
function)
../util/console.c:183: erreur: «KEY_IC» undeclared (first use in this
function)
../util/console.c:187: erreur: «KEY_DC» undeclared (first use in this
function)
../util/console.c:191: erreur: «KEY_BACKSPACE» undeclared (first use in
this function)
../util/console.c:198: erreur: «KEY_HOME» undeclared (first use in this
function)
../util/console.c:202: erreur: «KEY_END» undeclared (first use in this
function)../util/console.c:206: erreur: «KEY_NPAGE» undeclared (first
use in this function)
../util/console.c:210: erreur: «KEY_PPAGE» undeclared (first use in this
function)
../util/console.c: Dans la fonction «grub_ncurses_getxy» :
../util/console.c:224: attention : implicit declaration of function
«getyx»
../util/console.c:224: erreur: «stdscr» undeclared (first use in this
function)
../util/console.c: Dans la fonction «grub_ncurses_getwh» :
../util/console.c:235: attention : implicit declaration of function
«getmaxyx»
../util/console.c:235: erreur: «stdscr» undeclared (first use in this
function)
../util/console.c: Dans la fonction «grub_ncurses_gotoxy» :
../util/console.c:243: attention : implicit declaration of function
«move»
../util/console.c: Dans la fonction «grub_ncurses_cls» :
../util/console.c:249: attention : implicit declaration of function
«clear»
../util/console.c:250: attention : implicit declaration of function
«refresh»
../util/console.c: Dans la fonction «grub_ncurses_setcursor» :
../util/console.c:256: attention : implicit declaration of function
«curs_set»
../util/console.c: Dans la fonction «grub_ncurses_init» :
../util/console.c:268: attention : implicit declaration of function
«initscr»
../util/console.c:269: attention : implicit declaration of function
«raw»
../util/console.c:270: attention : implicit declaration of function
«noecho»
../util/console.c:271: attention : implicit declaration of function
«scrollok»
../util/console.c:271: erreur: «stdscr» undeclared (first use in this
function)
../util/console.c:271: erreur: «TRUE» undeclared (first use in this
function)
../util/console.c:273: attention : implicit declaration of function
«nonl»
../util/console.c:274: attention : implicit declaration of function
«intrflush»
../util/console.c:274: erreur: «FALSE» undeclared (first use in this
function)
../util/console.c:275: attention : implicit declaration of function
«keypad»
../util/console.c:276: attention : implicit declaration of function
«start_color»
../util/console.c: Dans la fonction «grub_ncurses_fini» :
../util/console.c:284: attention : implicit declaration of function
«endwin»
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.
next reply other threads:[~2006-05-07 13:27 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-05-07 13:27 Étienne Bersac [this message]
2006-05-07 13:53 ` Compile error on powerpc Marco Gerards
2006-05-07 13:53 ` Étienne Bersac
2006-05-07 14:06 ` Étienne Bersac
2006-05-14 14:34 ` [PATCH] Give an error if curses isn't found Jeroen Dekkers
2006-05-14 16:13 ` Yoshinori K. Okuji
2006-05-20 11:31 ` Marco Gerards
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1147008423.5354.1.camel@localhost \
--to=bersace03@laposte.net \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.