DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR Pending]

Link: http://www.fltk.org/str.php?L2221
Version: 1.3-feature
Fix Version: 1.3.0 (r6951)


File branch-1.3/makeinclude.in has also been modified in the process
to ensure compilation of file Fl.cxx in objective-c++ instead of c++.
I suddenly realize that this modification would also act on non-Mac OS 
builds, which are definitely unconcerned.
I suggest to change line 155 of this file from the present:
        @if [ $< = Fl.cxx ]; then \
to:
        @if [ `uname` = Darwin -a $< = Fl.cxx ]; then \
to make sure that only Mac OS make runs do objective-c++ compilations.

You may also find a better way to obtain the same effect.


Link: http://www.fltk.org/str.php?L2221
Version: 1.3-feature
Fix Version: 1.3.0 (r6951)

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

Reply via email to