From mint-bounce@lists.fishpool.fi Sun Jan 3 08:24:38 2010 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=ISO-8859-15; format=flowed X-PMX-Version: 5.5.3.366731, Antispam-Engine: 2.7.0.366912, Antispam-Data: 2010.1.3.130926 Message-id: <4B409A1F.50607@atari.org> Date: Sun, 03 Jan 2010 14:22:39 +0100 From: Odd Skancke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; nb-NO; rv:1.9.1.5) Gecko/20091204 Lightning/1.0b2pre Thunderbird/3.0 To: mint@lists.fishpool.fi Subject: Re: [MiNT] broken compilation References: <4B40926B.9030309@atari.org> In-reply-to: X-Antivirus: avast! (VPS 100102-1, 02.01.2010), Outbound message X-Antivirus-Status: Clean X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: ozk@atari.org Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Hello, Den 03.01.2010 14:10, skrev Helmut Karlowski: > Am 03.01.2010, 13:49 Uhr, schrieb Odd Skancke : > >>> It broke also XaAES-compilation. >> >> Could you try again now? If not ok, please tell me what happens when >> build breaks. > > I did that already 3 hours agor, but my message has not yet arrived here. > > > I'm currently compiling XaAES with the current MiNT-source from cvs and > come to some discrepancies: > > In mint/kentry.h now the prototype for load_modules is: > > > void _cdecl (*load_modules)(const char *path, > const char *ext, > long _cdecl (*loader)(struct basepage *, const char *, short *)); > > > while it was > > void _cdecl (*load_modules)(const char *path, > const char *ext, > long _cdecl (*loader)(struct basepage *, const char *, short *, short *)); > > before. The last short* for loader() is for subclass, which is used in > one instance in XaAES. Has this been forgotten, or is it intentionally? This is intentionally. And I suspect that this is gonna change many times before it 'settles', so to speak. I did a lot of work on this some two and a half year ago, and thought I should get it into the CVS even tho the state of this work being what it is. I dont want to loose it. Is there a problem regarding this? I have found yet another problem with the build in yet another xif. Will fix this asap and committ.