Manolo Gouy wrote:
> Fl_Native_File_Chooser_MAC.mm
Was just building a fresh fltk a few mins ago
and noticed a dependency error from make that might be related:
-----------------------------------------------------------------
[..]
Compiling Fl_Menu_Window.cxx...
Compiling Fl_Menu_add.cxx...
Compiling Fl_Menu_global.cxx...
Compiling Fl_Multi_Label.cxx...
make[1]: *** No rule to make target `Fl_Native_File_Chooser_MAC.cxx', needed by
`Fl_Native_File_Chooser.o'. Stop.
make: *** [all] Error 1
-----------------------------------------------------------------
I made the following change to my src/Makefile which seemed to fix it:
-Fl_Native_File_Chooser.o : Fl_Native_File_Chooser_MAC.cxx
Fl_Native_File_Chooser_WIN32.cxx
+Fl_Native_File_Chooser.o : Fl_Native_File_Chooser_MAC.mm
Fl_Native_File_Chooser_WIN32.cxx
You might want to make a similar change in SVN
_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev