Glenn, >I am attempting to build mlt 0.7.3 from GIT on AV Linux (Debian Squeeze). >The ./configure reports no errors or missing dependencies:
<snip> >However make fails at 'melt' with the following errors: > >make[1]: Entering directory `/home/tester/Build/mlt/src/melt' >cc -Wall -DPIC -O2 -pipe -fomit-frame-pointer -ffast-math -DUSE_MMX >-DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC >-pthread -I.. -rdynamic -DVERSION=\"0.7.3\" -c -o melt.o melt.c >cc -Wall -DPIC -O2 -pipe -fomit-frame-pointer -ffast-math -DUSE_MMX >-DUSE_SSE -DUSE_SSE2 -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fPIC >-pthread -I.. -rdynamic -DVERSION=\"0.7.3\" -c -o io.o io.c >cc -o melt melt.o io.o -Wl,--no-undefined -Wl,--as-needed -L../framework >-lmlt -lpthread >make[1]: Leaving directory `/home/tester/Build/mlt/src/melt' >cc: error trying to exec 'cc1plus': execvp: No such file or directory >cc: error trying to exec 'cc1plus': execvp: No such file or directory >cc: error trying to exec 'cc1plus': execvp: No such file or directory >cc: error trying to exec 'cc1plus': execvp: No such file or directory >cc: error trying to exec 'cc1plus': execvp: No such file or directory >make[2]: *** [depend] Error 1 >make[1]: *** [depend] Error 1 >make: *** [all] Error 1 >tester@av5desk:~/Build/mlt$ > >Any suggestions or guidance appreciated. Using Debian Sid is not an >option. It is my intention to start build my own MLT's to support both >Openshot 1.31 and Kdenlive 0.8 on the upcoming AV Linux 5.0 LiveDVD. I >also realize there are de-interlacing issues with MLT and Openshot right >now and you are addressing them. I'm just getting prepared by building >some test MLT's right now and would like to figure out what is going wrong >here. > >Thanks for your time, >Glen MacArthur - AV Linux Maintainer. Do you have g++ installed? If not: apt-get install g++ ------------------------------------------------------------------------------ WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive, and cost-effective network management toolset available today. Delivers lowest initial acquisition cost and overall TCO of any competing solution. http://p.sf.net/sfu/whatsupgold-sd _______________________________________________ Mlt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mlt-devel
