This error:

2>c:\users\mshefty\src\ofw\gen1\trunk\ulp\librdmacm\src\cma_main.cpp(1107) : 
error C2375: 'WSPStartup' : redefinition; different linkage

can be removed by changing:

> +__declspec(dllexport)

to

__control_entrypoint(DllExport)

> +__checkReturn
> +int
> +WSPAPI
> +WSPStartup(
> +    __in WORD wVersion,
> +    __in LPWSPDATA lpWSPData,
> +    __in LPWSAPROTOCOL_INFOW lpProtocolInfo,
> +    __in WSPUPCALLTABLE UpCallTable,
> +    __out LPWSPPROC_TABLE lpProcTable
> +    )

I haven't found the fix for osmtest and gettimeofday yet, because I don't see 
where that error comes from.

- Sean
_______________________________________________
ofw mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw

Reply via email to