Hi. On Mon, Apr 30, 2012 at 12:46 AM, E Chalaron <[email protected]> wrote: > Hello There > > > I am still struggling to get CV compiled on OpenSuse. > I tried on a Ubuntu machine ti works without any problem. > > So, my first guess is : there is a lib problem somewhere. But can't put my > finger on it. > > Configure works fine, all ok and ready to compile. > Until I reach > > > /bin/sh ../libtool --tag=CC --tag=CC --mode=link gcc -D_LARGEFILE_SOURCE > -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -O2 -o libmpeg2enc.la > conform.lo mpeg2enc.lo putseq.lo putpic.lo puthdr.lo putmpg.lo putvlc.lo > putbits.lo predict.lo readpic.lo writepic.lo transfrm.lo fdctref.lo idct.lo > quantize.lo ratectl.lo stats.lo motion.lo cpu_accel.lo fdct_mmx.lo > fdctdata.lo idct_mmx.lo idctdata.lo quant_mmx.lo quantize_x86.lo > predict_mmx.lo predcomp_mmxe.lo predcomp_mmx.lo -lm -ldl -lpthread > libtool: link: ar cru .libs/libmpeg2enc.a .libs/conform.o .libs/mpeg2enc.o > .libs/putseq.o .libs/putpic.o .libs/puthdr.o .libs/putmpg.o .libs/putvlc.o > .libs/putbits.o .libs/predict.o .libs/readpic.o .libs/writepic.o > .libs/transfrm.o .libs/fdctref.o .libs/idct.o .libs/quantize.o > .libs/ratectl.o .libs/stats.o .libs/motion.o .libs/cpu_accel.o > .libs/fdct_mmx.o .libs/fdctdata.o .libs/idct_mmx.o .libs/idctdata.o > .libs/quant_mmx.o .libs/quantize_x86.o .libs/predict_mmx.o > .libs/predcomp_mmxe.o .libs/predcomp_mmx.o > ar: .libs/fdct_mmx.o: No such file or directory > make[2]: *** [libmpeg2enc.la] Error 1 > make[2]: Leaving directory `/home/edouard/Downloads/my_cinelerra/mpeg2enc' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/edouard/Downloads/my_cinelerra' > make: *** [all] Error 2 > > However by using --disable-mmx the lot is working fine. > > Can someone tells me why there is such a difference between an Ubuntu distro > and Suse. > Not That i want to be an "at all cost" pro Opensuse but it seems to me to be > a significant issue and who knows about the consequences down the line. >
This is a problem of the build system of Cinelerra. It has been discussed in thread: http://www.mail-archive.com/[email protected]/msg13347.html Shortly: after you have installed nasm you should do 'make clean'. Einar _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
