Pages : 1
#1 Le 07/11/2009, à 20:05
- n3o51
wmfs
bonsoir voila je souhaite essayer wmfs je fais ce qui es indiqué
sudo apt-get install cmake libfreetype6-dev libx11-dev libxinerama-dev libxrandr-dev libxft-dev git-core
git clone git://git.wmfs.info/wmfs.git
mkdir wmfs/__build__ && cd wmfs/__build__
cmake ..
make
sudo make install
Et j'ai cela
cmake ..
WARNING: This project requires version 2.6 of CMake. You are running version 2.4.7.
The end of a CMakeLists file was reached with an IF statement that was not closed properly.
Within the directory: /home/n3o/wmfs/__build__/wmfs/build/wmfs
The arguments are: COMMAND cmake_policy
-- Configuring done
-- Generating done
-- Build files have been written to: /home/n3o/wmfs/__build__/wmfs/build/wmfs/__build__
Merci a vous
Welcome to the real world
________________________________
Hors ligne
#2 Le 07/11/2009, à 21:56
- wido
Re : wmfs
Bonjour, tu as une vieille version de cmake.
2.6 of CMake. You are running version 2.4.7.
Hors ligne
#3 Le 07/11/2009, à 22:18
- n3o51
Re : wmfs
comment je met a jour s'il te plait
Dernière modification par n3o51 (Le 07/11/2009, à 22:18)
Welcome to the real world
________________________________
Hors ligne
#4 Le 07/11/2009, à 23:01
- wido
Re : wmfs
Tout simplement en upgradant vers intrepid, ou sinon tu cherches un dépôt qui permet de mettre juste ce paquet à jour ou sinon tu le compiles ou encore de changer de distribution pour tes expérimentations.
Hors ligne
#5 Le 07/11/2009, à 23:05
- n3o51
Re : wmfs
:d Merci
Dernière modification par n3o51 (Le 07/11/2009, à 23:05)
Welcome to the real world
________________________________
Hors ligne
#6 Le 07/11/2009, à 23:13
- n3o51
Re : wmfs
j'ai trouvé un cmake 2.6 mais lors du make
Linking C executable wmfs
/usr/bin/ld: cannot open output file wmfs: Is a directory
collect2: ld a retourné 1 code d'état d'exécution
make[2]: *** [wmfs] Erreur 1
make[1]: *** [CMakeFiles/wmfs.dir/all] Erreur 2
make: *** [all] Erreur 2
Welcome to the real world
________________________________
Hors ligne
Pages : 1