Pages : 1
#1 Le 27/01/2021, à 14:26
- Hayao_Yugen
cmake error
Bonjour, j'essaye d'installer UxPlay et en faisant les commandes pour cmake j'ai ces erreurs :
hayao@Eliott-Pc:~/Téléchargements/UxPlay-master/build$ sudo apt-get install libssl-dev libavahi-compat-libdnssd-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev gstreamer1.0-libav
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
libavahi-compat-libdnssd-dev est déjà la version la plus récente (0.7-4ubuntu7).
libgstreamer-plugins-base1.0-dev est déjà la version la plus récente (1.16.2-4).
libgstreamer1.0-dev est déjà la version la plus récente (1.16.2-2).
gstreamer1.0-libav est déjà la version la plus récente (1.16.2-2).
libssl-dev est déjà la version la plus récente (1.1.1f-1ubuntu2.1).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
hayao@Eliott-Pc:~/Téléchargements/UxPlay-master/build$ cmake ..
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:3 (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/home/hayao/Téléchargements/UxPlay-master/build/CMakeFiles/CMakeOutput.log".
See also "/home/hayao/Téléchargements/UxPlay-master/build/CMakeFiles/CMakeError.log".
Hors ligne
#2 Le 27/01/2021, à 16:01
- bruno
Re : cmake error
Bonjour,
Visiblement tu n'as pas de compilateur installé :
sudo apt install build-essentials
devrait résoudre le problème.
#3 Le 27/01/2021, à 21:03
- Hayao_Yugen
Re : cmake error
c'etait
sudo apt install build-essential
maintenant j'ai ça quand je fais
./ uxplay
hayao@Eliott-Pc:~/Téléchargements/UxPlay-master/build$ ./uxplay
Initialized server socket(s)
*** WARNING *** The program 'uxplay' uses the Apple Bonjour compatibility layer of Avahi.
*** WARNING *** Please fix your application to use the native API of Avahi!
*** WARNING *** For more information see <http://0pointer.de/blog/projects/avahi-compat.html>
Hors ligne
Pages : 1