From: Peter Jay Salzman <p@dirac.org>
To: Stian Sletner <stian@sletner.com>
Cc: linux-msdos@vger.kernel.org
Subject: Re: Doom in Linux HOWTO
Date: Sun, 8 Dec 2002 11:19:14 -0800 [thread overview]
Message-ID: <20021208191914.GA3924@dirac.org> (raw)
In-Reply-To: <20021208065503.GA25194@sletner.com>
hi stian,
one comment -- you're walking people through installing bleeding edge
dosemu, but there's a problem with the latest patchset 1.1.3 where the
compiling of a bison file fails.
the fix (in patch form) is here:
http://article.gmane.org/gmane.linux.msdos.general/847
this link also mentions that dosemu users may want to use 2.4.19 or
2.4.20-pre since these kernels contain dosemu related patches. this
email was written before 2.4.20 came out, so i'm assuming that 2.4.20
also contains the dosemu related patches.
the patch i mentioned is summarized here: in bisonpp.pl, change the
line:
$rule =~ s/[ \t]*;\s*$//s;# remove trailing ';'
to this:
$rule =~ s/[ \t]*;\s*\n//s;# remove trailing ';'
i'm only mentioning this because patch sets come out so infrequently
with dosemu that some of your readers may need to know this for a little
while.
pete
next prev parent reply other threads:[~2002-12-08 19:19 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-08 3:38 Doom in Linux HOWTO Stian Sletner
2002-12-08 4:47 ` Bart Oldeman
2002-12-08 4:58 ` Stian Sletner
[not found] ` <20021208043551.GA23189@dirac.org>
[not found] ` <20021208045400.GD15769@sletner.com>
[not found] ` <20021208061926.GA26833@dirac.org>
[not found] ` <20021208063342.GF15769@sletner.com>
[not found] ` <20021208064541.GA27112@dirac.org>
[not found] ` <20021208065503.GA25194@sletner.com>
2002-12-08 19:19 ` Peter Jay Salzman [this message]
-- strict thread matches above, loose matches on Subject: below --
2002-12-08 14:35 Stas Sergeev
2002-12-08 16:55 ` Stian Sletner
2002-12-08 19:36 ` phrostie
2002-12-08 18:12 ` Peter Jay Salzman
2002-12-08 20:10 Stas Sergeev
2003-01-07 18:53 Stas Sergeev
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=20021208191914.GA3924@dirac.org \
--to=p@dirac.org \
--cc=linux-msdos@vger.kernel.org \
--cc=stian@sletner.com \
/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.