Actually, check that - it seems to be building under Linux (my build
broke in some other area where I am working, but not here).
However, it does not build on the Mac.
Any suggestions?
Ralph
On Jan 28, 2009, at 12:19 PM, Ralph Castain wrote:
> Hi folks
>
> I believe a recent commit has broken the trunk - I am unable to
> compile it on either Linux or Mac:
>
> In file included from convertor_raw.c:24:
> ../../ompi/datatype/datatype_pack.h: In function
> pack_predefined_data:
> ../../ompi/datatype/datatype_pack.h:41: error: implicit declaration
> of function MEMCPY_CSUM
> convertor_raw.c: In function ompi_convertor_raw:
> convertor_raw.c:60: warning: format %p expects type void *, but
> argument 4 has type struct iovec *
> convertor_raw.c:60: warning: format %lu expects type long
> unsigned int, but argument 5 has type unsigned int
> convertor_raw.c:60: warning: format %p expects type void *, but
> argument 6 has type long unsigned int
> convertor_raw.c:87: warning: comparison between signed and unsigned
> make[2]: *** [convertor_raw.lo] Error 1
> make[2]: *** Waiting for unfinished jobs....
> make[1]: *** [all-recursive] Error 1
> make: *** [all-recursive] Error 1
>
> Perhaps an include file is missing?
>
> Thanks
> Ralph
>
|