I think you should use the following order: ./kdenlive_builder.sh getsources ./kdenlive_builder.sh build
The sources are saved to ./ Binary files will be in ~/build/kdenlive.(date and time of the build). Cd into this directory and type these three commands: cd ./bin PATH=.:$PATH ./kdenlive ptomaine// On 9/3/07, wayne <shakacat at ukulele.com> wrote: > I ran the script and things were going fine until this happens: > > $ ./kdenlive_builder.sh clean > Makefile:5: config.mak: No such file or directory > cc -I -I -I/libavutil -I/libavcodec -I/libavformat -I/libswscale > -D_FILE_OFFSET_ > BITS=64 -D_LARGEFILE_SOURCE -D_ISOC9X_SOURCE -DHAVE_AV_CONFIG_H -MM > vhook/fish. > c vhook/null.c vhook/watermark.c vhook/drawtext.c vhook/imlib2.c > vhook/ppm.c | s > ed 's,^\([a-z]\),vhook/\1,' > .vhookdep > vhook/fish.c:47:23: error: framehook.h: No such file or directory > vhook/fish.c:48:21: error: dsputil.h: No such file or directory > vhook/fish.c:49:22: error: avformat.h: No such file or directory > vhook/fish.c:50:21: error: swscale.h: No such file or directory > vhook/null.c:23:23: error: framehook.h: No such file or directory > vhook/null.c:24:21: error: swscale.h: No such file or directory > vhook/watermark.c:61:20: error: common.h: No such file or directory > vhook/watermark.c:62:22: error: avformat.h: No such file or directory > vhook/watermark.c:64:23: error: framehook.h: No such file or directory > vhook/watermark.c:65:22: error: cmdutils.h: No such file or directory > vhook/watermark.c:66:21: error: swscale.h: No such file or directory > vhook/drawtext.c:48:23: error: framehook.h: No such file or directory > vhook/drawtext.c:61:10: error: #include expects "FILENAME" or <FILENAME> > vhook/drawtext.c:62:10: error: #include expects "FILENAME" or <FILENAME> > vhook/imlib2.c:48:23: error: framehook.h: No such file or directory > vhook/imlib2.c:49:21: error: swscale.h: No such file or directory > vhook/imlib2.c:61:18: error: eval.h: No such file or directory > vhook/ppm.c:28:23: error: framehook.h: No such file or directory > vhook/ppm.c:29:22: error: avformat.h: No such file or directory > vhook/ppm.c:30:21: error: swscale.h: No such file or directory > vhook/ppm.c:31:22: error: avstring.h: No such file or directory > /version.sh > make: /version.sh: Command not found > make: *** No rule to make target `config.mak'. Stop. > Makefile:27: config.mak: No such file or directory > make: *** No rule to make target `config.mak'. Stop. > Makefile:1: config.mak: No such file or directory > make: *** No rule to make target `config.mak'. Stop. > make: *** No rule to make target `clean'. Stop. > > What does this mean? Am I missing dependency files? > At first I thought I was missing "make" but I checked and it's installed.
