Re: [Kdenlive-devel] Kdenlive-devel Digest, Vol 21, Issue 14

2008-02-12 Thread Dan Dennedy
On Feb 12, 2008 3:18 PM, espinosa_cz <[EMAIL PROTECTED]> wrote: > Just a wild guess have you tried > > $(MAKE) DESTDIR=$(DESTDIR) -C test $@ > > instead of > > $(MAKE) -C test $@ > Just remove this line from the Makefile for now. I have updated SVN with this change. --

Re: [Kdenlive-devel] Kdenlive-devel Digest, Vol 21, Issue 14

2008-02-12 Thread espinosa_cz
Just a wild guess have you tried $(MAKE) DESTDIR=$(DESTDIR) -C test $@ instead of $(MAKE) -C test $@ ? Dan Dennedy wrote: > On Feb 12, 2008 1:02 PM, Juan M <[EMAIL PROTECTED]> wrote: > >> I've bypassed the problem (but I'm sure is not the right way !) by editing >> file Makefile in my MLT++

Re: [Kdenlive-devel] Kdenlive-devel Digest, Vol 21, Issue 14

2008-02-12 Thread Dan Dennedy
On Feb 12, 2008 1:02 PM, Juan M <[EMAIL PROTECTED]> wrote: > 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: > > > include config.mak > > all

Re: [Kdenlive-devel] Kdenlive-devel Digest, Vol 21, Issue 14

2008-02-12 Thread Juan M
Hi, I had some problems also compiling mlt++ with the script and, as explained by JB it seems because something is wrong in the makefile. 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 th