<div><div>Hi,<br><br>I had some problems also compiling mlt++ with the script and, as explained by JB it seems because something is wrong in the makefile.<br><br>I've bypassed the problem (but I'm sure is not the right way !) by editing file Makefile in my MLT++ sources directory (usually /usr/src/MLT++) and removing the following line:<br>
<br>------------------------<br>include config.mak<br><br>all clean distclean install uninstall:<br>    $(MAKE) DESTDIR=$(DESTDIR) -C src $@<br>    $(MAKE) -C test $@   <span style="font-weight: bold; text-decoration: underline;"><------------------ REMOVE THIS LINE</span><br>
<br>dist:<br>    [ -d "mlt++-$(version)" ] && rm -rf "mlt++-$(version)" || echo -n<br>    svn export . "mlt++-$(version)"<br>    tar -cvzf "mlt++-$(version).tar.gz" "mlt++-$(version)"<br>
----------------------------<br><br>So the right way (at least for me) was : Get sources with the script, modify makefile, Install sources with the script. And it works !! I'm not sure what I did (not sure about what the removed line is doing) but kdenlive compiles and it's working perfectly.<br>
<br>Hope this can help.<br>Regards.<br>JM<br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Date: Tue, 12 Feb 2008 12:40:01 -0600<br>
From: Jeffrey Thomas <<a href="mailto:eljefedelito@gmail.com">eljefedelito@gmail.com</a>><br>Subject: Re: [Kdenlive-devel] I am happy to report successful build<br>        and     usage of kdenlive tonight<br>To: <a href="mailto:kdenlive-devel@lists.sourceforge.net">kdenlive-devel@lists.sourceforge.net</a><br>
Message-ID: <<a href="mailto:200802121240.01571.jthomas@sierra-bravo.com">200802121240.01571.jthomas@sierra-bravo.com</a>><br>Content-Type: text/plain;  charset="iso-8859-1"<br><br>> His error is on an out-of-date mlt++, but I could not tell you what<br>
> about the build script is causing it. Probably there is a conflicting<br>> installation.<br><br>I run the Get part each time, so unless the script is getting the data elsewhere, it is reporting new MLT svn revisions...<br>
<br>Other than the (K)Ubuntu installation from the repositories, there are no local installations or even other local source code.  Should I uninstall the system installation?  Isn't that the point of the script -- to have a local copy which won't overwrite the system's version?<br>
<br><br><br>------------------------------<br><br>-------------------------------------------------------------------------<br>This SF.net email is sponsored by: Microsoft<br>Defy all challenges. Microsoft(R) Visual Studio 2008.<br>
<a href="http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/">http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/</a><br><br>------------------------------<br><br>_______________________________________________<br>
Kdenlive-devel mailing list<br><a href="mailto:Kdenlive-devel@lists.sourceforge.net">Kdenlive-devel@lists.sourceforge.net</a><br><a href="https://lists.sourceforge.net/lists/listinfo/kdenlive-devel">https://lists.sourceforge.net/lists/listinfo/kdenlive-devel</a><br>
<br><br>End of Kdenlive-devel Digest, Vol 21, Issue 14<br>**********************************************<br></blockquote></div><br>