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

Re: [MiNT] FreeMiNT CVS does not compile



On Sat, 2009-08-22 at 08:46 +0200, Helmut Karlowski wrote:
> Am 22.08.2009, 00:44 Uhr, schrieb J. F. Lemaire <jflemaire@skynet.be>:
> 
> > Hello,
> >
> > I've just checked out a fresh copy of FreeMiNT and compilation stops at
> > xa_wdlg.c ('click_wdlg_widgets undeclared').
> 
> The cvs-version is not correctly updated from my diffs.
> 
> In xa_wdlg.c this is missing:
> 
> @@ -49,6 +49,8 @@
>   #include "keycodes.h"
>   #include "mint/signal.h"
> 
> +STATIC WidgetBehaviour click_wdlg_widget;
> 
> and also:
> 
> @@ -1382,7 +1386,7 @@
>    return XAC_DONE;
>   }
> 
> -bool
> +STATIC bool
> 
> So this is quite a mess, and the cvs-version is out of date anyway. I'll  
> make an update today then, but I need someone to send it to.

Not someone, the list.

I've fixed the build now, but as we mentioned before. Patches should be
sent to the list.

Thanks,

Alan.