RE: 226 F May 26 Yoshinori K. Okuji ( 25) [ configure host and target

2006-05-27 Thread Harley D. Eades III
> According to a suggestion by an autoconf developer, I think we should change > the build system in this way: > > - Use "host" to represent an environment in which utilities (tools) run. This > is a natural interpretation of the meaning of "host" in autoconf. > > - Use "target" to represent a

Re: [patch] Fix for building correct code on i386-pc (CVS-HEAD)

2006-05-30 Thread Harley D. Eades III
Hollis Blanchard <[EMAIL PROTECTED]> writes: > On Wed, 2006-05-31 at 00:08 +0300, Vesa Jääskeläinen wrote: > > Attached patch fixes problems for compiling correct code on i386-pc... > > other platforms needs to be modified similarly too... > > I'm confused by this; could you explain? If _TARGET_C

Patch for successful compilation on FreeBSD Release-6.1

2006-06-11 Thread Harley D. Eades III
..see the patch. I would like as much feedback as possible. Thanks. :) 2006-06-10 Harley D. Eades III <[EMAIL PROTECTED]> * configure.ac: Check for . Check for memalign(). * include/grub/util/misc.h: Include . * util/grub-emu.c [HAVE_MALLOC_H]: I

Re: Patch for successful compilation on FreeBSD Release-6.1

2006-06-11 Thread Harley D. Eades III
Jeroen Dekkers <[EMAIL PROTECTED]> writes: > On Sun, Jun 11, 2006 at 10:28:44AM -0500, Harley D. Eades III wrote: > > Hello, I managed to work up a small patch for grub2. She makes it > > possible to build grub2 on FreeBSD Release-6.1. There is one thing > > I am not

Re: Patch for successful compilation on FreeBSD Release-6.1

2006-06-12 Thread Harley D. Eades III
[EMAIL PROTECTED] (Harley D. Eades III) writes: > Jeroen Dekkers <[EMAIL PROTECTED]> writes: > > > On Sun, Jun 11, 2006 at 10:28:44AM -0500, Harley D. Eades III wrote: > > > Hello, I managed to work up a small patch for grub2. She makes it > > > possible t

Re: Patch for successful compilation on FreeBSD Release-6.1

2006-06-13 Thread Harley D. Eades III
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > On Monday 12 June 2006 17:31, Harley D. Eades III wrote: > > --- grub2/configure.ac Sun Jun 11 17:49:23 2006 > > +++ grub2Hacked/configure.acSun Jun 11 17:55:34 2006 > > @@ -121,6 +121,15 @@ > > A

Re: Patch for successful compilation on FreeBSD Release-6.1

2006-06-13 Thread Harley D. Eades III
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes: > On Tuesday 13 June 2006 23:52, Harley D. Eades III wrote: > > off_t is defined here on FreeBSD. > > I understand. :) > > I am not adding the include. All I added was the #if statement so > > t

Re: Patch for successful compilation on FreeBSD Release-6.1

2006-06-13 Thread Harley D. Eades III
[EMAIL PROTECTED] (Harley D. Eades III) writes: > > > > You are right. I've checked in my own fix for this problem. Since recent > > FreeBSD supports posix_memalign, I think mine is a bit better. Can you > > confirm that this works on FreeBSD? Well your