I was able to configure on SuSE 7.3 with just
./configure --with-gnome
so I would guess that you don't have all the devel rpm's you need yet.
Look at config.log and see if that helps; remove the cache before you
re-run configure just to be sure; and save or pipe configure's output
so you can look at it and see if that helps. If you're seeing a
problem with glade, check if you have /usr/bin/libglade-config; if you
don't you need the libglade-devel rpm. If that doesn't help I can
send you a list of the rpm's that are installed on my box and you can
compare to yours and look for likely suspects.
luke
On Thu, Jan 24, 2002 at 12:04:54PM +0100, Agustin Lobo wrote:
Hi!
I've been able to configure and make R (1,4,0 linux)
except for the gnome support. I've checked all packages and libs mentioned
in R-admin.pdf (and by Luke Tierny) to make sure that I have them and even
using the following:
./configure --with-gnome --with-gnome-includes=/opt/gnome/include
--with-gnome-libs=/opt/gnome/lib --with-libglade-config=opt/gnome/lib
I still get:
R is now configured for i686-pc-linux-gnu
Source directory: .
Installation directory: /usr/local
C compiler: gcc -mieee-fp -D__NO_MATH_INLINES -g -O2
C++ compiler: c++ -mieee-fp -g -O2
FORTRAN compiler: g77 -g -O2
X11 support: yes
Gnome support: no
Tcl/Tk support: yes
R profiling support: yes
R as a shared library: no
I really don't know what else I can do, gnome runs ok on this machine.
Should I just give up? There is no way to require that configure tells
exactly what's missing?
Thanks
Dr. Agustin Lobo
Instituto de Ciencias de la Tierra (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona SPAIN
tel 34 93409 5410
fax 34 93411 0012
alobo at ija.csic.es
On Tue, 22 Jan 2002, Luke Tierney wrote:
You don't have tcltk either. SuSE seems to not install devel support
for things like tcl or gnome even if you specify a devel system. You
need to install tcl-devel to get tcl support and I think you need at
least gnome-core-devel libxml-devel libglade-devel esound-devel and
maybe also gnome-libs-devel to get gnome support. With those
installed I build successfully on SuSE 7.3, but I don't know what else
I might have that you do not.
luke
On Tue, Jan 22, 2002 at 06:16:31PM +0100, Agustin Lobo wrote:
I'm the happy user of a new machine and
I'm trying to compile R-1.4.0 on it
(linux Suse 7.3 box).
After
./configure --with-gnome
I get the following configuration:
R is now configured for i686-pc-linux-gnu
Source directory: .
Installation directory: /usr/local
C compiler: gcc -mieee-fp -D__NO_MATH_INLINES -g -O2
C++ compiler: c++ -mieee-fp -g -O2
FORTRAN compiler: g77 -g -O2
X11 support: yes
Gnome support: no
Tcl/Tk support: no
R profiling support: yes
R as a shared library: no
configure: warning: you cannot build DVI versions of the R manuals
configure: warning: you cannot build PDF versions of the R manuals
The warnings are because:
checking for dvips...no
(same for tex,latex,makeindex,pdftex,pdflatex)
but this is not a concern now. I can do it later
Instead, I don't get gnome support despite the --with-gnome flag
And, worst, this is what I get from make check:
linux:/usr/local/R-1.4.0 # make check FORCE=FORCE
make[1]: Entering directory `/usr/local/R-1.4.0/tests'
make[2]: Entering directory `/usr/local/R-1.4.0/tests'
make[3]: Entering directory `/usr/local/R-1.4.0/tests/Examples'
make[4]: Entering directory `/usr/local/R-1.4.0/tests/Examples'
make[4]: Leaving directory `/usr/local/R-1.4.0/tests/Examples'
make[4]: Entering directory `/usr/local/R-1.4.0/tests/Examples'
collecting examples for package `base' ...
make[5]: Entering directory `/usr/local/R-1.4.0/src/library'
/bin/sh: ../../bin/R: No such file or directory
/bin/sh: ../../library/base/CONTENTS: No such file or directory
cat: ../../library/*/CONTENTS: No such file or directory
make[5]: *** [DOCS] Error 1
make[5]: Leaving directory `/usr/local/R-1.4.0/src/library'
file ../../library/base/R-ex cannot be opened at
../../share/perl/massage-Examples.pl line 84.
make[4]: *** No rule to make target `../../bin/R.bin', needed by
`base-Ex.Rout'. Stop.
make[4]: Leaving directory `/usr/local/R-1.4.0/tests/Examples'
make[3]: *** [test-Examples] Error 2
make[3]: Leaving directory `/usr/local/R-1.4.0/tests/Examples'
make[2]: *** [test-Examples] Error 2
make[2]: Leaving directory `/usr/local/R-1.4.0/tests'
make[1]: *** [test-all-basics] Error 1
make[1]: Leaving directory `/usr/local/R-1.4.0/tests'
make: *** [check] Error 2
What's wrong? I've downloaded the tar file from two diferent mirrors
with identical results.
Agus
Dr. Agustin Lobo
Instituto de Ciencias de la Tierra (CSIC)
Lluis Sole Sabaris s/n
08028 Barcelona SPAIN
tel 34 93409 5410
fax 34 93411 0012
alobo at ija.csic.es
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
--
Luke Tierney
University of Minnesota Phone: 612-625-7843
School of Statistics Fax: 612-624-8868
313 Ford Hall, 224 Church St. S.E. email: luke at stat.umn.edu
Minneapolis, MN 55455 USA WWW: http://www.stat.umn.edu
--
Luke Tierney
University of Minnesota Phone: 612-625-7843
School of Statistics Fax: 612-624-8868
313 Ford Hall, 224 Church St. S.E. email: luke at stat.umn.edu
Minneapolis, MN 55455 USA WWW: http://www.stat.umn.edu