ianclever
(usa Arch Linux)
Enviado em 26/11/2012 - 18:41h
bom, a parte das dependências consegui sanar, fiz tudo como o dito no install que era:
descompactar o arquivo tar.gz:
# tar -xvf compiz-0.9.8.6.tar.gz
entrar no diretório:
# cd compiz-0.9.8.6
criar um diretório chamado build:
# mkdir build
entrar nele:
# cd build
usar o comando cmake para algo que eu não sei bem o que:
# cmake ..
depois como o de costume:
# make
# make install
e o ultimo :
# make findcompiz_install
justo nesse ultimo comando da o seguinte erro:
CMake Error: cmake version 2.8.8
Usage: /usr/bin/cmake -E [command] [arguments ...]
Available commands:
chdir dir cmd [args]... - run command in a given directory
compare_files file1 file2 - check if file1 is same as file2
copy file destination - copy file to destination (either file or directory)
copy_directory source destination - copy directory 'source' content to directory 'destination'
copy_if_different in-file out-file - copy file if input has changed
echo [string]... - displays arguments as text
echo_append [string]... - displays arguments as text but no new line
environment - display the current environment
make_directory dir - create a directory
md5sum file1 [...] - compute md5sum of files
remove [-f] file1 file2 ... - remove the file(s), use -f to force it
remove_directory dir - remove a directory and its contents
rename oldname newname - rename a file or directory (on one volume)
tar [cxt][vfz][cvfj] file.tar file/dir1 file/dir2 ... - create a tar archive
time command [args] ... - run command and return elapsed time
touch file - touch a file.
touch_nocreate file - touch a file but do not create it.
Available on UNIX only:
create_symlink old new - create a symbolic link new -> old
make[3]: ** [CMakeFiles/findcompiz_install] Erro 1
make[2]: ** [CMakeFiles/findcompiz_install.dir/all] Erro 2
make[1]: ** [CMakeFiles/findcompiz_install.dir/rule] Erro 2
make: ** [findcompiz_install] Erro 2
o que eu posso fazer para solucionar?