* using log directory 'd:/Rcompile/CRANpkg/local64/2.11/sprint.Rcheck'
* using R version 2.11.1 Patched (2010-07-29 r52657)
* using session charset: ISO8859-1
* checking for file 'sprint/DESCRIPTION' ... OK
* this is package 'sprint' version '0.2.0'
* checking package name space information ... OK
* checking package dependencies ... OK
* checking if this is a source package ... OK
* checking whether package 'sprint' can be installed ... ERROR
Installation failed.
The installation logfile:
* installing *source* package 'sprint' ...

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************


** libs
  making DLL ...
make[1]: Entering directory `/cygdrive/d/Rcompile/CRANpkg/local64/2.11/sprint/src'
x86_64-w64-mingw32-gcc -I"d:/Rcompile/recent/R64-2.11.1/include"    -I"d:/RCompile/CRANpkg/extralibs64/local/include"     -O2 -Wall  -std=gnu99 -c sprint.c -o sprint.o
In file included from sprint.c:28:
sprint.h:24:17: error: mpi.h: No such file or directory
sprint.c: In function 'R_init_sprint':
sprint.c:54: warning: implicit declaration of function 'MPI_Initialized'
sprint.c:66: warning: implicit declaration of function 'MPI_Init_thread'
sprint.c:66: error: 'MPI_THREAD_SERIALIZED' undeclared (first use in this function)
sprint.c:66: error: (Each undeclared identifier is reported only once
sprint.c:66: error: for each function it appears in.)
sprint.c:70: warning: implicit declaration of function 'MPI_Comm_size'
sprint.c:70: error: 'MPI_COMM_WORLD' undeclared (first use in this function)
sprint.c:71: warning: implicit declaration of function 'MPI_Comm_rank'
sprint.c:75: warning: implicit declaration of function 'MPI_Errhandler_set'
sprint.c:75: error: 'MPI_ERRORS_RETURN' undeclared (first use in this function)
sprint.c:76: error: 'MPI_COMM_SELF' undeclared (first use in this function)
sprint.c: In function 'sprint_shutdown':
sprint.c:96: warning: implicit declaration of function 'MPI_Bcast'
sprint.c:96: error: 'MPI_INTEGER' undeclared (first use in this function)
sprint.c:96: error: 'MPI_COMM_WORLD' undeclared (first use in this function)
sprint.c:99: warning: implicit declaration of function 'MPI_Finalize'
sprint.c: In function 'worker':
sprint.c:139: error: 'MPI_INTEGER' undeclared (first use in this function)
sprint.c:139: error: 'MPI_COMM_WORLD' undeclared (first use in this function)
make[1]: *** [sprint.o] Error 1
make[1]: Leaving directory `/cygdrive/d/Rcompile/CRANpkg/local64/2.11/sprint/src'
  ... done
ERROR: compilation failed for package 'sprint'
* removing 'd:/Rcompile/CRANpkg/lib64/2.11/sprint'

