They are declared static in the .c files

On Mon, 1 Nov 2004 16:57:26 -0700, Lawrence Gold <[EMAIL PROTECTED]> wrote:
> On Nov 1, 2004, at 2:22 PM, Christopher Stone wrote:
> 
> 
> 
> > src/machine/nitedrvr.c:11: error: static declaration of
> > 'nitedrvr_gear' follows
> > non-static declaration
> > src/includes/nitedrvr.h:11: error: previous declaration of
> > 'nitedrvr_gear' was h
> > ere
> > src/machine/nitedrvr.c:12: error: static declaration of
> > 'nitedrvr_track' follows
> >  non-static declaration
> > src/includes/nitedrvr.h:12: error: previous declaration of
> > 'nitedrvr_track' was
> > here
> > make: *** [xmame.obj/machine/nitedrvr.o] Error 1
> >
> >
> > I can comment out the stuff in .h to fix this, but thought I'd pass
> > this along since I seem to be the only one getting this error.
> 
> Strange. Everything looks fine. Both variables are declared extern and
> not static in the header file, so there shouldn't be an error. You're
> using some pre-release version of GCC 4.0, though, aren't you? It could
> be a bug in that.
> 
> _______________________________________________
> Xmame mailing list
> [EMAIL PROTECTED]
> http://toybox.twisted.org.uk/mailman/listinfo/xmame
>

_______________________________________________
Xmame mailing list
[EMAIL PROTECTED]
http://toybox.twisted.org.uk/mailman/listinfo/xmame

Reply via email to