similar to: Error install rgl package on linux

Displaying 20 results from an estimated 900 matches similar to: "Error install rgl package on linux"

2008 Feb 20
1
Compilation error on installing rgl package
Hi all, I encountered difficulties when I tried to install the rgl package. I'm using R devel (2.7.0) on Mac OS X 10.5.1. Below is the message popping up when compiling the package from source. I'd be grateful if someone can help me solve the problem. Thanks, Kenneth * Installing *source* package 'rgl' ... checking for gcc... gcc -arch x86_64 -std=gnu99 checking for C
2011 May 23
3
RGL package installation problem on Centos
Dear R users, I have installed the latest version of R from source on Centos (using configure and make install). This seemed to work fine, with no Errors reported and R at the command line starts R. However, if I try and installed the package rgl using; install.packages("rgl") I get the following error; installing to /usr/local/lib64/R/library/rgl/libs ** R ** demo ** inst ** preparing
2012 Jul 26
2
RGL
Dear all, I was willing to use the library "rgl" to plot some 3D graphics, but unfortunately, I wan't able to instal the library. The error message is below. I would be very grateful if you could give me any clues about how I can solve this. Below you will find : - installation from binaries - installation from sources - sessionInfo() Bests, -- Guillaume Meurice - PhD Plateforme
2019 Jun 02
3
rgl install for R 3.7
I?ve installed R 3.7.0 on a new laptop running macos 10.14.5 and have managed to get most of my usual packages to compile from source with a ~/.R/Makevars file that looks like this: CC=/usr/local/clang8/bin/clang CXX=/usr/local/clang8/bin/clang++ LDFLAGS=-L/usr/local/clang8/lib CPPFLAGS=-I/usr/local/clang8/include -I/opt/X11/include/freetype2 FC=/usr/local/gfortran/bin/gfortran
2019 Jun 02
0
rgl install for R 3.7
On 02/06/2019 16:28, Koenker, Roger W wrote: > I?ve installed R 3.7.0 on a new laptop running macos 10.14.5 and have managed to get most of my usual packages I presume 'R 3.7.0' is R-devel: it is not released and may never be released under that version. > to compile from source with a ~/.R/Makevars file that looks like this: > > CC=/usr/local/clang8/bin/clang >
2006 Jun 26
1
Patch for rgl with gcc 4.0 in R 2.3.0 on OS X
Hi, I recently had a problem installing the rgl package on OS X and put together a simple patch. The patched package is available here: http://jinome.stanford.edu/files/rgl_0.66-patched_for_gcc4.tar.gz It can be installed with "R CMD INSTALL rgl_0.66-patched_for_gcc4.tar.gz" as normal at the command line. Also -- as of right now rgl is not in the repository of version 2.3 packages
2011 Feb 14
0
package rgl installation failure due to png
Dear R list, I am having problem installing the package rgl on a redhat system. System info: Linux lci4.eu.novartis.net 2.6.9-22.ELsmp #1 SMP Mon Sep 19 18:00:54 EDT 2005 x86_64 x86_64 x86_64 GNU/Linux R sessionInfo(): R version 2.12.1 (2010-12-16) Platform: x86_64-unknown-linux-gnu (64-bit) locale: [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C [3] LC_TIME=en_US.UTF-8
2006 Jun 03
2
Wine : error during compilation (mandriva 2006 - x86_64)
Hi, I have Mandriva 2006 x86_64. I tried to install wine, but the binaries are for 32 bits and the result is very instable (win programs close suddenly, no internet available for those programs, etc...) So I tried to compile wine 0.9.14 from source, but I have an error during make when "searching for -lXext" : LD_LIBRARY_PATH="../../libs/unicode:$LD_LIBRARY_PATH"
2010 Jun 05
1
rgl installation failure
Hello, I am trying to install rgl package under R and getting some errors which is below. > install.packages("rgl") Warning in install.packages("rgl") : argument 'lib' is missing: using '/usr/lib/R/library' trying URL 'http://cran.csie.ntu.edu.tw/src/contrib/rgl_0.91.tar.gz' Content type 'application/x-gzip' length 1677498 bytes (1.6 Mb)
2008 Nov 08
5
unable to complete installing wine from source.
ubuntu (8.04) hardy This is the error's I get after performing command: make depend && make /usr/bin/ld: cannot find -lXext collect2: ld returned 1 exit status winegcc: gcc failed make[2]: *** [winex11.drv.so] Error 2 make[2]: Leaving directory `/home/administrator/wine-1.1.8/dlls/winex11.drv' make[1]: *** [winex11.drv] Error 2 make[1]: Leaving directory
2006 Apr 11
2
About list to list - thanks
Thank you very much for your useful suggestions. These are exactly what I was looking for. foo <- list(foo1, foo2, foo3) lapply(foo, function(x) matrix(unlist(x), nrow = length(x), byrow = TRUE)) or lapply(foo, function(x) do.call('rbind', x)) Best, Muhammad Subianto On 4/11/06, Muhammad Subianto <msubianto at gmail.com> wrote: > Dear all, > I have a result my experiment
2012 Feb 08
2
[LLVMdev] SelectionDAG scalarizes vector operations.
We generate xEXT nodes in many cases. Unlike GCC which vectorizes inner loops, we vectorize the implicit outermost loop of data-parallel workloads (also called whole function vectorization). We vectorize code even if the user uses xEXT instructions, uses mixed types, etc. We choose a vectorization factor which is likely to generate more legal vector types, but if the user mixes types then we
2010 Dec 15
2
Two asterisk servers, two different service providers
All: I am looking to install another asterisk server in an office located in a different part of the country. I think I can configure the sip and extension conf files, so that the internal phones at the two locations can call each other. My question is this, how do I properly configure the sip file for a different provider at the new location? Can I use a different register statement for
2012 Feb 08
0
[LLVMdev] SelectionDAG scalarizes vector operations.
"Rotem, Nadav" <nadav.rotem at intel.com> writes: > We generate xEXT nodes in many cases. Unlike GCC which vectorizes > inner loops, we vectorize the implicit outermost loop of data-parallel > workloads (also called whole function vectorization). We vectorize > code even if the user uses xEXT instructions, uses mixed types, etc. > We choose a vectorization factor
2010 Apr 13
6
configure: error: FreeType development files not found.
Hi I am a newbie,i am trying to install wine to my centos ,but am having these problems configure: error: FreeType development files not found. Fonts will not be built. Dialog text may be invisible or unaligned. Use the --without-freetype option if you really want this. i tried install freetype but still the same error comes up [blaze at localhost freetype-2.3.12]$ rpm -q freetype
2004 Jun 25
4
rgl installation problems
Hi! I'm new to R, but have worked with Splus before. I installed several packages in R (R-1.9.1) without problems, but when I try to install rgl (rgl_0.64-13.tar.gz). I get the following, and the package does not install. Any help would be greatly appreciated. I'm running R in redhat 9. Thanks, Enrique ------- [my pc]# R CMD INSTALL rgl_0.64-13.tar.gz * Installing *source* package
2007 Apr 04
1
compile errors with rgl-0.70.570 on FreeBSD
Thank you for your work on rgl. Reading in another thread about your new (inofficial) version of rgl (see below) I tried it with R version 2.5.0 alpha (2007-03-31 r40986) under FreeBSD 7.0-CURRENT. Unfortunately I got the following error: ------- #R CMD INSTALL rgl_0.70.570.tar.gz * Installing to library '/usr/local/lib/R/library' * Installing *source* package 'rgl' ...
2006 Sep 03
3
Merge list to list - as list
Dear all, #Last week, I asked about merge x and y as list. #Now I have a dataset with list of list like: x <- list(list(matrix(1:20, 5, 4),matrix(1:20, 5, 4)), list(matrix(1:20, 5, 4),matrix(1:20, 5, 4))) y <- list(list(c(1, -1, -1, 1, 1),c(1, 1, -1, -1, -1)), list(c(1, 1, 1, 1, 1),c(1, 1, -1, 1, -1))) x y #I need merge x and y, I have tried with list.uni <-
2004 Aug 24
0
rgl installation problems
It is indeed the following problem. I used the RPM installation as of July 20, 2004 and had the same problem installing rgl. After fixing the following line in the Makeconf file ("-share" is missing), the installation of rgl went successfully. >This is a little strange. I'm now building RPMS for older Red Hat versions on FC2 using a tool called Mach. There is a possibility that
2009 Mar 28
2
Xorg unbuildable - where to get: x11-xcb?
Greetings, A fresh install of 7 followed by a cvsup to 7.2-PRE on the 26th results in an inability to build Xorg on the system. A cvsup only an hour ago provides no solution. An attempt at the following: cd /usr/ports/x11/xorg-minimal make produces the following error: ... checking pkg-config files for X11 are available... yes checking for LIBDRM... yes checking for DRI2PROTO... yes checking