Bill, looks like there are some problems on 64-bit platforms...

SNIP:
==========================================================================
Compiling ShortcutAssignment.cxx...
ShortcutAssignment.cxx: In member function ‘bool 
fltk::Widget::add_shortcut(unsigned int)’:
ShortcutAssignment.cxx:82: warning: suggest parentheses around 
arithmetic in operand of |
ShortcutAssignment.cxx: In member function ‘unsigned int 
fltk::Widget::shortcut() const’:
ShortcutAssignment.cxx:112: error: cast from ‘void*’ to ‘unsigned int’ 
loses precision
ShortcutAssignment.cxx: In member function ‘virtual bool 
keyCompareFunctor::handle(const fltk::AssociationType&, const 
fltk::Widget*, void*)’:
ShortcutAssignment.cxx:201: error: cast from ‘void*’ to ‘unsigned int’ 
loses precision
ShortcutAssignment.cxx: In member function ‘virtual bool 
GlueFunctor::handle(const fltk::AssociationType&, const fltk::Widget*, 
void*)’:
ShortcutAssignment.cxx:253: error: cast from ‘void*’ to ‘unsigned int’ 
loses precision
ShortcutAssignment.cxx: In function ‘unsigned int 
fltk::foreachShortcut(const fltk::Widget*, fltk::ShortcutFunctor&)’:
ShortcutAssignment.cxx:288: error: cast from ‘void*’ to ‘unsigned int’ 
loses precision
make[1]: *** [ShortcutAssignment.o] Error 1
make: *** [all] Error 2

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to