Re: [OpenWrt-Devel] [PATCH] Compiling and using grub on Mac OS X: A problem and a partial fix

2010-05-30 Thread Jukka Ylitalo
Great!!! Thanks Felix! -- Jukka On May 28, 2010, at 10:50 PM, Felix Fietkau wrote: Hi, On 2010-03-03 8:53 AM, Jukka Ylitalo wrote: > A correction to the previous mail. I just noticed that OpenWRT > compiles fine only with gcc44 on Mac OS X after applying our patch. > gcc45 results in grub host

Re: [OpenWrt-Devel] [PATCH] Compiling and using grub on Mac OS X: A problem and a partial fix

2010-05-28 Thread Marc Abrams
Perfect Sent from my iPhone On May 28, 2010, at 4:08 PM, Felix Fietkau wrote: > On 2010-05-29 12:59 AM, Marc Abrams wrote: >> Thanks, Felix! >> >> Where, exactly, should I put this library? > Where the old one is: /usr/lib ___ openwrt-devel mailing

Re: [OpenWrt-Devel] [PATCH] Compiling and using grub on Mac OS X: A problem and a partial fix

2010-05-28 Thread Felix Fietkau
On 2010-05-29 12:59 AM, Marc Abrams wrote: > Thanks, Felix! > > Where, exactly, should I put this library? Where the old one is: /usr/lib ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-d

Re: [OpenWrt-Devel] [PATCH] Compiling and using grub on Mac OS X: A problem and a partial fix

2010-05-28 Thread Marc Abrams
Thanks, Felix! Where, exactly, should I put this library? marc. Marc Abrams +1-408-550-6272 marc...@gmail.com On Fri, May 28, 2010 at 2:17 PM, Felix Fietkau wrote: > On 2010-05-28 11:06 PM, Marc Abrams wrote: > > Hi, Felix: > > > >

Re: [OpenWrt-Devel] [PATCH] Compiling and using grub on Mac OS X: A problem and a partial fix

2010-05-28 Thread Felix Fietkau
On 2010-05-28 11:06 PM, Marc Abrams wrote: > Hi, Felix: > > do you also have issues with ncurses on OS X in the terminal with make > menuconfig? Apple screwed this one up with the 10.6.3 update. Other projects using ncurses are affected in the same way. As a quick fix, you can replace your ncurse

Re: [OpenWrt-Devel] [PATCH] Compiling and using grub on Mac OS X: A problem and a partial fix

2010-05-28 Thread Marc Abrams
Hi, Felix: do you also have issues with ncurses on OS X in the terminal with make menuconfig? I do. marc. Marc Abrams +1-408-550-6272 marc...@gmail.com On Fri, May 28, 2010 at 12:50 PM, Felix Fietkau wrote: > Hi, > > On 2010-03-03 8

Re: [OpenWrt-Devel] [PATCH] Compiling and using grub on Mac OS X: A problem and a partial fix

2010-05-28 Thread Felix Fietkau
Hi, On 2010-03-03 8:53 AM, Jukka Ylitalo wrote: > A correction to the previous mail. I just noticed that OpenWRT > compiles fine only with gcc44 on Mac OS X after applying our patch. > gcc45 results in grub host-compiling problems. If you want to try our > patch you need to install gcc44 (in addit

Re: [OpenWrt-Devel] [PATCH] Compiling and using grub on Mac OS X: A problem and a partial fix

2010-03-02 Thread Jukka Ylitalo
Hi, A correction to the previous mail. I just noticed that OpenWRT compiles fine only with gcc44 on Mac OS X after applying our patch. gcc45 results in grub host-compiling problems. If you want to try our patch you need to install gcc44 (in addition to the other ports): sudo port install gcc44

[OpenWrt-Devel] [PATCH] Compiling and using grub on Mac OS X: A problem and a partial fix

2010-03-02 Thread Jukka Ylitalo
Hi, When building openwrt-x86-ext2.vmdk vmware-image on Mac OS Snow Leopard the image won't boot on VMWare Fusion. The essential problem seems to be that Mac OS would need to run the 'grub'-executable to initialize the grub boot-loader, but the grub shell is not host-compiled into Mach-O execu