* checking for working latex ... OK
* using log directory 'd:/Rcompile/CRANpkg/check/1.8/Rmpi.Rcheck'
* checking for file 'Rmpi/DESCRIPTION' ... OK
* checking if this is a source package ... OK



---------- Making package Rmpi ------------

   **********************************************
   WARNING: this package has a configure script
         It probably needs manual configuration
   **********************************************

  adding build stamp to DESCRIPTION
  making DLL ...
making Rmpi.d from Rmpi.c
making conversion.d from conversion.c
making internal.d from internal.c
gcc   -Id:/Rcompile/recent/R-1.8.1/src/include -Wall -O2   -c Rmpi.c -o Rmpi.o
In file included from Rmpi.c:18:
Rmpi.h:1:17: mpi.h: No such file or directory
Rmpi.c:20: error: parse error before '*' token
Rmpi.c:20: warning: type defaults to `int' in declaration of `comm'
Rmpi.c:20: warning: data definition has no type or storage class
Rmpi.c:21: error: parse error before '*' token
Rmpi.c:21: warning: type defaults to `int' in declaration of `status'
Rmpi.c:21: warning: data definition has no type or storage class
Rmpi.c:22: error: parse error before '*' token
Rmpi.c:22: warning: type defaults to `int' in declaration of `datatype'
Rmpi.c:22: warning: data definition has no type or storage class
Rmpi.c:23: error: parse error before '*' token
Rmpi.c:23: warning: type defaults to `int' in declaration of `info'
Rmpi.c:23: warning: data definition has no type or storage class
Rmpi.c: In function `mpi_initialize':
Rmpi.c:27: warning: implicit declaration of function `MPI_Initialized'
Rmpi.c:31: warning: implicit declaration of function `MPI_Init'
Rmpi.c:32: warning: implicit declaration of function `MPI_Errhandler_set'
Rmpi.c:32: error: `MPI_COMM_WORLD' undeclared (first use in this function)
Rmpi.c:32: error: (Each undeclared identifier is reported only once
Rmpi.c:32: error: for each function it appears in.)
Rmpi.c:32: error: `MPI_ERRORS_RETURN' undeclared (first use in this function)
Rmpi.c:33: error: `MPI_COMM_SELF' undeclared (first use in this function)
Rmpi.c:34: error: `MPI_Comm' undeclared (first use in this function)
Rmpi.c:34: error: parse error before ')' token
Rmpi.c:34: error: parse error before ')' token
Rmpi.c:35: error: `MPI_Status' undeclared (first use in this function)
Rmpi.c:35: error: parse error before ')' token
Rmpi.c:35: error: parse error before ')' token
Rmpi.c:36: error: `MPI_Datatype' undeclared (first use in this function)
Rmpi.c:36: error: parse error before ')' token
Rmpi.c:36: error: parse error before ')' token
Rmpi.c:37: error: `MPI_Info' undeclared (first use in this function)
Rmpi.c:37: error: parse error before ')' token
Rmpi.c:37: error: parse error before ')' token
Rmpi.c: In function `mpi_finalize':
Rmpi.c:45: warning: implicit declaration of function `MPI_Finalize'
Rmpi.c: In function `mpi_get_processor_name':
Rmpi.c:58: error: `MPI_MAX_PROCESSOR_NAME' undeclared (first use in this function)
Rmpi.c:59: warning: implicit declaration of function `MPI_Get_processor_name'
Rmpi.c: In function `mpi_any_source':
Rmpi.c:81: error: `MPI_ANY_SOURCE' undeclared (first use in this function)
Rmpi.c: In function `mpi_any_tag':
Rmpi.c:85: error: `MPI_ANY_TAG' undeclared (first use in this function)
Rmpi.c: In function `mpi_proc_null':
Rmpi.c:89: error: `MPI_PROC_NULL' undeclared (first use in this function)
Rmpi.c: In function `mpi_info_create':
Rmpi.c:93: warning: implicit declaration of function `MPI_Info_create'
Rmpi.c: In function `mpi_info_set':
Rmpi.c:97: warning: implicit declaration of function `MPI_Info_set'
Rmpi.c: In function `mpi_info_get':
Rmpi.c:104: warning: implicit declaration of function `MPI_Info_get'
Rmpi.c: In function `mpi_info_free':
Rmpi.c:112: warning: implicit declaration of function `MPI_Info_free'
Rmpi.c: In function `mpi_realloc_comm':
Rmpi.c:116: error: `MPI_Comm' undeclared (first use in this function)
Rmpi.c:116: error: parse error before ')' token
Rmpi.c:116: error: parse error before ')' token
Rmpi.c: In function `mpi_realloc_status':
Rmpi.c:121: error: `MPI_Status' undeclared (first use in this function)
Rmpi.c:121: error: parse error before ')' token
Rmpi.c:121: error: parse error before ')' token
Rmpi.c: In function `mpi_realloc_datatype':
Rmpi.c:126: error: `MPI_Datatype' undeclared (first use in this function)
Rmpi.c:126: error: parse error before ')' token
Rmpi.c:126: error: parse error before ')' token
Rmpi.c: In function `mpi_gather':
Rmpi.c:140: warning: implicit declaration of function `MPI_Gather'
Rmpi.c:140: error: `MPI_INT' undeclared (first use in this function)
Rmpi.c:144: error: `MPI_DOUBLE' undeclared (first use in this function)
Rmpi.c: In function `mpi_gatherv':
Rmpi.c:183: warning: implicit declaration of function `MPI_Comm_size'
Rmpi.c:184: warning: implicit declaration of function `MPI_Comm_rank'
Rmpi.c:194: warning: implicit declaration of function `MPI_Gatherv'
Rmpi.c:194: error: `MPI_INT' undeclared (first use in this function)
Rmpi.c:199: error: `MPI_DOUBLE' undeclared (first use in this function)
Rmpi.c: In function `mpi_scatter':
Rmpi.c:240: warning: implicit declaration of function `MPI_Scatter'
Rmpi.c:240: error: `MPI_INT' undeclared (first use in this function)
Rmpi.c:244: error: `MPI_DOUBLE' undeclared (first use in this function)
Rmpi.c: In function `mpi_scatterv':
Rmpi.c:295: warning: implicit declaration of function `MPI_Scatterv'
Rmpi.c:296: error: `MPI_INT' undeclared (first use in this function)
Rmpi.c:301: error: `MPI_DOUBLE' undeclared (first use in this function)
Rmpi.c: In function `mpi_allgather':
Rmpi.c:340: warning: implicit declaration of function `MPI_Allgather'
Rmpi.c:340: error: `MPI_INT' undeclared (first use in this function)
Rmpi.c:344: error: `MPI_DOUBLE' undeclared (first use in this function)
Rmpi.c: In function `mpi_allgatherv':
Rmpi.c:389: warning: implicit declaration of function `MPI_Allgatherv'
Rmpi.c:389: error: `MPI_INT' undeclared (first use in this function)
Rmpi.c:394: error: `MPI_DOUBLE' undeclared (first use in this function)
Rmpi.c: In function `mpi_bcast':
Rmpi.c:436: warning: implicit declaration of function `MPI_Bcast'
Rmpi.c:436: error: `MPI_INT' undeclared (first use in this function)
Rmpi.c:439: error: `MPI_DOUBLE' undeclared (first use in this function)
Rmpi.c:444: error: `MPI_CHAR' undeclared (first use in this function)
Rmpi.c:453: error: `MPI_SUCCESS' undeclared (first use in this function)
Rmpi.c:455: error: `MPI_MAX_ERROR_STRING' undeclared (first use in this function)
Rmpi.c:456: warning: implicit declaration of function `MPI_Error_string'
Rmpi.c:455: warning: unused variable `errmsg'
Rmpi.c: In function `mpi_send':
Rmpi.c:474: warning: implicit declaration of function `MPI_Send'
Rmpi.c:474: error: `MPI_INT' undeclared (first use in this function)
Rmpi.c:477: error: `MPI_DOUBLE' undeclared (first use in this function)
Rmpi.c:482: error: `MPI_CHAR' undeclared (first use in this function)
Rmpi.c: In function `mpi_recv':
Rmpi.c:506: warning: implicit declaration of function `MPI_Recv'
Rmpi.c:506: error: `MPI_INT' undeclared (first use in this function)
Rmpi.c:510: error: `MPI_DOUBLE' undeclared (first use in this function)
Rmpi.c:517: error: `MPI_CHAR' undeclared (first use in this function)
Rmpi.c: In function `mpi_reduce':
Rmpi.c:537: error: `MPI_Op' undeclared (first use in this function)
Rmpi.c:537: error: parse error before "op"
Rmpi.c:542: error: `op' undeclared (first use in this function)
Rmpi.c:542: error: `MPI_SUM' undeclared (first use in this function)
Rmpi.c:545: error: `MPI_PROD' undeclared (first use in this function)
Rmpi.c:548: error: `MPI_MAX' undeclared (first use in this function)
Rmpi.c:551: error: `MPI_MIN' undeclared (first use in this function)
Rmpi.c:554: error: `MPI_MAXLOC' undeclared (first use in this function)
Rmpi.c:557: error: `MPI_MINLOC' undeclared (first use in this function)
Rmpi.c:565: warning: implicit declaration of function `MPI_Reduce'
Rmpi.c:566: error: `MPI_INT' undeclared (first use in this function)
Rmpi.c:579: error: `MPI_2INT' undeclared (first use in this function)
Rmpi.c:587: error: `MPI_DOUBLE' undeclared (first use in this function)
Rmpi.c:600: error: `MPI_DOUBLE_INT' undeclared (first use in this function)
Rmpi.c: In function `mpi_allreduce':
Rmpi.c:623: error: `MPI_Op' undeclared (first use in this function)
Rmpi.c:623: error: parse error before "op"
Rmpi.c:628: error: `op' undeclared (first use in this function)
Rmpi.c:628: error: `MPI_SUM' undeclared (first use in this function)
Rmpi.c:631: error: `MPI_PROD' undeclared (first use in this function)
Rmpi.c:634: error: `MPI_MAX' undeclared (first use in this function)
Rmpi.c:637: error: `MPI_MIN' undeclared (first use in this function)
Rmpi.c:640: error: `MPI_MAXLOC' undeclared (first use in this function)
Rmpi.c:643: error: `MPI_MINLOC' undeclared (first use in this function)
Rmpi.c:652: warning: implicit declaration of function `MPI_Allreduce'
Rmpi.c:653: error: `MPI_INT' undeclared (first use in this function)
Rmpi.c:666: error: `MPI_2INT' undeclared (first use in this function)
Rmpi.c:674: error: `MPI_DOUBLE' undeclared (first use in this function)
Rmpi.c:687: error: `MPI_DOUBLE_INT' undeclared (first use in this function)
Rmpi.c: In function `mpi_probe':
Rmpi.c:704: warning: implicit declaration of function `MPI_Probe'
Rmpi.c: In function `mpi_get_count':
Rmpi.c:711: error: `MPI_Datatype' undeclared (first use in this function)
Rmpi.c:711: error: parse error before "datatype"
Rmpi.c:715: error: `MPI_INT' undeclared (first use in this function)
Rmpi.c:718: error: `MPI_DOUBLE' undeclared (first use in this function)
Rmpi.c:721: error: `MPI_CHAR' undeclared (first use in this function)
Rmpi.c:726: warning: implicit declaration of function `MPI_Get_count'
Rmpi.c: In function `mpi_get_sourcetag':
Rmpi.c:736: error: request for member `MPI_SOURCE' in something not a structure or union
Rmpi.c:737: error: request for member `MPI_TAG' in something not a structure or union
Rmpi.c: In function `mpi_barrier':
Rmpi.c:744: warning: implicit declaration of function `MPI_Barrier'
Rmpi.c: In function `mpi_comm_is_null':
Rmpi.c:748: error: `MPI_COMM_NULL' undeclared (first use in this function)
Rmpi.c: In function `mpi_comm_dup':
Rmpi.c:770: warning: implicit declaration of function `MPI_Comm_dup'
Rmpi.c:770: error: `MPI_COMM_WORLD' undeclared (first use in this function)
Rmpi.c: In function `mpi_comm_free':
Rmpi.c:778: warning: implicit declaration of function `MPI_Comm_free'
Rmpi.c: In function `mpi_abort':
Rmpi.c:784: warning: implicit declaration of function `MPI_Abort'
Rmpi.c:784: error: `MPI_COMM_WORLD' undeclared (first use in this function)
Rmpi.c: In function `mpi_comm_set_errhandler':
Rmpi.c:794: error: `MPI_ERRORS_RETURN' undeclared (first use in this function)
Rmpi.c: In function `mpi_comm_test_inter':
Rmpi.c:799: warning: implicit declaration of function `MPI_Comm_test_inter'
Rmpi.c: In function `mpi_intercomm_merge':
Rmpi.c:858: warning: implicit declaration of function `MPI_Intercomm_merge'
Rmpi.c: In function `mpi_comm_remote_size':
Rmpi.c:865: warning: implicit declaration of function `MPI_Comm_remote_size'
make[2]: *** [Rmpi.o] Error 1
make[1]: *** [srcDynlib] Error 2
make: *** [pkg-Rmpi] Error 2
*** Installation of Rmpi failed ***

installing R.css in d:/Rcompile/CRANpkg/check/1.8/Rmpi.Rcheck

* checking package directory ... OK
* checking for portable file names ... OK
* checking DESCRIPTION meta-information ... OK
* checking package dependencies ... OK
* checking index information ... OK
* checking package subdirectories ... OK
* checking R files for syntax errors ... OK
* checking R files for library.dynam ...Error: cannot open file 'd:/Rcompile/CRANpkg/check/1.8/Rmpi.Rcheck/Rmpi/R/Rmpi' for reading at d:\Rcompile\recent\R-1.8.1/bin/check line 864.

