From mboxrd@z Thu Jan 1 00:00:00 1970 From: Channy Tremblay Subject: compiling 1.1.3.7 Date: Thu, 21 Nov 2002 20:40:07 -0500 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <3DDD8AF7.40200@videotron.ca> Reply-To: channy@videotron.ca Mime-Version: 1.0 Content-Transfer-Encoding: 7BIT Return-path: List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-msdos@vger.kernel.org List, I'm trying to compile the latests stuff. I've seen the email "http://marc.theaimsgroup.com/?l=linux-msdos&m=103574450131849&w=2" I'm getting a different error. Unfortunately I know almost nothing about lexer's or bison. Here is the error: make[2]: Entering directory `/home/channyt/dosemu-1.1.3/src/base/init' bison -y -v -do parser.c parser.y parser.y:377.3: parse error, unexpected "|" parser.y:377.26-68: $2 of `line' has no declared type parser.y:378.20-63: $2 of `line' has no declared type parser.y:378.20-74: $2 of `line' has no declared type parser.y:379.19-64: $2 of `line' has no declared type parser.y:379.19-75: $2 of `line' has no declared type parser.y:380.36-393.19: $3 of `line' has no declared type parser.y:402.51-403.21: $2 of `line' has no declared type parser.y:402.51-403.25: invalid $ value parser.y:402.51-403.25: $5 of `line' has no declared type parser.y:405.78-406.21: $2 of `line' has no declared type parser.y:405.78-406.43: $2 of `line' has no declared type parser.y:405.78-406.46: $4 of `line' has no declared type parser.y:405.78-406.49: invalid $ value parser.y:405.78-406.49: $6 of `line' has no declared type I didn't put everything, fixing the first error will probably fix the rst of it :) channyt@munster:~/dosemu-1.1.3$ bison -V bison (GNU Bison) 1.75 Any ideas?