b-vol wrote: > Greetings, > > > I seem to be running into a jam compiling xine-lib-1.1.15 (see below) > > ###compiling xine-lib-1.1.15 (host:- AMD-64-box (64-bit linux(clfs) Kernel > 2.6.27.7, gcc-4.3.2)) (patch from cblfs site applied successfully) > > compiler spew:-####################### > > In file included from ../../src/xine-engine/xine_internal.h:33, > from image.c:47: > ../../include/xine.h:2230: warning: 'xine_tvsystem' is deprecated > image.c: In function 'image_decode_data': > image.c:113: error: implicit declaration of function 'MagickGetImagePixels' > image.c:113: warning: nested extern declaration of 'MagickGetImagePixels' > make[2]: *** [xineplug_decode_image_la-image.lo] Error 1 > > ############################ Hi,
I have successfully built xine-lib on a LFS-6.4 system, this is my build : http://kiao.no-ip.info/NuTyX/2008/src/lib/xine-lib/build cd $name-$version ./configure --prefix=/usr \ --mandir=/usr/share/man \ --with-w32-path=/usr/lib/codecs \ --without-arts \ --disable-gnomevfs \ --disable-aalib \ --disable-modplug \ --with-external-ffmpeg \ --enable-static make make DESTDIR=$PKG install This xine-lib is built against ffmpeg-20080908-r15261 Hope it help. ++ fredg -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
