All of lore.kernel.org
 help / color / mirror / Atom feed
From: Vincent Guffens <guffens@auto.ucl.ac.be>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: compiling with 2.95
Date: Wed, 09 Mar 2005 10:26:42 +0100	[thread overview]
Message-ID: <422EC152.2060106@auto.ucl.ac.be> (raw)
In-Reply-To: <87is41lu26.fsf@student.han.nl>



Marco Gerards wrote:
> "Yoshinori K. Okuji" <okuji@enbug.org> 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 about unnamed union... 
>>It is not so convenient to specify union names. I think the code was 
>>written by Marco, so I'd like to hear his opinion about this.
> 
> 
> This weekend I will have a look at this.  I had the feeling it
> should've worked with gcc 2.95, but I never tried it myself.
> Hopefully I can find some box with gcc 2.95...  In the weekend I will
> try to do some other hacking as well.

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 ?

Also, when compiling with an "old" system, there is this sed error message:

sed: -e expression #1, char 69: Extra characters after command

the sed version is:
$ sed -V
GNU sed version 3.02

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"



-- 
				Vincent Guffens
				PhD Student UCL/CESAME
				tel:   +32 10 47 80 30
Value your freedom, or you will lose it, teaches history.
"Don't bother us with politics," respond those who don't want to learn.
	      	-- Richard M. Stallman



  reply	other threads:[~2005-03-09  9:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-02 15:03 compiling with 2.95 Vincent Guffens
2005-03-02 21:36 ` Yoshinori K. Okuji
2005-03-08 21:13   ` Marco Gerards
2005-03-09  9:26     ` Vincent Guffens [this message]
2005-03-10 20:22       ` Yoshinori K. Okuji
2005-03-11  9:40         ` Vincent Guffens

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=422EC152.2060106@auto.ucl.ac.be \
    --to=guffens@auto.ucl.ac.be \
    --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.