Manolo Gouy wrote:
> I've fixed (locally) the changes required by this proposal
> in CMake files and in file fluid/ide_maketools.cxx,
> so only the IDE's remain to be fixed.
Thanks for the fixes to FNFC .cxx -> .mm
Not sure if you missed it, but current svn won't build on macs
due to the below error, which seems related to this conversion.
Can you commit a patch to src/Makefile to fix this error
so svn can build?
I have a suggested patch below which seems to fix svn current,
but not sure if it's completely correct.
> 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