All of lore.kernel.org
 help / color / mirror / Atom feed
From: Reinhard Karcher <rkarcher@frey.de>
To: linux-msdos@vger.kernel.org
Subject: Re: dosemu-1.1.3.5 for testing.
Date: Sun, 27 Oct 2002 15:26:38 +0100	[thread overview]
Message-ID: <200210271526.39008.rkarcher@frey.de> (raw)
In-Reply-To: <m34rb856mw.fsf@fox.broadpark.no>

Am Sonntag, 27. Oktober 2002 14:54 schrieb Lars Bjørndal:
> Compile problem: I've upgraded to RedHat 8.0 since the last time I
> compiled Dosemu. The error message is:
> 
> make[3]: Entering directory `/home/lrs/dosemu-1.1.3/src/base/init'
> bison -y -v -do parser.c  parser.y
> gcc -c -D_GNU_SOURCE  -O2 -fomit-frame-pointer -MD -mcpu=i686  
-fno-strict-aliasing -DGCC_VERSION_CODE=3002 -DASM_PEDANTIC 
-DGLIBC_VERSION_CODE=2003 -D_XOPEN_SOURCE -pipe -DUSING_NET   -Wall  
-I/home/lrs/dosemu-1.1.3/src/plugin/kbd_unicode/include 
-I/home/lrs/dosemu-1.1.3/src/plugin/translate/include 
-I/home/lrs/dosemu-1.1.3/src/include -I/home/lrs/dosemu-1.1.3/src/dosext/dpmi 
-I/home/lrs/dosemu-1.1.3/src/include/slang   -DYYPURE  -o parser.o parser.c
> parser.y: In function `yyparse':
> parser.y:554: parse error before '}' token
> make[3]: *** [parser.o] Error 1
> make[3]: Leaving directory `/home/lrs/dosemu-1.1.3/src/base/init'
> make[2]: *** [base/init] Error 2
> make[2]: Leaving directory `/home/lrs/dosemu-1.1.3/src'
> make[1]: *** [default] Error 2
> make[1]: Leaving directory `/home/lrs/dosemu-1.1.3'
> make: *** [default] Error 2
> 
> What is wrong here?
> 
Your yacc or bison is too new. There is an ; missing after config.pc = $2.
If you edit parser.y in line 554 and put the ; in it, you can build your
dosemu.

Reinhard

PS: Michael Karcher told me about the solution

-
To unsubscribe from this list: send the line "unsubscribe linux-msdos" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2002-10-27 14:26 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-10-27  5:59 dosemu-1.1.3.5 for testing Bart Oldeman
2002-10-27 13:54 ` Lars Bjørndal
2002-10-27 14:26   ` Reinhard Karcher [this message]
2002-10-27 19:48     ` Bart Oldeman
2002-10-28  9:31 ` Grigory Batalov
2002-10-28  9:43   ` Sergey Suleymanov
2002-10-29 18:59     ` Grigory Batalov
2002-10-28 13:49 ` Grigory Batalov
2002-10-28 19:49   ` Bart Oldeman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200210271526.39008.rkarcher@frey.de \
    --to=rkarcher@frey.de \
    --cc=linux-msdos@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.