Problemas ao instalar o pacote rgl

Olá senhores de novo. Estou com problemas há alguns dias ao instalar pacotes que dependem do "rgl". Este pacote ("rgl") não está instalando de jeito nenhum. Já tentei até via terminal (R CMD blbaalb) e nada. As mensagens são: * installing to library ‘/home/allaman/R/i486-pc-linux-gnu-library/2.10’ * installing *source* package ‘rgl’ ... checking for gcc... gcc -std=gnu99 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc -std=gnu99 accepts -g... yes checking for gcc -std=gnu99 option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -std=gnu99 -E checking for gcc... (cached) gcc -std=gnu99 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc -std=gnu99 accepts -g... (cached) yes checking for gcc -std=gnu99 option to accept ISO C89... (cached) none needed checking for libpng-config... yes configure: using libpng-config configure: using libpng dynamic linkage checking for X... libraries , headers checking GL/gl.h usability... no checking GL/gl.h presence... no checking for GL/gl.h... no checking GL/glu.h usability... no checking GL/glu.h presence... no checking for GL/glu.h... no configure: error: missing required header GL/gl.h ERROR: configuration failed for package ‘rgl’ * removing ‘/home/allaman/R/i486-pc-linux-gnu-library/2.10/rgl’ Agradeço mais uma vez se puderem ajudar. Allaman (S,f,P) -- View this message in context: http://r-br.2285057.n4.nabble.com/Problemas-ao-instalar-o-pacote-rgl-tp33998... Sent from the R-br mailing list archive at Nabble.com.

Ivan nao tenho certeza mas acho que vc precisa de apt-get install libglu1-mesa-dev On Wed, 23 Mar 2011, ivanalaman wrote:
Olá senhores de novo.
Estou com problemas há alguns dias ao instalar pacotes que dependem do "rgl". Este pacote ("rgl") não está instalando de jeito nenhum. Já tentei até via terminal (R CMD blbaalb) e nada. As mensagens são:
* installing to library ?/home/allaman/R/i486-pc-linux-gnu-library/2.10? * installing *source* package ?rgl? ... checking for gcc... gcc -std=gnu99 checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc -std=gnu99 accepts -g... yes checking for gcc -std=gnu99 option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -std=gnu99 -E checking for gcc... (cached) gcc -std=gnu99 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc -std=gnu99 accepts -g... (cached) yes checking for gcc -std=gnu99 option to accept ISO C89... (cached) none needed checking for libpng-config... yes configure: using libpng-config configure: using libpng dynamic linkage checking for X... libraries , headers checking GL/gl.h usability... no checking GL/gl.h presence... no checking for GL/gl.h... no checking GL/glu.h usability... no checking GL/glu.h presence... no checking for GL/glu.h... no configure: error: missing required header GL/gl.h ERROR: configuration failed for package ?rgl? * removing ?/home/allaman/R/i486-pc-linux-gnu-library/2.10/rgl?
Agradeço mais uma vez se puderem ajudar.
Allaman (S,f,P)
-- View this message in context: http://r-br.2285057.n4.nabble.com/Problemas-ao-instalar-o-pacote-rgl-tp33998... Sent from the R-br mailing list archive at Nabble.com. _______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br

Nossa, como é que sabe essas coisas. O problema era esse mesmo mestre. Valeu. Resolvido. Abraço. Allaman (S,f,P) -- View this message in context: http://r-br.2285057.n4.nabble.com/Problemas-ao-instalar-o-pacote-rgl-tp33998... Sent from the R-br mailing list archive at Nabble.com.

Quando isto acontecer para outro pacote a melhor coisa a fazer é tentar instalar as dependências por apt-get com base no comando: sudo apt-get build-dep r-cran-nomedopacote No caso: sudo apt-get build-dep r-cran-rgl Abs, D 2011/3/23 ivanalaman <ivanalaman@yahoo.com.br>
Nossa, como é que sabe essas coisas. O problema era esse mesmo mestre. Valeu. Resolvido.
Abraço.
Allaman (S,f,P)
-- View this message in context: http://r-br.2285057.n4.nabble.com/Problemas-ao-instalar-o-pacote-rgl-tp33998... Sent from the R-br mailing list archive at Nabble.com. _______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br

Na compulacao a mensagem mostrou que faltava / nao achou o glu.h com isto vc pode descobrir com apt-cache search glu Para compilar em geral sao necessarias as bibliotecas de desenvolvimento -dev On Wed, 23 Mar 2011, ivanalaman wrote:
Nossa, como é que sabe essas coisas. O problema era esse mesmo mestre. Valeu. Resolvido.
Abraço.
Allaman (S,f,P)
-- View this message in context: http://r-br.2285057.n4.nabble.com/Problemas-ao-instalar-o-pacote-rgl-tp33998... Sent from the R-br mailing list archive at Nabble.com. _______________________________________________ R-br mailing list R-br@listas.c3sl.ufpr.br https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br
participantes (3)
-
Daniel C Bezerra
-
ivanalaman
-
Paulo Justiniano