From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bartos-Elekes Zsolt Subject: Cannot compile DosEmu 1.2.1 - solved Date: Fri, 19 Mar 2004 16:48:40 +0100 Sender: linux-msdos-owner@vger.kernel.org Message-ID: <405B1658.5000606@kite.hu> 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 Hi! I have since solved the second problem too (base/mouse.c, line 1871 calls Mouse_xterm.init(), but it is not present when compiling without X support): I added the missing #ifdef X_SUPPORT around the Mouse_xterm functions in mouse.c (line 1871 and 2023). Zsolt