Bonjour à tous
Je me démène actuellement pour trouver un logiciel de screencast permettant d'enregistrer mon écran ET l'audio interne (pas le micro, donc), ce que RecordMyDesktop n'a pas réussi à faire jusqu'à présent (il y a des dizaines de "solutions" à ce problème sur le net, toutes plus farfelues et impuissantes les unes que les autres).
J'ai entendu parler de
Recorditnow, mais pas moyen de trouver un rpm correct et comme je suis un vrai manchot pour compiler depuis les sources, j'ai suivi telle quelle la méthode donnée sur le site mentionné plus haut. Le résultat (après avoir installé cmake) fut le suivant :
CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:97 (message):
Could NOT find Qt4 (missing: QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE
QT_RCC_EXECUTABLE QT_UIC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR
QT_QTCORE_LIBRARY)
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:291 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindQt4.cmake:1223 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
joschy-snapshot-23-02-10/CMakeLists.txt:18 (find_package)
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.8)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
Je précise que j'ai mis Qt à jour, mais rien n'y fait.
Quelqu'un a une idée ?
PS : Je suis sous Fedora 18 Openbox. Mais je dispose aussi de GNOME et Cinnamon.