Skip to main content

Problems with the Install Script

3 posts / 0 new
Last post
clintfish
Offline
Joined: 09/09/2007
Posts:
Problems with the Install Script

Greetings.

First of all. Thank you all for this great program called kdenlive.

Well now to the problem.
I want to install kdenlive with the kdenlive install script 3.1
everything goes fin until this:

....
make[2]: Betrete Verzeichnis '/home/paul/Programm/mlt/src/modules/sox'
cc -Wall -fPIC -DPIC   -O4 -pipe -fomit-frame-pointer -ffast-math -DUSE_MMX -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -pthread -DSOX14 -I/usr/include -I../../   -c -o factory.o factory.c
cc -Wall -fPIC -DPIC   -O4 -pipe -fomit-frame-pointer -ffast-math -DUSE_MMX -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -pthread -DSOX14 -I/usr/include -I../../   -c -o filter_sox.o filter_sox.c
filter_sox.c: In Funktion »filter_get_audio«:
filter_sox.c:344: Warnung: Zeigerziele bei Übergabe des Arguments 2 von »e->handler.flow« unterscheiden sich im Vorzeichenbesitz
filter_sox.c:344: Warnung: Zeigerziele bei Übergabe des Arguments 3 von »e->handler.flow« unterscheiden sich im Vorzeichenbesitz
cc -shared -o ../libmltsox.so factory.o filter_sox.o  -L/usr/lib -lsox -lsfx -lsamplerate -L../../framework -lmlt
/usr/bin/ld: cannot find -lsfx
collect2: ld gab 1 als Ende-Status zurück
make[2]: *** [../libmltsox.so] Fehler 1
make[2]: Verlasse Verzeichnis '/home/paul/Programm/mlt/src/modules/sox'
make[1]: *** [all] Fehler 1
make[1]: Verlasse Verzeichnis '/home/paul/Programm/mlt/src/modules'
make: *** [all] Fehler 1

I got no idea what I have to do.
Please help me

0
Your rating: None
clintfish
Offline
Joined: 09/09/2007
Posts:
Re: Problems with the Install Script

Solved it!

I install the sox packages from debian sid.
they got version 14.0.1-2.
Ubuntu Hardy got a lesser one.

geoffrey
Offline
Joined: 03/15/2008
Posts:
Re: Problems with the Install Script

Thanks for the tip. Although, I installed these from source instead.