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

Re: [MiNT] FreeMiNT CVS mail list



On Mon, 2010-08-02 at 15:25 +0000, Helmut Karlowski wrote:
> Alan Hourihane wrote:
> 
> > Just fixed this folks. We're back !
> 
> That's great!
> 
> Now could you tell me why xaaes is not in the latest freemint.org-archives?
> What do make/gcc say?
> 
> 
> -Helmut
> 
> 

Ah, I see that you don't mean the mail archives, but the build itself...
It's broken because of some of your changes....

./win_draw.c: In function 'init_sliders':
../win_draw.c:3857: error: invalid storage class for function
'info_texture'
../win_draw.c:3856: warning: no previous prototype for 'info_texture'
../win_draw.c: In function 'info_texture':
../win_draw.c:3856: warning: declaration of 'm' shadows a parameter
../win_draw.c:3762: warning: shadowed declaration is here
../win_draw.c:3858: warning: declaration of 't' shadows a previous local
../win_draw.c:3764: warning: shadowed declaration is here
../win_draw.c: In function 'init_sliders':
../win_draw.c:3876: error: invalid storage class for function
'title_texture'
../win_draw.c:3875: warning: no previous prototype for 'title_texture'
../win_draw.c: In function 'title_texture':
../win_draw.c:3875: warning: declaration of 'm' shadows a parameter
../win_draw.c:3762: warning: shadowed declaration is here
../win_draw.c:3877: warning: declaration of 't' shadows a previous local
../win_draw.c:3764: warning: shadowed declaration is here
../win_draw.c: In function 'init_sliders':
../win_draw.c:3915: error: invalid storage class for function
'installtexture'
../win_draw.c:3914: warning: no previous prototype for 'installtexture'
../win_draw.c: In function 'installtexture':
../win_draw.c:3914: warning: declaration of 'm' shadows a parameter
../win_draw.c:3762: warning: shadowed declaration is here
../win_draw.c:3916: warning: declaration of 't' shadows a previous local
../win_draw.c:3764: warning: shadowed declaration is here
../win_draw.c: In function 'init_sliders':
../win_draw.c:3923: error: invalid storage class for function
'test_img_stuff'
../win_draw.c:3922: warning: no previous prototype for 'test_img_stuff'
../win_draw.c: In function 'test_img_stuff':
../win_draw.c:3922: warning: declaration of 'm' shadows a parameter
../win_draw.c:3762: warning: shadowed declaration is here
../win_draw.c:3924: warning: declaration of 't' shadows a previous local
../win_draw.c:3764: warning: shadowed declaration is here
../win_draw.c: In function 'init_sliders':
../win_draw.c:3992: error: invalid storage class for function
'init_module'
../win_draw.c:3991: warning: no previous prototype for 'init_module'
../win_draw.c: In function 'init_module':
../win_draw.c:3995: warning: declaration of 'm' shadows a parameter
../win_draw.c:3762: warning: shadowed declaration is here
../win_draw.c: In function 'init_sliders':
../win_draw.c:4099: error: invalid storage class for function
'exit_module'
../win_draw.c:4098: warning: no previous prototype for 'exit_module'
../win_draw.c: In function 'exit_module':
../win_draw.c:4100: warning: declaration of 'm' shadows a parameter
../win_draw.c:3762: warning: shadowed declaration is here
../win_draw.c: In function 'init_sliders':
../win_draw.c:4130: error: invalid storage class for function
'new_theme'
../win_draw.c:4129: warning: no previous prototype for 'new_theme'
../win_draw.c: In function 'new_theme':
../win_draw.c:4132: warning: declaration of 'm' shadows a parameter
../win_draw.c:3762: warning: shadowed declaration is here
../win_draw.c: In function 'init_sliders':
../win_draw.c:4172: error: invalid storage class for function
'free_theme'
../win_draw.c:4171: warning: no previous prototype for 'free_theme'
../win_draw.c: In function 'free_theme':
../win_draw.c:4173: warning: declaration of 'm' shadows a parameter
../win_draw.c:3762: warning: shadowed declaration is here
../win_draw.c:4174: warning: declaration of 't' shadows a previous local
../win_draw.c:3764: warning: shadowed declaration is here
../win_draw.c: In function 'init_sliders':
../win_draw.c:4188: error: invalid storage class for function
'delete_color_theme'
../win_draw.c:4187: warning: no previous prototype for
'delete_color_theme'
../win_draw.c:4195: error: invalid storage class for function
'new_color_theme'
../win_draw.c:4194: warning: no previous prototype for 'new_color_theme'
../win_draw.c: In function 'new_color_theme':
../win_draw.c:4197: warning: declaration of 'm' shadows a parameter
../win_draw.c:3762: warning: shadowed declaration is here
../win_draw.c: In function 'init_sliders':
../win_draw.c:4267: error: invalid storage class for function
'free_color_theme'
../win_draw.c:4266: warning: no previous prototype for
'free_color_theme'
../win_draw.c: In function 'free_color_theme':
../win_draw.c:4268: warning: declaration of 'm' shadows a parameter
../win_draw.c:3762: warning: shadowed declaration is here
../win_draw.c: In function 'init_sliders':
../win_draw.c:4290: error: initializer element is not constant
../win_draw.c:4290: error: (near initialization for
'module.init_module')
../win_draw.c:4291: error: initializer element is not constant
../win_draw.c:4291: error: (near initialization for
'module.exit_module')
../win_draw.c:4293: error: initializer element is not constant
../win_draw.c:4293: error: (near initialization for 'module.new_theme')
../win_draw.c:4294: error: initializer element is not constant
../win_draw.c:4294: error: (near initialization for 'module.free_theme')
../win_draw.c:4296: error: initializer element is not constant
../win_draw.c:4296: error: (near initialization for
'module.new_color_theme')
../win_draw.c:4297: error: initializer element is not constant
../win_draw.c:4297: error: (near initialization for
'module.free_color_theme')
../win_draw.c:4305: warning: no previous prototype for 'main_xa_theme'
../win_draw.c:4305: warning: declaration of 'main_xa_theme' shadows a
global declaration
../win_draw.h:31: warning: shadowed declaration is here
../win_draw.c:4308: error: expected declaration or statement at end of
input
make[5]: *** [win_draw.o] Error 1

Alan.