Hi all, I'm trying to build R 2.1.1 on Ubuntu 5.04 i686-SMP. Configure goes well with: ./configure --with-BLAS --with-readline=no but once I run 'make', I get the following error: In file included from devX11.c:64: devX11.h:57:74: X11/Intrinsic.h: No such file or directory Any ideas? Thanks in advance, Jake
Hi all, I'm trying to build R 2.1.1 on Ubuntu 5.04 i686-SMP. Configure goes well with: ./configure --with-BLAS --with-readline=no but once I run 'make', I get the following error: In file included from devX11.c:64: devX11.h:57:74: X11/Intrinsic.h: No such file or directory Any ideas? Thanks in advance, Jake
On Wed, 3 Aug 2005, Jake Michaelson wrote:> Hi all, > > I'm trying to build R 2.1.1 on Ubuntu 5.04 i686-SMP. Configure goes well > with: > > ./configure --with-BLAS --with-readline=no > > but once I run 'make', I get the following error: > > In file included from devX11.c:64: > devX11.h:57:74: X11/Intrinsic.h: No such file or directory > > > Any ideas?Yes, please discuss this on an Ubuntu list. There is a problem with your X11 installation, and it not something ever reported from any other OS that I can recall. -- Brian D. Ripley, ripley at 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
I had the same problem with my ubuntu machine. A search for a Debian package that includes the header file Intrinsic.h at http://www.debian.org/distrib/packages (with stable distribution and Intel x86 architecture) turned up libdevel/libxt-dev package. I installed libxt-dev package (with the synaptic package manager) and was able to compile. Hope this helps. tak
Thanks for the help -- this morning someone (on the Ubuntu boards) was kind enough to point this out to me. Now if there were only a decent Linux front end/gui for R... Thanks, Jake On Fri, 2005-08-05 at 13:17 -0700, Tak Ishikida wrote:> I had the same problem with my ubuntu machine. A search for a Debian > package that includes the header file Intrinsic.h at > http://www.debian.org/distrib/packages (with stable distribution and > Intel x86 architecture) turned up libdevel/libxt-dev package. I > installed libxt-dev package (with the synaptic package manager) and was > able to compile. > > Hope this helps. > > tak > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
>>>>> "Jake" == Jake Michaelson <jjmichael at comcast.net> >>>>> on Fri, 05 Aug 2005 14:39:49 -0600 writes:Jake> Thanks for the help -- this morning someone (on the Jake> Ubuntu boards) was kind enough to point this out to Jake> me. Now if there were only a decent Linux front Jake> end/gui for R... is ESS (http://ESS.r-project.org/) indecent to you ? Martin Maechler, ETH Zurich