I tried building and installing the most recent git build of Kdenlive, but cmake came up with an error: CMake Error at src/CMakeLists.txt:221 (add_executable): Cannot find source file: bin/generators/generators.cpp Tried extensions .c .C .c++ .cc .cpp .cxx .m .M .mm .h .hh .h++ .hm .hpp .hxx .in .txx I'm assuming the file generators.cpp needs to be added to pkgbuild? Reproducible: Always Steps to Reproduce: 1. Open Konsole in Antergos (Arch) 2. run yaourt -S kdenlive-git Actual Results: Program gives the error mentioned in details and quits. Expected Results: Should build and install just fine. Only marking as grave because it doesn't install. I'm sure it's not a dire matter, but the issue seemed to fit the category best.
Git commit a4559b5a95ce9e71db269f98e65d86e4dbcd59c3 by Jean-Baptiste Mardelle. Committed on 23/02/2016 at 18:23. Pushed by mardelle into branch 'master'. Add missing files from previous commit A +172 -0 src/bin/generators/generators.cpp [License: GPL (v2+)] A +71 -0 src/bin/generators/generators.h [License: GPL (v2+)] http://commits.kde.org/kdenlive/a4559b5a95ce9e71db269f98e65d86e4dbcd59c3
Everything works fine now. Thanks JB! Marking bug as resolved.