On 11 May 2011, at 19:28, Leonid wrote: > FLTK1.1 Displays a font as FLTK1.3 and FLTK2 with configure default (not > enable xft) > And FLTK-1.1 condigure default(with not enable-xft) сreates a file fltk.spec > with --enable-xft. Without paying attention to instructions to configure by > default. > "Make" possibly, does the same
Are you using CMAKE to build fltk? If so, you may well be right that it does not honour the configure settings. Configure only sets the valid defaults for the conventional autotools/make builds (for which it definitely works) but not for the CMAKE builds or any of the IDE hosted builds. You should build fltk using the stock configure/make sequence - CMAKE is not a supported or preferred build mechanism for the core library, and the CMAKE files that are there are just a not-recommended option. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

