Re: Problem building Grub2 on OSX

2009-10-30 Thread Vladimir 'phcoder' Serbinenko
Bean wrote: > 2009/10/30 André Lopes : > >> In r2670 i still have problems with the stdarg.h. In r2669 the make was >> executed without any problem, but the problem with grub-mkimage remains: >> >> grub-mkimage: error: undefined symbol memcmp >> > > Hi, > > You can try my branch at https://

Re: Problem building Grub2 on OSX

2009-10-30 Thread Bean
2009/10/30 André Lopes : > In r2670 i still have problems with the stdarg.h. In r2669 the make was > executed without any problem, but the problem with grub-mkimage remains: > > grub-mkimage: error: undefined symbol memcmp Hi, You can try my branch at https://launchpad.net/burg, I have built in w

Re: Problem building Grub2 on OSX

2009-10-29 Thread André Lopes
In r2670 i still have problems with the stdarg.h. In r2669 the make was executed without any problem, but the problem with grub-mkimage remains: grub-mkimage: error: undefined symbol memcmp On Thu, Oct 29, 2009 at 10:25 PM, Felix Zielcke wrote: > Am Donnerstag, den 29.10.2009, 22:19 + schr

Re: Problem building Grub2 on OSX

2009-10-29 Thread Felix Zielcke
Am Donnerstag, den 29.10.2009, 22:19 + schrieb André Lopes: > > > After this i've tried to "svn update"(r2672) the sources but in the > make execution: > > gcc -Ikern -I./kern -nostdinc -I. -I./include -I./include -Wall -W > -Wall -W -Wshadow -Wpointer-arith -Wmissing-prototypes > -Wundef -W

Re: Problem building Grub2 on OSX

2009-10-29 Thread André Lopes
Continuing this thread, today i was going to make grub.efi file, and then another error om grub-mkimage: Command: ./grub-mkimage -v -d . -o grub.efi part_gpt hfsplus fat ext2 normal sh chain boot configfile Output: (...) grub-mkimage: info: locating grub_zalloc at 0x4829 grub-mkimage: info: locat

Re: Problem building Grub2 on OSX

2009-10-28 Thread Robert Millan
On Wed, Oct 28, 2009 at 10:35:23PM +, André Lopes wrote: > Yes it was that. Now it builds almost fine! Fixed in SVN, thank you. > Now it just gives an ignored error building the docs, i think: > > [...] > make: [docs/grub.info] Error 1 (ignored) This is to be expected. Patches welcome. --

Re: Problem building Grub2 on OSX

2009-10-28 Thread André Lopes
Yes it was that. Now it builds almost fine! Now it just gives an ignored error building the docs, i think: Updating ./docs/version.texi ./install-sh -c -d docs /usr/bin/makeinfo -P ./docs --no-split --force docs/grub.texi -o docs/ grub.info ./docs/grub.texi:1552: Prev reference to nonexistent nod

Re: Problem building Grub2 on OSX

2009-10-28 Thread Vladimir 'phcoder' Serbinenko
André Lopes wrote: > Hi all, > > I'm trying to build Grub2 in my Macbook5,1. The OSX version is 10.5.8, > and the Grub2 source code was obtained from the SVN trunk > > So, after the ./configure --with-platform=efi --target=i386 i get this: > *** >

Problem building Grub2 on OSX

2009-10-28 Thread André Lopes
Hi all, I'm trying to build Grub2 in my Macbook5,1. The OSX version is 10.5.8, and the Grub2 source code was obtained from the SVN trunk So, after the ./configure --with-platform=efi --target=i386 i get this: *** GRUB2 will be compiled with foll