alguém pode me dar instruções precisas sobre como instalar o plugin compiz stereo3d no Ubuntu 13.04

1

Eu olhei para este link e tentei todas as instruções link

primeiro eu tentei isso

sudo add-apt-repository ppa:ddudek/stereo3d-stable
sudo apt-get update
sudo apt-get install compiz-plugin-stereo3d

mas não havia plug-in disponível

então eu tentei construir para outras instruções de distro

não foi possível baixar o código com isso

 bzr branch lp:compiz-plugin-stereo3d/stable

eu tenho

 bzr: ERROR: Already a branch: "stable".   

baixou a fonte daqui por peça:

 http://bazaar.launchpad.net/~ddudek/compiz-plugin-stereo3d/trunk/files/1/

e seguiu estas instruções

 cd [plugin]
 mkdir build
 cd build
 cmake ..
 make
 sudo make install

 Build dependencies are:

 compiz-dev compiz-plugins-main-dev intltool libgconf2-dev libglib2.0-dev 
 libtool libglu1-mesa-dev libjpeg62-dev libxml2-dev libxslt1-dev pkg-config 
 xsltproc libcairo2-dev libpango1.0-dev librsvg2-dev libsm-dev libdbus-1-dev 
 libdecoration0-dev libboost1.46-dev libboost-serialization1.46-dev cmake

mas tem:

E: O pacote 'libboost1.46-dev' não tem candidato de instalação E: O pacote 'libboost-serialization1.46-dev' não tem candidato de instalação

e a linha cmake não estava completa, então é claro que não rodou

então, se alguns pudessem me ajudar com instruções passo a passo eu ficaria muito grato

Editar

ok o cmake .. funcionou mas eu tenho um monte de erro quando eu tentei fazer a instalação

 [ 18%] Built target stereoscopicoutput_gsettings_schema
 [ 27%] Built target compiz_gsettings_compile_local
 [ 36%] Building CXX object CMakeFiles/stereoscopicoutput.dir/src/stereoscopicoutput.cpp.o
 In file included from /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:14:0:
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.h:98:57: error: ‘GLFragment’ has not been declared
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.h:98:76: error: expected ‘,’ or ‘...’ before ‘&’ token
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.h:108:53: error: ‘GLFragment’ has not been declared
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.h:108:72: error: expected ‘,’ or ‘...’ before ‘&’ token
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.h:124:53: error: ‘GLFragment’ has not been declared
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.h:124:72: error: expected ‘,’ or ‘...’ before ‘&’ token
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.h:128:9: error: ‘GLFragment’ does not name a type
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.h:130:9: error: ‘GLFragment’ does not name a type
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.h:295:21: error: ‘GLFragment’ has not been declared
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.h:295:40: error: expected ‘,’ or ‘...’ before ‘&’ token
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.h:301:5: error: ‘GLFragment’ has not been declared
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.h:301:28: error: expected ‘,’ or ‘...’ before ‘&’ token
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:375:5: error: ‘GLFragment’ has not been declared
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:375:24: error: expected ‘,’ or ‘...’ before ‘&’ token
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp: In member function ‘bool StereoscopicOutputWindow::glDraw(const GLMatrix&, int)’:
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:381:5: error: ‘mask’ was not declared in this scope
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:390:43: error: ‘fragment’ was not declared in this scope
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:390:53: error: ‘region’ was not declared in this scope
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp: In member function ‘void StereoscopicOutputWindow::glDrawGeometry()’:
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:476:18: error: ‘class GLWindow’ has no member named ‘glDrawGeometry’
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp: At global scope:
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:481:5: error: ‘GLFragment’ has not been declared
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:481:24: error: expected ‘,’ or ‘...’ before ‘&’ token
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp: In member function ‘void StereoscopicOutputWindow::glDrawTexture(GLTexture*, int)’:
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:484:5: error: ‘GLFragment’ has not been declared
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:484:24: error: expected ‘;’ before ‘fa’
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:494:76: error: ‘fa’ was not declared in this scope
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:510:39: error: ‘fa’ was not declared in this scope
 /home/w/Downloads/stereo-3d-plugin/src/stereoscopicoutput.cpp:510:43: error: ‘mask’ was not declared in this scope
 At global scope:
 cc1plus: warning: unrecognized command line option "-Wno-unused-private-field" [enabled by default]
 make[2]: *** [CMakeFiles/stereoscopicoutput.dir/src/stereoscopicoutput.cpp.o] Error 1
 make[1]: *** [CMakeFiles/stereoscopicoutput.dir/all] Error 2
 make: *** [all] Error 2
 root@w-VirtualBox:/home/w/Downloads/stereo-3d-plugin/build# 

alguém tem algum conselho a partir daqui eu coloquei minha pasta da mesma maneira como neste link link com esses arquivos nesse link

    
por Joeish W 13.10.2013 / 18:15

0 respostas