On Tue, Sep 04, 2007 at 01:54:54AM +0200, Enrico Forestieri wrote: > 1) Use FcConfigAppFontAddDir or FcConfigAppFontAddFile to add specific > application fonts. This is what is done in the amended > fontconfig-2.diff patch. [...] > #ifdef __APPLE__ > -#include "debug.h" > #include <Carbon/Carbon.h> > #include <ApplicationServices/ApplicationServices.h> > -using std::endl; > +#else
Of course, the line above should read #elif HAVE_FONTCONFIG_FONTCONFIG_H > +#include "support/filetools.h" > +#include "support/Package.h" > +#include <fontconfig/fontconfig.h> > +using lyx::support::addPath; > #endif -- Enrico