Ronald Teune wrote: > On Monday 03 September 2007, wayne <wayne <shakacat at ukulele.com>> wrote: >> ptomaine wrote: >>> I had the same problem, it was gone after installing kdenlive directly >>> from svn with a script >>> >>> http://kdenlive-dev-helpers.googlecode.com/svn/trunk/kdenlive_builder.sh >>> >>> ptomaine// >> Is that script run from root? Also, what's the name of the "svn" >> program? It must not be installed on my computer. >> >> Thanks, >> Wayne > > that *is* the name, svn :-) > Try typing it into google. In full, it's "subversion". I guess that all > distributions have it in their repositories, since it's so widely used. E.g. > for ubuntu "apt-get install svn" works fine. > > Ronald > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > _______________________________________________ > Kdenlive-devel mailing list > Kdenlive-devel at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/kdenlive-devel >
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. Thanks, Wayne
