Skip to content

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:
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
#
Hi Ezhil,
On Sat, Mar 10, 2012 at 11:55 PM, Ezhil A <ezhil05 at gmail.com> wrote:
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