bonjour,
j'ai eu beau installer toutes les librairies de developpement mais j'ai l'erreur suivante pendant la compilation de kdenlive
checking for Qt... configure: error: Qt (>= Qt 3.2 and < 4.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
et maintenant j'ai fait cette connerie
Hey I found in other forums this wonderful solution (assuming you do have all the QT elements installed and you are still receiving the error)
export CC=/usr/bin/gcc-4.1 (use whatever gcc version you have)
export CXX=/usr/bin/g++-4.1 (again, use whatever g++ you have)
export CPP=/usr/bin/cpp-4.1 (and finally for those with no learning curve... use whatever cpp you have)
et voila
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.