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

[STR Pending]

Link: http://www.fltk.org/str.php?L2570
Version: 1.1.11


Fixed in Subversion repository.

Thanks for the report and the patch.

I used a slightly different patch (see attached file
fontconfig_STR-2570.patch). This is the same solution we used in FLTK 1.3.
I checked that fltk-config --ldflags outputs -lfontconfig and fluid links
explicitly with -lfontconfig as well.

Please report whether this fixes the problem (I don't have FC14
available). If we don't get feedback in a few days, this STR will be
closed with resolution anyway.


Link: http://www.fltk.org/str.php?L2570
Version: 1.1.11
Index: configure.in
===================================================================
--- configure.in        (revision 8467)
+++ configure.in        (working copy)
@@ -873,6 +873,7 @@
                CPPFLAGS="`$FTCONFIG --cflags` $CPPFLAGS"
                CXXFLAGS="`$FTCONFIG --cflags` $CXXFLAGS"
 
+               AC_CHECK_LIB(fontconfig, FcPatternCreate)
                AC_CHECK_HEADER(X11/Xft/Xft.h,
                    AC_CHECK_LIB(Xft, XftDrawCreate,
                        AC_DEFINE(USE_XFT)
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to