Displaying 20 results from an estimated 10000 matches similar to: "RGL"
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
2007 Sep 18
1
installing rgl package on linux platform
I am using Redhat Linux and my info is below. I was trying to install
the rgl package using R CMD INSTALL and it was doing
fine until it got to the compilation of a pixmap program ? Does anyone
know what I could do to fix that ? Is it possible that
this package is not usable on this platform ? Thanks.
sessionInfo()
R version 2.5.0 (2007-04-23)
i686-pc-linux-gnu
locale:
C
attached base
2009 Mar 12
3
Error compiling rgl package
Hi,
I receive the following error while I try to install rgl package:
CC -xtarget=native64 -I/opt/R-2.8.1/lib/R/include
-I/opt/SUNWhpc/HPC8.1/sun/include -DHAVE_PNG_H -I/usr/include/libpng12
-DHAVE_FREETYPE -Iext/ftgl -I/usr/sfw/include/freetype2
-I/usr/sfw/include -Iext -I/opt/SUNWhpc/HPC8.1/sun/include
-I/usr/sfw/include -I/opt/csw/include -KPIC -O -c Background.cpp -o
Background.o
2007 Feb 19
4
Installing Package rgl - Compilation Fails
I'm running R 2.4.1 (with the latest versions of all packages) on an
FC6 32-bit system. When I try to install the rgl package, compilation
fails:
> install.packages("rgl")
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... done
trying URL 'http://lib.stat.cmu.edu/R/CRAN/src/contrib/rgl_0.70.tar.gz'
Content type
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
2005 Jul 19
0
Problems in rgl on MacOS X
I have recently been trying to build rgl on MacOS X 10.4 using
R-2.1.1 with gcc-4.0 5026 and gfortran.
The R binary I built without problems and it includes libpng and Tcl/
Tk on X11. Rcmdr works correctly.
The rgl build produces a large number of warnings like:
g++ -no-cpp-precomp -I/Library/Frameworks/R.framework/Resources/
include -I/System/Library/Frameworks/OpenGL.framework/Headers
2004 Aug 04
4
ERROR: compilation failed for package 'rgl'
X-BeenThere: r-help at stat.math.ethz.ch
X-Mailman-Version: 2.1.5
Precedence: list
Reply-To: korponai.janos at nyuduvizig.hu
List-Id: "Main R Mailing List: Primary help" <r-help.stat.math.ethz.ch>
List-Unsubscribe: <https://www.stat.math.ethz.ch/mailman/listinfo/r-help>,
<mailto:r-help-request at stat.math.ethz.ch?subject=unsubscribe>
List-Archive:
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)
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
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
2007 Feb 21
1
Installing Package rgl - Compilation Fails - FreeBSD
Brian,
I just tried your version rgl_0.70-2 with R-2.5.0 on FreeBSD 7.0-CURRENT
(i386) and it works!
Thank you very much for this competently and very fast help.
Next I will try if it compiles on amd64, too ...
Rainer
Prof Brian Ripley schrieb:
> This looks to me like a problem in your OpenGL, I am afraid.
>
> I've made available a (completely unofficial) revised tarball at
2004 Aug 08
2
R packages install problems linux - X not found (WhiteBoxEL 3)
On Sun, 2004-08-08 at 14:10, Dr Mike Waters wrote:
snip
> Thanks for the responses guys.
>
> I used to have RH9 installed on this machine and I found out about the
> separate developer packages then. I thought that I had got the relevant
> XFree devel package installed, but although it showed up in the rpm database
> as being present, the required files were not present. I did
2009 Jan 24
1
[LLVMdev] -O4 limitations in llvm/llvm-gcc-4.2 2.5?
What exactly are the current limitations for using -O4 to create shared
libraries with llvm/llvm-gcc-4.2 2.5? I tried a build of xplor-nih at -O4
with llvm-gcc, llvm-g++ and llvm-gfortran. The build fails to link shared
libraries with errors such as...
Building xplor-nih for platform: Darwin_9_x86
[ -d /Users/howarth/xplor-nih-2.21/bin.Darwin_9_x86/ ] || mkdir
2011 Sep 02
1
[LLVMdev] does new EH require newer linker?
Is the new EH scheme completely compatible with the existing linker in Xcode 4.1?
I am finding that today's changes break the ability to link xplor-nih with dragonegg
under FSF gcc 4.6.2...
de-g++46 -c thread.cc -O3 -ffast-math -funroll-loops -g -DX_MMAP_FLAGS=0 -DFORTRAN_INIT -fno-common -DDARWIN -D_REENTRANT -DNDEBUG -I/Users/howarth/xplor-nih-2.27/vmd/
2004 Oct 14
2
compile errors
Hello there. I'm having trouble to compile flac on gentoo linux:
linux-2.6.8
gcc-3.3.4
glibc-2.3.4 nptl enabled
I would be happy if someone could help me with this error:
if ../../libtool-disable-static --mode=compile gcc -DHAVE_CONFIG_H -I.
-I. -I../.. -I../../src -I../.. -I./include -I../../include -O2
-DNDEBUG -funroll-loops -finline-functions -Wall -W -Winline
2004 Sep 10
2
And Another OS X Install Problem...
/bin/sh ../../mkinstalldirs /sw/lib/xmms/Input
../../libtool-disable-static --mode=install /usr/bin/install -c
libxmms-flac.la /sw/lib/xmms/Input/libxmms-flac.la
libtool-disable-static: install: warning: relinking `libxmms-flac.la'
cd /Users/glenn/Desktop/flac-1.0.5_beta1/src/plugin_xmms; /bin/sh
../../libtool-disable-static --mode=relink gcc -I../.. -I./include
-I../../include -g -O2
2004 Aug 08
0
FW: R packages install problems linux - X not found (WhiteBoxEL 3)
-----Original Message-----
From: Dr Mike Waters [mailto:michael.waters at dtn.ntl.com]
Sent: 08 August 2004 20:11
To: 'MSchwartz at MedAnalytics.com'
Subject: RE: [R] R packages install problems linux - X not found (WhiteBoxEL
3)
-----Original Message-----
> Correction on the above URL. I pasted the wrong one here. It should be:
>
2004 Sep 10
2
XMMS plugin build fix
Damn, back to this thread:
> I think I sent a bad patch for this one already, which used a _LIBS
> variable.
> There is no _LIBS variable. :-) So, the .la file should be specified
> directly
> in _LIBADD, with no linker flag syntax. libtool will figure it out.
>
> diff -u -r1.1.1.1 Makefile.am
> --- Makefile.am 29 Jan 2001 18:13:29 -0000 1.1.1.1
> +++
2006 Feb 03
2
rgl install problem on Solaris 10 X86
Hi,
Could you help me to install the rgl package on Solaris 10 x86?
I tried and got the following error messages.
When I compiled my R as 64bit, I used the SUN ProW compilers.
However, gcc seems to being used below as well as missing some information.
Thank you in advance,
Dongseok
> install.packages("rgl")
--- Please select a CRAN mirror for use in this session ---
*