[R] need help for building R in Ubuntu 8.04
Roland Rau
roland.rproject at gmail.com
Sun May 25 20:20:04 CEST 2008
Hi,
Nitesh Agrawal wrote:
> Hi everyone
> I have been trying to build R in ubuntu 8.04 from its source code but am
> getting the following error.
>
> configure: error: --with-x=yes (default) and X11 headers/libs are not
> available
>
I am currently sitting in front of a Windows machine but I built R on my
laptop at home running Ubuntu 8.04. So hopefully, I don't make a
mistake. What I guess you have to do, is to install the
xorg-dev
package.
You could do this by:
sudo apt-get install xorg-dev
in a terminal window.
And then you can start again with ./configure and so on.
Does this help?
Roland
More information about the R-help
mailing list