On Mar 10, 2012, at 09:57 , Prof Brian Ripley wrote: > Please ask about OS X on R-sig-mac .
Yep. (Or R-devel for generic developer issues, but this one is pretty OSX specific.) > There is something you have not installed on your OS, but it will probably > need several rounds to find what (and it will be not just Mac-specific but > depend on the exact versions of OS X (which you told us) and Xcode (which you > did not)). It is certainly non-trivial to install this particular package from source. Is there any reason you don't want to use the precompiled version from CRAN? I mean, it is all well and good that more people do source builds so that we don't end up with a situation where only one or two persons actually know how to build stuff, but it might not be the most productive route if you actually need to get things done... > > On Fri, 9 Mar 2012, A Ezhil wrote: > >> Dear All, >> >> I am trying to install rgl on my mac notebook from the source file. I tried >> using: /usr/bin/R64 CMD INSTALL rgl_0.92.798.tar.gz and get the following >> error message: >> >> checking for X... no >> configure: error: X11 not found but required, configure aborted. >> ERROR: configuration failed for package ‘rgl’ >> * removing >> ‘/Library/Frameworks/R.framework/Versions/2.14/Resources/library/rgl’ >> * restoring previous >> ‘/Library/Frameworks/R.framework/Versions/2.14/Resources/library/rgl’ >> >> I do see a directory X11 installed under /usr and Sys.getenv("PATH") inside >> R gives me: [1] "/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin" >> >> Could you please hep me to install rgl package? >> >>> sessionInfo() >> R version 2.14.1 (2011-12-22) >> Platform: x86_64-apple-darwin9.8.0/x86_64 (64-bit) >> >> locale: >> [1] en_GB.UTF-8/en_GB.UTF-8/en_GB.UTF-8/C/en_GB.UTF-8/en_GB.UTF-8 >> >> attached base packages: >> [1] stats graphics grDevices utils datasets methods base >> >> Thanks in advance. >> Kind regards, >> Ezhil >> >> ______________________________________________ >> R-help@r-project.org mailing list >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. > > -- > Brian D. Ripley, rip...@stats.ox.ac.uk > Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ > University of Oxford, Tel: +44 1865 272861 (self) > 1 South Parks Road, +44 1865 272866 (PA) > Oxford OX1 3TG, UK Fax: +44 1865 > 272595______________________________________________ > R-help@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- Peter Dalgaard, Professor, Center for Statistics, Copenhagen Business School Solbjerg Plads 3, 2000 Frederiksberg, Denmark Phone: (+45)38153501 Email: pd....@cbs.dk Priv: pda...@gmail.com ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.