Re: [ft] Pango-WARNING **: Cannot open font file

2005-05-24 Thread Werner LEMBERG
 I built GTK+ 2.6.7 along with freetype 2.1.9 and Pango 1.8.1 on
 Debian Woody.  But when I try to start gtk-demo, I get this error:
 
 (gtk-demo:26016): Pango-WARNING **: Cannot open font file for font
 Nimbus Sans L, 10
 Segmentation fault
 
 It seems this has something to do with freetype,

why do you think so?

 but I cannot locate the error.

What about running gtk-demo with gdb and analyzing the backtrace?
Without that we can't help you.


Werner


___
Freetype mailing list
Freetype@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype


Re: [ft] Pango-WARNING **: Cannot open font file

2005-05-24 Thread Werner LEMBERG

 Here the full output:
 
 (gtk-demo:9760): Pango-WARNING **:
 Cannot open font file for font Nimbus Sans L, 10
 
 Program received signal SIGSEGV, Segmentation fault.
 0x8c3bf706 in ?? ()
 #0  0x8c3bf706 in ?? ()
 #1  0x009d8d86 in _XftSetFace (f=0x9976a8, xsize=0, ysize=0, matrix=0x8115ad0)
 at xftfreetype.c:195
 [...]

Well, _XftSetFace is not a function from FreeType but from the Xft
library.  Actually, the whole backtrace doesn't contain a *single*
function from FreeType.


Werner


___
Freetype mailing list
Freetype@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype