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

Re: [MiNT] broken compilation



Hello,

Den 03.01.2010 14:10, skrev Helmut Karlowski:
Am 03.01.2010, 13:49 Uhr, schrieb Odd Skancke <ozk@atari.org>:

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.