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.
--
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++
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
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