On Aug 18, 2009, at 17:06 , Ben Bolker wrote:

 Should I expect to be able to build 2.10 at the moment?


Yes (it works on my system) - when in doubt pull a fresh checkout (in general you cannot expect svn updates to build without full cleanup due to possible changes in the build process).

Cheers,
Simon


Ubuntu intrepid
Linux bolker-lap2 2.6.27-14-generic #1 SMP Wed Jul 29 09:01:45 UTC 2009
i686 GNU/Linux

Gnu Make 3.81
gcc 4.3.2

===========
svn update

Restored 'src/library/Makefile.in'
At revision 49309.
============
./configure
[...]

R is now configured for i686-pc-linux-gnu

 Source directory:          .
 Installation directory:    /usr/local

 C compiler:                gcc -std=gnu99  -g -O2
 Fortran 77 compiler:       gfortran  -g -O2

 C++ compiler:              g++  -g -O2
 Fortran 90/95 compiler:    gfortran -g -O2
 Obj-C compiler:        

 Interfaces supported:      X11, tcltk
 External libraries:        readline
 Additional capabilities:   PNG, JPEG, MBCS, NLS, cairo
 Options enabled:           shared BLAS, R profiling, Java

 Recommended packages:      yes
==================
make

[...]

the only thing that gets built anew is

make[3]: Entering directory `/usr/local/src/R/r-devel/R/src/unix'
gcc -std=gnu99 -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H    -g -O2
-DR_HOME='"/usr/local/src/R/r-devel/R"' -o Rscript \
          ./Rscript.c

[...]

make[2]: Entering directory `/usr/local/src/R/r-devel/R/src/library'
make[2]: *** No rule to make target `Makefile.in', needed by `Makefile'.
Stop.
make[2]: Leaving directory `/usr/local/src/R/r-devel/R/src/library'
make[1]: *** [docs] Error 2
make[1]: Leaving directory `/usr/local/src/R/r-devel/R/src/library'
make: [docs] Error 2 (ignored)


 any ideas?

Ben Bolker


______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to