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

[STR New]

Link: http://www.fltk.org/str.php?L2361
Version: 2.0-current


Trade with your friends.  Collect them ALL!

http://rainbowsally.net/tkf/fltk-2/mod-patch-06.tar.gz

Hey....

Having probs with mod patches?  ME TOO!  I forgot to add the first set
of mods first, THEN the latest patch.  (Only the latest is req'd but it
should not be a problem copying it over other patches.)

Ok.  Here's what's up today.

v 2.0 r7513 (or thereabouts) mod-patch 06

* Fixed FileChooser2.cxx which, when the user cleared the input field 
  and began typing, reinserted the path before the first char typed 
  but left the cursor at the beginning of the text so that addiional
  text was prepended instead of appended to the path though the first
  character was at the end.  
  
  Now placed the cursor at the end and keeps all the typed text
  connected together.  ;-)
 
* Added FLTK_THEMEDIR path (literal string) to cflags and cxxflags as
  -DFLTK_THEMEDIR="\"$libdir/fltk\"" in the fltk2-config.in but it 
  didn't stick!  Sorry about that.
  
  Here's what I did to get mine to work.
  in fltk2-config around line 72 add the makefile define for 
  FLTK_THEMEDIR as -DFLTK_THEMEDIR=\"${libdir}/fltk\"" like this.
  
  CFLAGS=" -I/usr/X11R6/include -DUSE_X11=1
-DFLTK_THEMEDIR=\"${libdir}/fltk\""
  CXXFLAGS="-I/usr/include/freetype2  -I/usr/X11R6/include
-Wno-non-virtual-dtor"

  I do not grok this fltk2-config file, so that's it for the time 
  being.  (I know he's around here somewhere.  The "time being".  I was
  talking to him this morning.)  :-)
  
  BTW those are squirrely braces not parens around the libdir name.
  
  ALSO, we don't yet use the paths thus created in my mods, but you 
  might in your own work.  That's where the themes live in the
  PERSONAL_INSTALLATION setup.
  
.


Link: http://www.fltk.org/str.php?L2361
Version: 2.0-current

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

Reply via email to