From: Reinhard Karcher <rkarcher@frey.de>
To: Peter Forst <linux-msdos@vger.kernel.org>
Subject: Re: Problems while compiling dosemu-1.1.4-3
Date: Mon, 13 Jan 2003 08:34:00 +0100 [thread overview]
Message-ID: <20030113073400.GA1000@Amis.berlin.frey> (raw)
In-Reply-To: <20030113081246.47115f26.pforst@firemail.de>
On Mon, Jan 13, 2003 at 08:12:46AM +0100, Peter Forst wrote
> I`ve got an problem, while compiling the dosemu 1.1.4 with patchset1.1.4-3
>
> mouse.c: In function `mouse_post_boot':
> mouse.c:1924: parse error before `unsigned'
> mouse.c:1931: `ptr' undeclared (first use in this function)
It's a known problem. Move "*us ptr;* above the preceding statement.
The construct using a declaration after an executable statement is
a C99 construct. If you don't use a C99 compliant compiler, you get this
error.
Reinhard
next prev parent reply other threads:[~2003-01-13 7:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-01-13 7:12 Problems while compiling dosemu-1.1.4-3 Peter Forst
2003-01-13 7:34 ` Reinhard Karcher [this message]
-- strict thread matches above, loose matches on Subject: below --
2003-01-13 9:54 Peter Forst
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=20030113073400.GA1000@Amis.berlin.frey \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox