Re: grub-core compile error on FreeBSD

2014-10-14 Thread Beeblebrox
Hi Andrey, > Could you test current master, it should fix it. Compiles & installs very nicely now. Used clang compiler (did not invoke USE_GCC=any) Thanks & regards. ___ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/

Re: grub-core compile error on FreeBSD

2014-10-14 Thread Andrei Borzenkov
В Tue, 14 Oct 2014 18:59:59 +0300 Beeblebrox пишет: > > And your compiler and version is ... ? > > What I posted previously was from (clang version 3.4.1) > Could you test current master, it should fix it. > When I use gcc (gcc version 4.8.3) by invoking "USE_GCC=any", the error is: > > gcc

Re: build issue with 631a820: missing initialiser [-Werror=missing-field-initializers]

2014-10-14 Thread Andrei Borzenkov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 В Tue, 14 Oct 2014 15:37:16 +0100 The Gluglug пишет: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > Hmm ... it builds fine here, with gcc 4.8. What compiler and > > version? > > GCC 4.6.3 > > Distro: Trisquel 6 (based on Ubuntu 12.04). >

Re: grub-core compile error on FreeBSD

2014-10-14 Thread Beeblebrox
> And your compiler and version is ... ? What I posted previously was from (clang version 3.4.1) When I use gcc (gcc version 4.8.3) by invoking "USE_GCC=any", the error is: gcc -DHAVE_CONFIG_H -I. -I.. -Wall -W -I../include -I../include -DGRUB_MACHINE_PCBIOS=1 -DGRUB_MACHINE=I386_PC -m32 -DGR

Re: build issue with 631a820: missing initialiser [-Werror=missing-field-initializers]

2014-10-14 Thread The Gluglug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > Hmm ... it builds fine here, with gcc 4.8. What compiler and > version? GCC 4.6.3 Distro: Trisquel 6 (based on Ubuntu 12.04). So I should upgrade GCC? -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) iQEcBAEBAgAGBQJUPTUcAAoJEP9Ft0

Re: grub-core compile error on FreeBSD

2014-10-14 Thread Andrei Borzenkov
On Tue, Oct 14, 2014 at 3:14 PM, Beeblebrox wrote: > Git repo is at latest head. compile fails due to "missing field 'components' > initializer": > And your compiler and version is ... ? > gmake[2]: Entering directory '/asp/git/grub/grub-core' > gmake all-am > gmake[3]: Entering directory '/as

grub-core compile error on FreeBSD

2014-10-14 Thread Beeblebrox
Git repo is at latest head. compile fails due to "missing field 'components' initializer": gmake[2]: Entering directory '/asp/git/grub/grub-core' gmake all-am gmake[3]: Entering directory '/asp/git/grub/grub-core' cc -DHAVE_CONFIG_H -I. -I.. -Wall -W -I../include -I../include -DGRUB_MACHINE_P