Displaying 3 results from an estimated 3 matches for "have_orbit".
2007 Apr 09
1
Problem installing gnomeGUI in Ubuntu: "HAVE_ORBIT" was never defined
...was started with: sudo R) with:
install.package()
and from console with:
sudo R CMD INSTALL /download/gnomeGUI_2.3.0-3.tar.gz
In both cases I get the exact same errors:
checking for gnome-config... no
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: conditional "HAVE_ORBIT" was never defined.
Usually this means the macro was only invoked conditionally.
ERROR: configuration failed for package 'gnomeGUI'
Found the following in earlier message in R-help list:
From B R Tura
"So I think gnomeGUI not instalable in R now..."
Response from Prof Rip...
2003 Sep 14
1
configure problem in R-devel caused by conditionals
I re-generated configure of the latest R-devel with autoconf 2.57 and
got the following problem:
configure: error: conditional "HAVE_ORBIT" was never defined.
Usually this means the macro was only invoked conditionally.
(resolving HAVE_ORBIT leaves us with HAVE_GNORBA causing the same
problem. You should be able to reproduce it by running autoreconf (or
aclocal; autoconf - not just autoconf!) and configure on the r-devel
tree...
2007 Mar 08
2
R GUI in Ubuntu?
...I for my
Ubuntu machine. However, I can get neither to work.
Having run R as root, I then run the following command:
install.packages("gnomeGUI", dependencies=TRUE)
The output of which is:
checking for gnomeConf.sh file in /usr/local/lib... not found
configure: error: conditional "HAVE_ORBIT" was never defined.
Usually this means the macro was only invoked conditionally.
ERROR: configuration failed for package 'gnomeGUI'
* Removing '/usr/local/lib/R/site-library/gnomeGUI'
I have checked to see if I have all dependencies installed - it seems as
though I have. No l...