On Mon, Jun 30, 2003 at 06:12:23AM +0200, Ben Tels wrote:
> L.S.
> 
> I just tried compiling avifile-0.7.37 from source (and 0.7.22 and 0.7.32 for 
> good measure as well). The compilation succeeds without a hitch, but the 
> player segfaults on startup. The weird thing is, it gets farther when I run 
> it as root than when I run it as user -- root gets a dialog from which to 
> choose a file to open and only segfaults when you try to open a file, regular 
> user segfaults immediately after the AVIplay startup message.

> 0x40b4aceb in XTextExtents16 () from /usr/X11R6/lib/libX11.so.6
> (gdb) bt
> #0  0x40b4aceb in XTextExtents16 () from /usr/X11R6/lib/libX11.so.6
> #1  0x40dcd21d in XftCoreGlyphExists () from /usr/local/lib/libXft.so.1

Most probably you have two different  Xft libraries linked together.
Commond scenatio is - 
you have Qt liked with older Xft library
and you link avifile with newer version - but because of Qt it will
get linked also together with older version.

Fix: - either compile with disabled Xft support - or recompile those
lirbaries which are linked agains older version.

-- 
  .''`.
 : :' :    Zdenek Kabelac  [EMAIL PROTECTED], users.sf.net, fi.muni.cz}
 `. `'           Debian GNU/Linux maintainer - www.debian.{org,cz}
   `-

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to