An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20120308/76d4ea55/attachment.pl>
Installing rgl - error: X11 not found but required, configure aborted
4 messages · Steve Lianoglou, Ezhil A
2 days later
Hi Ezhil,
On Thu, Mar 8, 2012 at 2:53 PM, Ezhil A <ezhil05 at gmail.com> wrote:
Dear All, I am trying to install rgl from the source file: rgl_0. 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. Do I need to instruct rgl to look for /usr/X11/bin? If so, how do I do that?
Check if you have X11.app in /Applications/Utilities Also, when you get that sorted out, I think I needed to follow the instructions here: http://danbri.org/words/2011/12/08/761 in order to install rgl from source, namely you'd do: R CMD INSTALL rgl_0.92.798.tar.gz ?configure-args=??disable-carbon? rgl But, if you're not running R-devel, why not just install the prebuilt package using `install.packages`? (pretty sure that you'd still need to ensure X11 is installed, though) -steve
Steve Lianoglou Graduate Student: Computational Systems Biology ?| Memorial Sloan-Kettering Cancer Center ?| Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-sig-mac/attachments/20120311/5e47ee48/attachment.pl>
Hi Ezhil,
On Sat, Mar 10, 2012 at 11:55 PM, Ezhil A <ezhil05 at gmail.com> wrote:
Thanks a lot, Steve. I don't see X11.app in?/Applications/Utilities. I did install xcode and X11 is there under /usr/X11. I will check the mac support group site for this. Any suggestions to keep X11.app under?/Applications/Utilities?
I'm not well versed in how to check if X11 is properly installed, but the fact that you don't see it under /Applications/Utilities/X11.app seems weird to me. I'm also not sure if it's installed by default just by installing XCode (I reckon Simon will chime in soon). I don't think you mentioned what version of OS X you are running, did you? Anyway, I'm not sure what's gong on, but if I were you I think I'd try to (re?)install X11 and try again. I know that you can install X11 from your system install disks -- at one point in time, you would find this under some "Optional Installs" something on the system install disk, not sure where it is now. Alternatively, I think you could also install X11 using the installer here, if you like: http://xquartz.macosforge.org/trac/wiki HTH, -steve
Steve Lianoglou Graduate Student: Computational Systems Biology ?| Memorial Sloan-Kettering Cancer Center ?| Weill Medical College of Cornell University Contact Info: http://cbio.mskcc.org/~lianos/contact