Recommended Patches for FLTK before Compiling Flabc =================================================== General Information ------------------- Here you will find for different versions of FLTK recommended patches which fix some problems in flabc. Each subdirectory contains the patches for one specific FLTK version. In order to apply the patches, copy them to your copy of the FLTK sources (eg. /usr/local/src/fltk-1.1.7) and issues for each patch file the following command: patch -p0 < patchfile After applying the patches you will need to recompile FLTK, preferably from scratch with "make clean; ./configure; make" because some patches might fix errors during configure. Below are short descriptions of the purpose of each patch and what bugs you will encounter when you do not apply it. For more details about the individual patches, search http://www.fltk.org/str.php for the STR (Software Trouble report) number. FLTK 1.1.7 ---------- str1159.patch Fixes the empty template list in "File/New from Template" on Linux str1200.patch Fixes wrong clipboard data when pasting on MacOS X str1195.patch Enables caret symbol '^' on german MacOS X keyboards str1451.patch Lets Search/Replace dialog receive keyboard shortcuts