From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1H3wvW-00034F-Jm for mharc-grub-devel@gnu.org; Mon, 08 Jan 2007 11:00:46 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1H3wvU-000349-OA for grub-devel@gnu.org; Mon, 08 Jan 2007 11:00:44 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1H3wvT-00033u-8o for grub-devel@gnu.org; Mon, 08 Jan 2007 11:00:44 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1H3wvT-00033r-2G for grub-devel@gnu.org; Mon, 08 Jan 2007 11:00:43 -0500 Received: from [66.249.92.168] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1H3wvS-0005GQ-KS for grub-devel@gnu.org; Mon, 08 Jan 2007 11:00:42 -0500 Received: by ug-out-1314.google.com with SMTP id j3so7003958ugf for ; Mon, 08 Jan 2007 08:00:41 -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=M+EXu0eKEKGOJPytReZnKgOgJDI3RFM9UyR2uWF3I4Yq/S+CWa17PIoS1f9B06gEus60vMX209BWsfv9QNAlhNqZUNHryloB2GA9/wno4h8NId12YqsdnXnygd7ybuaQA7j9av4ZgCSpeLrlonjnz3Tm+P3NxbzL0NNHgFb3uS0= Received: by 10.67.101.10 with SMTP id d10mr33492128ugm.1168272041097; Mon, 08 Jan 2007 08:00:41 -0800 (PST) Received: from ?172.20.229.253? ( [193.151.12.37]) by mx.google.com with ESMTP id s1sm33103315uge.2007.01.08.08.00.39; Mon, 08 Jan 2007 08:00:40 -0800 (PST) Message-ID: <45A26BB3.4070105@gmail.com> Date: Mon, 08 Jan 2007 18:05:07 +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: 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 16:00:45 -0000 Hi * 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