Hi, I am attempting to build mlt 0.7.3 from GIT on AV Linux (Debian Squeeze). The ./configure reports no errors or missing dependencies:
tester@av5desk:~/Build/mlt$ ./configure --prefix=/usr --enable-gpl --swig-languages=python Configuring framework: Configuring modules: Configuring modules/avformat: Configuring modules/core: Configuring modules/decklink: Configuring modules/dgraft: Configuring modules/dv: Configuring modules/effectv: Configuring modules/feeds: Configuring modules/frei0r: Configuring modules/gtk2: Libexif found, enabling auto rotate Configuring modules/jackrack: Configuring modules/kdenlive: Configuring modules/kino: Configuring modules/linsys: Configuring modules/lumas: Configuring modules/melt: Configuring modules/motion_est: Configuring modules/normalize: Configuring modules/oldfilm: Configuring modules/plus: Configuring modules/qimage: Libexif found, enabling auto rotate Qt version 4.x detected, will compile Qt4 qimage producer Configuring modules/resample: Configuring modules/rotoscoping: Configuring modules/sdl: Configuring modules/sox: Configuring modules/swfdec: Configuring modules/vmfx: Configuring modules/vorbis: Configuring modules/xine: Configuring modules/xml: Configuring melt: Configuring mlt++: Configuring swig: GPL License Used 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. ------------------------------------------------------------------------------ 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
