bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Slow compile on Windows XP - font caching problem?


From: Han-Wen Nienhuys
Subject: Re: Slow compile on Windows XP - font caching problem?
Date: Wed, 12 Mar 2008 22:36:14 -0300

this type of stuff is tricky. The last time we saw this, it was

-  dirs.push_back (lilypond_datadir + "/fonts/otf/");
-  dirs.push_back (lilypond_datadir + "/fonts/type1/");
+  /* Extra trailing slash suddenly breaks fontconfig (fc-cache 2.5.0)
+     on windows.  */
+  dirs.push_back (lilypond_datadir + "/fonts/otf");
+  dirs.push_back (lilypond_datadir + "/fonts/type1");

can someone please post the exact version number where you've started
seeing this?

2008/3/11, Valentin Villenave <address@hidden>:
> 2008/3/11, Trevor Daniels <address@hidden>:
>
> >
>  >  Yes, definitely a regression.  I've gone back to using
>  >  2.11.34 which does not suffer this bug, as most of my
>  >  documentation work is fiddling with tiny snippets, and a 1
>  >  minute delay every time I make a change makes it impossible
>  >  to work.
>
>
> OK. That's it. I've opened a new issue:
>  http://code.google.com/p/lilypond/issues/detail?id=588
>
>  Trevor: perhaps you should try the workaround described on
>  http://code.google.com/p/lilypond/issues/detail?id=545#c1
>
>  Cheers,
>
> Valentin
>
>
>
>  _______________________________________________
>  bug-lilypond mailing list
>  address@hidden
>  http://lists.gnu.org/mailman/listinfo/bug-lilypond
>


-- 
Han-Wen Nienhuys - address@hidden - http://www.xs4all.nl/~hanwen




reply via email to

[Prev in Thread] Current Thread [Next in Thread]