Re: script bug

2006-05-07 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > Try something like this: > > @ "extremely long long > line." { > } > > grub-emu segfaults. This is partially because of the menu code, partilaly > because of the scripting engine code.

Re: another script bug

2006-05-07 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > As far as I see, the scripting code is really broken. When executing a menu > entry, nothing is executed (setting a variable seems to be executed for an > unknown reason, but there is no echo). Right, and I am able to reproduce this. I know ho

Compile error on powerpc

2006-05-07 Thread Étienne Bersac
Hello, I try to build latest grub2 cvs on iMac G3 (New World). I got this error : [EMAIL PROTECTED]:~/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

Re: Compile error on powerpc

2006-05-07 Thread Marco Gerards
Étienne Bersac <[EMAIL PROTECTED]> writes: Hi, > I try to build latest grub2 cvs on iMac G3 (New World). I got this > error : It seems you do not have the ncurses header files installed. In Ubuntu this is libncurses5-dev. -- Marco ___ Grub-devel

Re: Compile error on powerpc

2006-05-07 Thread Étienne Bersac
Le 7 mai 06 à 15:53, Marco Gerards a écrit : Étienne Bersac <[EMAIL PROTECTED]> writes: Hi, I try to build latest grub2 cvs on iMac G3 (New World). I got this error : It seems you do not have the ncurses header files installed. In Ubuntu this is libncurses5-dev. I did that. but it still

Re: Compile error on powerpc

2006-05-07 Thread Étienne Bersac
Okey, It seems that i needed to re run ../configure an recompile the project after installing libncurses5-dev . That would be great if ./ configure check for ncurses headers. Étienne. ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu

Re: GRUB2 netboot development

2006-05-07 Thread Rudy Attias
Title: Hey   Well I followed you advice but I came across some issues, probably on customization of the driver, I'm trying to add the tg3 to it. I made some adjustments on the code add some here and remove some there to resolve dependencies but one dependency I can't resolve. This func

Grub2 test on iMac G3

2006-05-07 Thread Étienne Bersac
Hello, I test the Grub2 on iMac G3, following the howto available at http:// grub.enbug.org/TestingOnPowerPC . Here are some comment i wish useful : * even if i set boot-device to hd,2:grubof.modules, i have to manually type "boot" at the OF prompt to have grub loaded. else, the screen k

Re: script bug

2006-05-07 Thread Yoshinori K. Okuji
On Sunday 07 May 2006 13:40, Marco Gerards wrote: > Yeah, the get_line was broken from the beginning... I think it should > be even possible to remove this function because we do not really need > it. I believe that get_line should be kept. Suppose that you have this kind of config file: 1: do

Re: another script bug

2006-05-07 Thread Yoshinori K. Okuji
On Sunday 07 May 2006 13:42, Marco Gerards wrote: > "Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > > As far as I see, the scripting code is really broken. When executing a > > menu entry, nothing is executed (setting a variable seems to be executed > > for an unknown reason, but there is no ech

firmware specification

2006-05-07 Thread Yoshinori K. Okuji
So far, we've been using the triples (such as i386-pc-gnu) to specify both a CPU and a firmware. I feel that this is not appropriate. The vendor part of the triple can imply what firmware is used, but not always. So, for example, I invented i386-efi for EFI. Since the specification of the triple

RE: GRUB2 netboot development

2006-05-07 Thread Guffens, Vincent
>Well I followed you advice but I came across some issues, probably on >customization of the driver, I'm trying to add the tg3 to it. I made >some adjustments on the code add some here and remove some there to >resolve dependencies but one dependency I can't resolve. This function >is not in the

a simple list

2006-05-07 Thread Guffens, Vincent
Title: a simple list Hi, I need to use a simple list to register the pci devices, drivers and so on. I notice that there are lists like that already in the code so what would you think about having a list.h file like that ? /* A very simple list.  *  * If you want a list of struct myitem  *