On 18 August 2010 15:10, <[email protected]> wrote: > > I'm receiving the following make errors while attempting to compile > MPlayer-1.0rc1: > > make [1] *** [vo_ivtv.o] Error 1 > make [1] *** [libvo/libvo.a] Error 2 > > I tried --disable-ivtv without success. I'm attempting MPlayer using > BLFS development instructions on a LFS 6.6 base. I have successfully > compiled MPlayer with BLFS 6.3 so this is unexpected. ? > -- It's not a package I use, but you'll do better if you capture the error messages that came before this. All the above tells us is that something prevented vo_ivtv.o from being created, which then presumably caused 'ar' to fail.
Actually, if there are a lot of errors, only the first one is important. If you log the build and route stderr to the same log, and don't use any -j option for make, you should then be able to search the log to find out where it started to fall over. If you have the error message, google _might_ be your friend (I'm less sure of that in this case, because distros usually use mplayer snapshots. You don't say which LFS you were using with BLFS-6.3, but a lot has changed and in particular recent versions of gcc are a lot stricter about include files. You might also want to try a newer version - according to http://www1.mplayerhq.hu/design7/news.html 1.0.0-rc3 was released at the end of May. Anyone using that version should read the notes on that page. ĸen -- After tragedy, and farce, "OMG poneys!" -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
