[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] Fwd: Re: Gem XServer compile problem



This mail was for the ML.
(Martin, sorry for sending you this twice).

------- Forwarded message -------
From: Arnaud BERCEGEAY <arnaud.bercegeay@free.fr>
To: Martin Tarenskeen <m.tarenskeen@zonnet.nl>
Subject: Re: [MiNT] Gem XServer compile problem
Date: Tue, 03 Feb 2004 20:21:46 +0100

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:

clnt.c: In function `RQ_KillClient':
clnt.c:585: `aes_params' undeclared (first use in this function)
clnt.c:585: (Each undeclared identifier is reported only once
clnt.c:585: for each function it appears in.)
make: *** [../obj/clnt.o] Error 1

What's wrong here ?


New gemlib no more have global arrays. The aes_params structure no more exist as a "global" variable.

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...

HTH,
Arnaud.


Attachment: x_gem.h
Description: Binary data

Attachment: x_gem.c
Description: Binary data