From mboxrd@z Thu Jan 1 00:00:00 1970
From: Peter Jay Salzman
Subject: Re: Doom in Linux HOWTO
Date: Sun, 8 Dec 2002 11:19:14 -0800
Sender: linux-msdos-owner@vger.kernel.org
Message-ID: <20021208191914.GA3924@dirac.org>
References: <20021208033844.GC15769@sletner.com> <20021208043551.GA23189@dirac.org> <20021208045400.GD15769@sletner.com> <20021208061926.GA26833@dirac.org> <20021208063342.GF15769@sletner.com> <20021208064541.GA27112@dirac.org> <20021208065503.GA25194@sletner.com>
Mime-Version: 1.0
Return-path:
Content-Disposition: inline
In-Reply-To: <20021208065503.GA25194@sletner.com>
List-Id:
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
To: Stian Sletner
Cc: linux-msdos@vger.kernel.org
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