[R] R-Gnome
Michael Dondrup
Michael.Dondrup at Genetik.Uni-Bielefeld.DE
Mon Feb 18 11:25:05 CET 2002
Daniele Pontillo wrote:
This maybe occurs because configure is unable to find your
Gnome-libraries and header files.
You should use --with-gnome-includes and --with-gnome-libs to specify
these paths.
Another problem can be caused by the configuration utility gnome-config
which should be
in your PATH. It depends on your installation and OS where these things
really are, but provided the gnome directory is "/somewhere/gnome" the
following tiny script worked for me:
---------------------
#!/bin/sh
PATH="/somewhere/gnome/bin":$PATH #path to config-gnome
export PATH
cd /homes/me/compile/R-1.4.1/
# I also believe --with-gnome doesn't work without --with-x
./configure --with-x --with-gnome\
--with-gnome-includes=/somewhere/gnome/include \
--with-gnome-libs=/somewhere/gnome/lib
--------------------
In such a case more information about your OS and setup would be
helpfull
(e.g. the output of uname -a ).
Michael Dondrup
>
> I understand that the Gnome interface is experimental and not supported if
> not specified during configuration. I did compile the source files of 1.4.1
> as follows:
> ./configure --with-gnome.
> At the end of the process, I had NO support for gnome.
> Can you please help me?
> Daniele Pontillo, MD
> -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
> r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
> Send "info", "help", or "[un]subscribe"
> (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
> _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list