Subject: Re: X68kserver macro in XF4.4
To: None <tech-x11@NetBSD.org>
From: Matthias Scheler <tron@zhadum.de>
List: tech-x11
Date: 03/08/2004 07:14:50
In article <20040307235844.GO29591@shrubbery.net>,
john heasley <heas@shrubbery.net> writes:
> I see the following error when building XF 4.4 (not on 68k platform):
>
> making Makefiles in programs/Xserver...
> In file included from ../../config/cf/Imake.tmpl:2117,
> from Imakefile.c:16:
> Imakefile:650: warning: "X68kServer" is not defined
>
> I don't see this being defined anywhere, only #if checked and only in
> this Imakefile.
You can fix it like this:
#if defined(X68kServer) && X68kServer
...
#endif
Kind regards
--
Matthias Scheler http://scheler.de/~matthias/