The attached patch fixes some flags in fltk-utf8-config.in to show all 
link libraries. Would you include? Thanks.


HTML does not work for ü ö and so on.
The table starting in Fl_Help_View.cxx:3216 
    { "Auml;",   5, ENC(196,128) },
    { "auml;",   5, ENC(228,138) },
exports only the one value. 

#ifdef __APPLE__
# define ENC(a, b) b
#else
# define ENC(a, b) a
#endif

Is this correct utf8 or something left over?


Otherwise the new snapshot seems to work good on Linux, from what I need.


kind regards
Kai-Uwe Behrmann
--
developing for colour management 
www.behrmann.name + www.oyranos.org + www.cinepaint.org
--- fltk-utf8-config.in_orig    2007-06-20 15:25:54.947518976 +0200
+++ fltk-utf8-config.in 2007-06-20 15:12:14.918182384 +0200
@@ -224,7 +224,7 @@
 
 # Calculate needed libraries
 LDSTATIC="$libdir/libfltk-utf8.a $libdir/libfltk_xutf8.a $LDLIBS"
-LDLIBS="-lfltk-utf8$SHAREDSUFFIX $libdir/libfltk_xutf8$SHAREDSUFFIX $LDLIBS"
+LDLIBS="-lfltk-utf8$SHAREDSUFFIX -lfltk_xutf8$SHAREDSUFFIX $LDLIBS"
 LIBS="$libdir/libfltk-utf8.a $libdir/libfltk_xutf8.a"
 
 if test x$use_forms = xyes; then
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to