Re: compiling with 2.95

2005-03-11 Thread Vincent Guffens
[...] so I have also replaced in gencmdlist.sh the following line: #grep -v "^#" | sed -ne "/grub_register_command *( *\"/{s/.*( *\"\([^\"]*\)\".*/\1: $module/;p}" grep -v "^#" | grep -e "grub_register_command *( *\"" | sed -ne "s/.*grub_register_command *( *\"\([^,\"]*\).*/\1: $module/;p" Oh, rea

Re: compiling with 2.95

2005-03-10 Thread Yoshinori K. Okuji
On Wednesday 09 March 2005 10:26 am, Vincent Guffens wrote: > I had a look in google about unnamed unions and I have seen some > references about them with 2.95 but I was not able to compile with them. > Maybe there is a gcc switch for them ? I have no idea. > Also, when compiling with an "old" s

Re: compiling with 2.95

2005-03-09 Thread Vincent Guffens
Marco Gerards wrote: "Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: Although I don't know if you are interrested in that or not, I'm sending some modifications about these three items that allows grub 2 to be compiled with 2.95.4 (at least on my system). Your patch is definitely useful. But I'm

Re: compiling with 2.95

2005-03-08 Thread Marco Gerards
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: >> Although I don't know if you are interrested in that or not, I'm >> sending some modifications about these three items that allows grub 2 >> to be compiled with 2.95.4 (at least on my system). > > Your patch is definitely useful. But I'm not sure

Re: compiling with 2.95

2005-03-02 Thread Yoshinori K. Okuji
On Wednesday 02 March 2005 16:03, Vincent Guffens wrote: > 1) unnamed union > 2) declaration not at the beginning of a block > 3) undefined symbol (memset) I see. > Although I don't know if you are interrested in that or not, I'm > sending some modifications about these three items that allows gr

compiling with 2.95

2005-03-02 Thread Vincent Guffens
Hi, I have downloaded grub 2 from cvs and tried to compile it on my system which is a debian woody with gcc version 2.95.4 It is written in the INSTALL file that the required version is * GCC 2.95 or later. It didn't work for 3 reasons: 1) unnamed union 2) declaration not at the beginning of a