DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2307 Version: 1.3-current Confirmed. Will have to figure out what causes this. To workaround, you can disable the new Fl_Native_File_Chooser widget (FNFC) from being built by making the following changes: ---- snip Index: src/Makefile =================================================================== --- src/Makefile (revision 7007) +++ src/Makefile (working copy) @@ -63,7 +63,7 @@ Fl_Menu_add.cxx \ Fl_Menu_global.cxx \ Fl_Multi_Label.cxx \ - Fl_Native_File_Chooser.cxx \ +# Fl_Native_File_Chooser.cxx \ Fl_Overlay_Window.cxx \ Fl_Pack.cxx \ Fl_Pixmap.cxx \ Index: test/Makefile =================================================================== --- test/Makefile (revision 7007) +++ test/Makefile (working copy) @@ -74,7 +74,7 @@ menubar.cxx \ message.cxx \ minimum.cxx \ - native-filechooser.cxx \ +# native-filechooser.cxx \ navigation.cxx \ output.cxx \ overlay.cxx \ @@ -140,7 +140,7 @@ menubar$(EXEEXT) \ message$(EXEEXT) \ minimum$(EXEEXT) \ - native-filechooser$(EXEEXT) \ +# native-filechooser$(EXEEXT) \ navigation$(EXEEXT) \ output$(EXEEXT) \ overlay$(EXEEXT) \ ---- snip Thing is, if I do that, FLTK gets as far as linking fluid before failing with numerous errors not related to FNFC about the i386 architecture. Link: http://www.fltk.org/str.php?L2307 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
