From fnaumann@mail.cs.uni-magdeburg.de Wed Feb 4 11:08:25 2004 Date: Wed, 4 Feb 2004 09:54:00 +0100 (CET) From: Martin Tarenskeen X-X-Sender: To: MiNT Mailing List Subject: Re: [MiNT] Gem XServer compile problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-AntiVirus: checked by Vexira MailArmor (version: 2.0.1.16; VAE: 6.23.0.3; VDF: 6.23.0.56; host: postbode02.zonnet.nl) Delivered-To: mint@fishpool.com Delivered-To: mint@lists.fishpool.fi X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: m.tarenskeen@zonnet.nl Precedence: bulk List-help: List-unsubscribe: List-ID: X-List-ID: On Tue, 3 Feb 2004, Arnaud BERCEGEAY wrote: > Hello, > > > I'm trying to (re)compile the GEM XServer.app from the CVS sources (xg > > tree). But compilation exits with the following error messages: > Please find attached src/x_gem.c and include/x_gem.h modified. It's not > optimised, but it should work (not tested). Maybe the XG maintener can cvs > ci these files... Thanks, I'm making progress. But I didn't succed yet. First I had to change an include path in grph.c:25 and keyboard.c:23 from: #include to: #include But now I'm getting this error message: cc1: warnings being treated as errors x_gem.c: In function `wind_set_proc': x_gem.c:33: warning: passing arg 3 of `mt_wind_set_str' from incompatible pointer type make: *** [../obj/x_gem.o] Error 1 -- Martin Tarenskeen