DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR Pending] Link: http://www.fltk.org/str.php?L2244 Version: 1.3-current Fix Version: 1.3-current (r6846) Greg, please wait a moment before closing this STR ... As you wrote in fltk development [1], there are three more missing files in src/CMakeLists.txt: fl_encoding_latin1.cxx fl_encoding_mac_roman.cxx xutf8/keysym2Ucs.c The first two of them are not used by FLTK (and not documented), but declared FL_EXPORT ... in ../FL/fl_draw.H. This would maybe make problems when building a dll/.so ? The latter is used for Unix/Linux builds only, and that explains why the OP didn't need these files. IMHO we should add at least xutf8/keysym2Ucs.c to src/CMakeLists.txt, although I don't know if CMake would be used for these platforms too. Or maybe add them all, just to be complete... Anybody? --- [1] http://www.fltk.org/newsgroups.php?gfltk.development+v:8065 Link: http://www.fltk.org/str.php?L2244 Version: 1.3-current Fix Version: 1.3-current (r6846) _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
