From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LUPEN-0003xs-8e for mharc-grub-devel@gnu.org; Tue, 03 Feb 2009 12:38:39 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LUPEL-0003wc-Ip for grub-devel@gnu.org; Tue, 03 Feb 2009 12:38:37 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LUPEJ-0003vm-Kx for grub-devel@gnu.org; Tue, 03 Feb 2009 12:38:36 -0500 Received: from [199.232.76.173] (port=52470 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LUPEJ-0003ve-9f for grub-devel@gnu.org; Tue, 03 Feb 2009 12:38:35 -0500 Received: from mta-out.inet.fi ([195.156.147.13]:38218 helo=kirsi1.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LUPEI-00062c-Oc for grub-devel@gnu.org; Tue, 03 Feb 2009 12:38:35 -0500 Received: from [192.168.1.102] (84.248.105.254) by kirsi1.inet.fi (8.5.014) id 48FC5AC90497E8DC for grub-devel@gnu.org; Tue, 3 Feb 2009 19:38:29 +0200 Message-ID: <49888104.3010406@nic.fi> Date: Tue, 03 Feb 2009 19:38:12 +0200 From: =?ISO-8859-1?Q?Vesa_J=E4=E4skel=E4inen?= User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: The development of GRUB 2 References: <1233518913.3440.19.camel@fz.local> <1233667365.29668.4.camel@fz.local> In-Reply-To: <1233667365.29668.4.camel@fz.local> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) Subject: Re: compilation of grub-emu is currently broken X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Feb 2009 17:38:37 -0000 Felix Zielcke wrote: > Am Sonntag, den 01.02.2009, 21:08 +0100 schrieb Felix Zielcke: >> grub_emu-normal_main.o: In function `grub_mod_init': >> /home/fz/grub/grub2.svn/normal/main.c:623: undefined reference to `grub_menu_viewer_register' >> grub_emu-normal_main.o: In function `grub_normal_execute': >> /home/fz/grub/grub2.svn/normal/main.c:580: undefined reference to `grub_menu_viewer_show_menu' > > Fix commited. > Thanks.