Hi,<br><br>I'm still trying to build kdenlive from svn source, without success.  I'm not using the build script (although I've tried, and it seems to fail worse), rather I'm building an ArchLinux package, basing my PKGBUILD file on one I found on the ArchLinux site for kdenlive 0.6-svn (svn number 1727).<br>
<br>The package building script does this:<br><br>  rm -rf $startdir/src/*<br>      <br>  . /etc/profile.d/qt3.sh<br>  . /etc/profile.d/kde.sh<br>  cd $startdir/src/<br>  svn co $_svntrunk --config-dir ./ -r $pkgver<br>  cd kdenlive<br>
  source /etc/profile.d/kde.sh<br>  cmake -D CMAKE_INSTALL_PREFIX:PATH=/opt/kde .<br>  make -j2 || return 1<br>  make DESTDIR=$startdir/pkg install<br><br>The subversion checkout I get is 2167, and I'm building against svn head checkouts of MLT and MLT++ from last week.<br>
<br>After 41% i get a big slab of warnings, and this error:<br><br>/home/j/dev/pkgs/kdenlive/src/kdenlive/kdenlive/effect.h: At global scope:<br>/home/j/dev/pkgs/kdenlive/src/kdenlive/kdenlive/effect.h:39: error: multiple parameters named 'id'<br>
<br>This doesn't look like a dependency problem to me.  Should I be using a specific version of gcc or some other tool?  Or can I expect that a lot of svn revisions won't build?  Because I haven't yet found a subversion revision that actually builds.<br>
<br>Thanks,<br><br>Jared.<br><br>