From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1H3yRo-0002MM-2S for mharc-grub-devel@gnu.org; Mon, 08 Jan 2007 12:38:12 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H3yRm-0002MF-5l for grub-devel@gnu.org; Mon, 08 Jan 2007 12:38:10 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H3yRk-0002Lr-J3 for grub-devel@gnu.org; Mon, 08 Jan 2007 12:38:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3yRk-0002Lo-DH for grub-devel@gnu.org; Mon, 08 Jan 2007 12:38:08 -0500 Received: from [66.249.92.175] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H3yRk-0007Pc-07 for grub-devel@gnu.org; Mon, 08 Jan 2007 12:38:08 -0500 Received: by ug-out-1314.google.com with SMTP id j3so7032919ugf for ; Mon, 08 Jan 2007 09:38:07 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:subject:content-type:content-transfer-encoding; b=ezUEOZy3NUI5jOEf0Jz5T4iireZXKF4VdSZcGu1z6mR46olQzaUPhPQFvE1LoHSPBQxbDMHbK0S6MfzvYK2MO/ZAdlnWrjJYa/aqsx7RxjnVrsb0fdqnDNophl0IrA+JGtr7vuvlPBZ+lXTKYdbVfc//Yjd+B7mgkmIrBK0VtJ8= Received: by 10.66.232.9 with SMTP id e9mr33596127ugh.1168277886814; Mon, 08 Jan 2007 09:38:06 -0800 (PST) Received: from ?172.20.229.253? ( [193.151.12.37]) by mx.google.com with ESMTP id y1sm28890024uge.2007.01.08.09.38.05; Mon, 08 Jan 2007 09:38:05 -0800 (PST) Message-ID: <45A281F3.9050707@gmail.com> Date: Mon, 08 Jan 2007 19:40:03 +0200 From: Dmitriy Tchoomack User-Agent: Thunderbird 1.5.0.9 (X11/20061206) MIME-Version: 1.0 To: grub-devel@gnu.org Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: grub-1.95 build error 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: Mon, 08 Jan 2007 17:38:10 -0000 > I try to build grub-1.95. My system is: > > OS: Slackware 10.2 > compiler: gcc: Configured with: ../gcc-3.3.6/configure --prefix=/usr > --enable-shared --enable-threads=posix --enable-__cxa_atexit > --disable-checking --with-gnu-ld --verbose > --target=i486-slackware-linux --host=i486-slackware-linux > Thread model: posix > gcc version 3.3.6 > > As usual I execute: > > $ ./configure > $ make > > and have an error: > > bison -d -p grub_script_yy -b grub_script ./normal/parser.y > ./normal/parser.y:54: unrecognized: %lex-param > ./normal/parser.y:54: Skipping to next % > ./normal/parser.y:55: unrecognized: %parse-param > ./normal/parser.y:55: Skipping to next % > make: *** [grub_script.tab.c] Error 1 The problem is in old bison version, on slackware 10.2 installed bison 1.31. I try to build grub on slackware 11.0 with bison 2.1 - it builds normally.