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
make error: X11/Intrinsic.h: No such,,,
5 messages · Tak Ishikida, Martin Maechler, Jake Michaelson +1 more
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
2 days later
"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
I use Mac OS X at home and Linux at work, so the R Aqua GUI has spoiled me. I have not seen its equal so far (on Windows or Linux). The most important thing to me is how easily accessible the help and documentation is. I like how when I begin typing a function, the form and arguments to the function automatically appear at the bottom bar, refreshing my memory. I like that all plots are output to on-screen PDF. I could go on and on, but I hope that someday we'll see something on Linux with the same polish and ease-of-use. Maybe when Cairo is integrated into Gnome it might make PDF plot display more feasible...
On Mon, 2005-08-08 at 17:17 +0200, Martin Maechler wrote:
"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
On Mon, 8 Aug 2005, Jake Michaelson wrote:
I use Mac OS X at home and Linux at work, so the R Aqua GUI has spoiled me. I have not seen its equal so far (on Windows or Linux). The most important thing to me is how easily accessible the help and documentation is. I like how when I begin typing a function, the form and arguments to the function automatically appear at the bottom bar, refreshing my memory.
You could use the JGR gui. -thomas