RE: Some questions about GRUB

2013-08-16 Thread Stojsavljevic, Zoran
Hello Vladimir, Two things: when I tried to auto generate latest grub-5107 , I got while doing make the following error: [zoran@localhost grub-5107]$ ./autogen.sh [zoran@localhost grub-5107]./configure --with-platform=coreboot --prefix=/usr/local --sysconfdir=/etc [zoran@localhost grub-5107]mak

Re: GRUB2 on OpenBSD 5.3-amd64: linking problem

2013-08-16 Thread Ilya Bakulin
Hi Vladimir, so I'm trying the latest version from BZR now. Running ./configure without CFLAGS succeeds now, thanks! On Wednesday 14 August 2013 18:28:45 Vladimir 'φ-coder/phcoder' Serbinenko wrote: > #ifdef __OpenBSD__ > #define mbstate_t grub_posix_mbstate_t > #endif Yes, this seems to help!

Re: GRUB2 on OpenBSD 5.3-amd64: linking problem

2013-08-16 Thread Grégoire Sutre
On 08/16/2013 04:33 PM, Ilya Bakulin wrote: So the types "double" and "float" are not recognized. Could you please help me to debug this? I get the exact same problem on NetBSD. A simple (temporary) work-around is to remove the flags: -Dfloat=__grub_poision -Ddouble=__grub_poision Those ar

Re: GRUB2 on OpenBSD 5.3-amd64: linking problem

2013-08-16 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 16.08.2013 16:41, Grégoire Sutre wrote: > On 08/16/2013 04:33 PM, Ilya Bakulin wrote: > >> So the types "double" and "float" are not recognized. >> >> Could you please help me to debug this? > > I get the exact same problem on NetBSD. A simple (temporary) > work-around is to remove the flags: