On 22.08.2011, at 10:16, MacArthur, Ian (SELEX GALILEO, UK) wrote:
> Anyway, going OT, I got a choke on win32 right now:
> 
> Compiling Fl_get_key.cxx...
> In file included from Fl_get_key.cxx:29:
> Fl_get_key_win32.cxx: In function `int fltk2ms(int)':
> Fl_get_key_win32.cxx:114: warning: comparison between signed and
> unsigned integer expressions
> Fl_get_key_win32.cxx:114: warning: comparison between signed and
> unsigned integer expressions
> Fl_get_key_win32.cxx:115: warning: comparison between signed and
> unsigned integer expressions
> Fl_get_key_win32.cxx:115: warning: comparison between signed and
> unsigned integer expressions
> Fl_get_key_win32.cxx: At global scope:
> Fl_get_key_win32.cxx:130: error: `int fltk3::get_key(int)' should have
> been declared inside `fltk3'
> make[1]: *** [Fl_get_key.o] Error 1
> make: *** [all] Error 1
> 
> Hmm, some kinda scope thing I guess (didn't bother to check...)

Ah, no. I removed all the signed/unsigned warnings from OS X, changing the APIs 
for shortcut keys (and basically for characters and modifiers in general) form 
signed int to unsigned int. Xcode only finds teh OS X files, so win32 and X11 
files may be  behind in this change. I only test those once a week (at most).

 - Matthias
_______________________________________________
fltk-dev mailing list
fltk-dev@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to