Re: Broken build

2010-03-26 Thread Bruce Dubbs
Vladimir 'φ-coder/phcoder' Serbinenko wrote: Bruce Dubbs wrote: Vladimir 'φ-coder/phcoder' Serbinenko wrote: Carles Pina i Estany wrote: Hi, On Mar/17/2010, Bruce Dubbs wrote: With the addition of the internationalization code, building GRUB in a separate directory fails. I'll take

Re: Broken build

2010-03-26 Thread richardvo...@gmail.com
2010/3/26 Vladimir 'φ-coder/phcoder' Serbinenko : > Bruce Dubbs wrote: >> Vladimir 'φ-coder/phcoder' Serbinenko wrote: >>> Carles Pina i Estany wrote: Hi, On Mar/17/2010, Bruce Dubbs wrote: > With the addition of the internationalization code, building GRUB in > a separa

Re: Broken build

2010-03-26 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Bruce Dubbs wrote: > Vladimir 'φ-coder/phcoder' Serbinenko wrote: >> Carles Pina i Estany wrote: >>> Hi, >>> >>> On Mar/17/2010, Bruce Dubbs wrote: >>> With the addition of the internationalization code, building GRUB in a separate directory fails. >>> I'll take a look into it

Re: Broken build

2010-03-17 Thread Bruce Dubbs
Vladimir 'φ-coder/phcoder' Serbinenko wrote: Carles Pina i Estany wrote: Hi, On Mar/17/2010, Bruce Dubbs wrote: With the addition of the internationalization code, building GRUB in a separate directory fails. I'll take a look into it "soon" (next days or next week) Probably it's an e

Re: Broken build

2010-03-17 Thread Vladimir 'φ-coder/phcoder' Serbinenko
Carles Pina i Estany wrote: > Hi, > > On Mar/17/2010, Bruce Dubbs wrote: > >> With the addition of the internationalization code, building GRUB in >> a separate directory fails. >> > > I'll take a look into it "soon" (next days or next week) > > Probably it's an easy thing, if someone check

Re: Broken build

2010-03-17 Thread Carles Pina i Estany
Hi, On Mar/17/2010, Bruce Dubbs wrote: > With the addition of the internationalization code, building GRUB in > a separate directory fails. I'll take a look into it "soon" (next days or next week) Probably it's an easy thing, if someone checks it before please report :-) Thanks for the report,

Broken build

2010-03-17 Thread Bruce Dubbs
With the addition of the internationalization code, building GRUB in a separate directory fails. mkdir build cd build ../configure make cd .. && /usr/bin/xgettext -ctranslate --from-code=utf-8 -o ../po/grub.pot -f ../po/POTFILES --keyword=_ --keyword=N_ /usr/bin/xgettext: error while opening "

Re: Broken Build on Mac OS X

2005-12-03 Thread Andrei Warkentin
Hello, I should add a 'caveat emptor'. I've never built GRUB2 on OS X before, and, although I do not anticipate issues with the method I mentioned in my previous email, I am not guaranteeing success either. I've built my kernel both on Linux and OS X this way though, and I had no issues.

Re: Broken Build on Mac OS X

2005-12-03 Thread Andre Smith
Thanks Much! I will build that tool chain and rebuild GRUB2. On Dec 3, 2005, at 9:05 PM, Andrei Warkentin wrote: Hello, I would suggest building a bootstrap gcc powerpc crosscompiler and binutils, where the the host is your OS X system and the target is powerpc-linux. This will allow you

Re: Broken Build on Mac OS X

2005-12-03 Thread Andrei Warkentin
Hello, I would suggest building a bootstrap gcc powerpc crosscompiler and binutils, where the the host is your OS X system and the target is powerpc-linux. This will allow you to build PowerPC ELF objects, which you can then boot with OF. It is my understanding that the GRUB2 PowerPC buil

Re: Broken Build on Mac OS X

2005-12-03 Thread Andre Smith
Thank you for that information Marco. I will get on the gcc mailing list to see if there is a known process for re-enabling nested functions. I swear that really bites, and I wish Apple used some sort of flag to disable that feature. If I find out something positive, I'll report back to GRU

Re: Broken Build on Mac OS X

2005-12-03 Thread Marco Gerards
Andre Smith <[EMAIL PROTECTED]> writes: > gcc -Icommands -Igrub2/commands -I. -Iinclude -Igrub2/include -Wall - > W -DGRUB_DATADIR=\"/usr/local/share/grub/powerpc-ieee1275\" -g -O2 - > DGRUB_UTIL=1 -c -o grub_emu-commands_help.o grub2/commands/help.c > grub2/commands/help.c: In function 'grub_cmd

Re: Broken Build on Mac OS X

2005-12-02 Thread Andre Smith
ion 'grub_cmd_help': grub2/commands/help.c:42: error: nested functions are not supported on MacOSX grub2/commands/help.c:65: error: nested functions are not supported on MacOSX make: *** [grub_emu-commands_help.o] Error 1 On Dec 2, 2005, at 9:34 AM, Hollis Blanchard wrote: On De

Re: Broken Build on Mac OS X

2005-12-02 Thread andre-smith
t absolute address 2000. Andre P.S. I can certainly post the complete results from the make; as soon as I get home. > -Original Message- > From: Hollis Blanchard [mailto:[EMAIL PROTECTED] > Sent: Friday, December 2, 2005 02:34 PM > To: 'The development of GRUB 2' > Su

Re: Broken Build on Mac OS X

2005-12-02 Thread Hollis Blanchard
On Dec 1, 2005, at 11:00 PM, Andre Smith wrote: I would like to report a broken build on Mac OS X using cross compiler powerpc-elf version 4.0.2 using binutils 2.16.1 and newlib 1.13.0. I get the following error message after running configure --host=powerpc-elf followed by a make: grub2

Broken Build on Mac OS X

2005-12-01 Thread Andre Smith
I would like to report a broken build on Mac OS X using cross compiler powerpc-elf version 4.0.2 using binutils 2.16.1 and newlib 1.13.0. I get the following error message after running configure -- host=powerpc-elf followed by a make: grub2/commands/help.c: In function 'grub_cmd