On Sunday 20 July 2008 00:31:21 reinhard wrote: > On Sun, 2008-07-20 at 00:22 +0200, jb wrote: > > On Sunday 20 July 2008 00:10:31 reinhard wrote: > > > OK, I did make clean in kdenlive dir, the error is gone, but kdenlive > > > crashed: > > > > > > kdenlive(19074) MainWindow::parseProfiles: RESULTINGÂ MLT PATH: > > > "/home/reinhard/build/kdenlive4/share/mlt/profiles/" > > > KCrash: crashing... crashRecursionCounter = 2 > > > KCrash: Application Name = kdenlive path = <unknown> pid = 19074 > > > > Is your MLT install working ? looks like your mlt is installed in: > > /home/reinhard/build/kdenlive4/ > > > > So you should have the inigo command line player in: > > /home/reinhard/build/kdenlive4/bin/inigo > > Yes. > > > Try playing a video file with a command like this: > > /home/reinhard/build/kdenlive4/bin/inigo myvideo.mpg > > > > Does it work, do you get any error message ? > > I get - as you expected ;) > > /home/reinhard/build/kdenlive4/bin/inigo: error while loading shared > libraries: libmlt.so.0: cannot open shared object file: No such file or > directory >
Might be a problem with your library path... Could you try to enter the 2 following lines in a terminal before starting inigo to see if it fixes your problem: export LD_LIBRARY_PATH=/home/reinhard/build/kdenlive4/lib:$LD_LIBRARY_PATH export PATH=/home/reinhard/build/kdenlive4/bin:$PATH inigo myvideo.mpg If it works, you should be also be able to start kdenlive from the same terminal. jb ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Kdenlive-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kdenlive-devel
