On Mon, Jan 13, 2003 at 06:05:08PM -0500, jpiszcz wrote:
> Tried @ 5:50PM EST.
> Still same error.
> 
> g++ -g -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT 
> -D_GNU_SOURCE
> -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_REENTRANT -pipe -o 
> .libs/aviplay
> actioncfg.o main.o playercontrol.o decoder_config.o configdialog.o 
> configdialog_
> impl.o -Wl,-rpath -Wl,/app/sdl-1.2.5/lib  ../libavqt/.libs/libqavm.so 
> -L/app/qt-
> 3.1.1/lib -lqt-mt ../lib/.libs/libaviplay.so -lz -L/app/sdl-1.2.5/lib 
> -L/app/eso
> und-0.2.29/lib -L/app/audiofile-0.2.3/lib -L/usr/X11R6/lib 
> /app/esound-0.2.29/li
> b/libesd.so -L/app/freetype-2.1.3/lib /app/sdl-1.2.5/lib/libSDL.so 
> /usr/lib/libe
> sd.so /app/audiofile-0.2.3/lib/libaudiofile.so -lm -lpthread -lSM -lICE 
> -lXinera
> ma -lXv -lXrender -lXft -lXxf86vm -lXxf86dga -lXi 
> /app/freetype-2.1.3/lib/libfre
>....
> ../lib/.libs/libaviplay.so: undefined reference to `FcPatternGetBool'
> ../lib/.libs/libaviplay.so: undefined reference to `FcPatternDestroy'
> collect2: ld returned 1 exit status
> make[1]: *** [aviplay] Error 1
> make[1]: Leaving directory `/home/war/avifile-20030113/player'
> make: *** [install-recursive] Error 1


As I can see you are using your own home-compiled libraries - 
So you should able to check that  avifile itself doesn't contain any
reference to the two above function calls (rgrep)

My guess is that you are using libxft2 which has been compiled with
a different  freetype library (But I might be wrong - so check the
rest of libraries which one of them contains reference to FcPatternGetBool
& FcPatternDestroy  (nm))

I assume it's necessary to use the same 'freetype' library for all
libs linked to the aviplay binary.


-- 
  .''`.    Zdenek Kabelac  kabi@{debian.org, users.sf.net, fi.muni.cz}
 : :' :          Debian GNU/Linux maintainer - www.debian.{org,cz}
 `. `'                          Overclocker's house :)
   `-              http://www.bbspot.com/News/2002/08/house.html        

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

Reply via email to