Ah, thanks. I was using exception to verify my code. Now should I enable them for fltk3, or should I remove the try-catch-throw?
On 08.08.2011, at 11:52, "MacArthur, Ian (SELEX GALILEO, UK)" <[email protected]> wrote: > Matt, > > Here's a new one: this is winxx/mingw, though I think I saw this on OSX > too (I was not paying attention as the script ran...) > > > > === making fluid === > Compiling CodeEditor.cxx... > In file included from CodeEditor.h:41, > from CodeEditor.cxx:36: > ../fltk3/TextEditor.h:46: warning: converting of negative value > `-0x000000001l' to `unsigned int' > Compiling Fl_Function_Type.cxx... > In file included from function_panel.h:49, > from Fl_Function_Type.cxx:176: > ../fltk3/TextEditor.h:46: warning: converting of negative value > `-0x000000001l' to `unsigned int' > Compiling Fl_Group_Type.cxx... > Compiling Fl_Menu_Type.cxx... > Fl_Menu_Type.cxx: In member function `virtual int > Shortcut_Button::handle(int)': > Fl_Menu_Type.cxx:604: warning: comparison between signed and unsigned > integer expressions > Compiling Fl_Type.cxx... > Fl_Type.cxx: In static member function `static Fl_Target_Type* > Fl_Target_Type::find(const char*, char)': > Fl_Type.cxx:1279: error: exception handling disabled, use -fexceptions > to enable > make[1]: *** [Fl_Type.o] Error 1 > make: *** [all] Error 1 > > > > > > SELEX Galileo Ltd > Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 > 3EL > A company registered in England & Wales. Company no. 02426132 > ******************************************************************** > This email and any attachments are confidential to the intended > recipient and may also be privileged. If you are not the intended > recipient please delete it from your system and notify the sender. > You should not copy it or use it for any purpose nor disclose or > distribute its contents to any other person. > ******************************************************************** > > _______________________________________________ > fltk-dev mailing list > [email protected] > http://lists.easysw.com/mailman/listinfo/fltk-dev _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
