From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Eae6u-0007Ih-6P for mharc-grub-devel@gnu.org; Fri, 11 Nov 2005 13:58:52 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Eae6s-0007IY-Cf for grub-devel@gnu.org; Fri, 11 Nov 2005 13:58:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Eae6q-0007IL-KZ for grub-devel@gnu.org; Fri, 11 Nov 2005 13:58:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Eae6q-0007II-FC for grub-devel@gnu.org; Fri, 11 Nov 2005 13:58:48 -0500 Received: from [145.74.66.11] (helo=mail-cn.han.nl) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Eae6q-0002hV-N9 for grub-devel@gnu.org; Fri, 11 Nov 2005 13:58:48 -0500 Received: from vscan-cn.han.nl (venus.han.nl [145.74.65.6]) by mail-cn.han.nl (Postfix) with ESMTP id A6092833C; Fri, 11 Nov 2005 19:58:47 +0100 (CET) Received: from mail-cn.han.nl ([145.74.66.11]) by vscan-cn.han.nl (venus.han.nl [145.74.65.6]) (amavisd-new, port 10024) with ESMTP id 30894-07; Fri, 11 Nov 2005 19:58:47 +0100 (CET) Received: from mail1.han.nl (mail1.han.nl [145.74.103.11]) by mail-cn.han.nl (Postfix) with ESMTP id 9067C82DD; Fri, 11 Nov 2005 19:58:46 +0100 (CET) Received: from localhost.localdomain (mgerards.xs4all.nl [82.92.27.129]) by mail1.han.nl (Postfix) with ESMTP id 0AD9FC045; Fri, 11 Nov 2005 19:58:46 +0100 (CET) Mail-Copies-To: metgerards@student.han.nl To: The development of GRUB 2 , guertin@brucemaudesign.com References: From: Marco Gerards Date: Fri, 11 Nov 2005 19:58:47 +0100 In-Reply-To: (Mark Guertin's message of "Thu, 10 Nov 2005 15:03:25 -0500") Message-ID: <877jbf57vc.fsf@student.han.nl> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: by amavisd-new (2.2.0) at vscan-cn.han.nl Cc: Subject: Re: grub2 ppc test compile problem 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: Fri, 11 Nov 2005 18:58:50 -0000 Mark Guertin writes: > Not sure if this is a grub or distro problem (is pre-release of YDL > 4.1). I haven't had time to look at this closely yet, but told > Hollis I would post the info so here goes: I was not able to reproduce this problem. Which gcc version do you use? > > gcc -Inormal -I../normal -I. -Iinclude -I../include -Wall -W - > DGRUB_DATADIR=\"/usr/local/share/grub/powerpc-ieee1275\" -g -O2 - > DGRUB_UTIL=1 -c -o grub_emu-normal_lexer.o ../normal/lexer.c > ../normal/lexer.c: In function `grub_script_yylex': > ../normal/lexer.c:89: error: called object is not a function This makes no sense. On that line no function is called. It's just a check if a variable is 0 or not. Same for the if statement below. -- Marco