aflar wrote:
Yes,I've got the same error in my Fedora Core 6 sys!But if in RedHat 9,there is 
not any error! Maybe it has something to the version of the system or GCC?Have 
you fixed that? I've deleted the 'static' directly and it can be built!But I'm 
not sure whether it will do harm to the whole or not.
Anybody have any ideas?
??2007-12-14??"Demetris Zavorotnichenko" <[EMAIL PROTECTED]> ??????

I'm having problems compiling Microwindows.

I get :

Comiling mwin/winevent.c ...

error:static declaration of 'abs' follows non-static declaration



I believe this is an issue with the GCC Version. abs is a very unfortunate choice for a local macro and I believe it clashes with another definition the the GCC header files. My solution was to change the name of this macro in winevent.c...

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to