SAMBA_2_2 CVS as of now: Compile Errors in libsmb/clierror.c

Tobias Burnus tobias.burnus at physik.fu-berlin.de
Tue Feb 5 16:51:22 GMT 2002


Hi,

I get compile errors in libsmb/clierror.c:
*****************************************************
Compiling libsmb/clirap.c
Compiling libsmb/clierror.c
cc: Error: libsmb/clierror.c, line 185: In the initializer for
nt_errno_map[0].status.v, "NTSTATUS" is a struct type, which is not
scalar. (needscalartyp)
        {NT_STATUS_ACCESS_VIOLATION, EACCES},
---------^
cc: Error: libsmb/clierror.c, line 186: In the initializer for
nt_errno_map[1].status.v, "NTSTATUS" is a struct type, which is not
scalar. (needscalartyp)
        {NT_STATUS_NO_SUCH_FILE, ENOENT},
---------^
cc: Error: libsmb/clierror.c, line 187: In the initializer for
nt_errno_map[2].status.v, "NTSTATUS" is a struct type, which is not
scalar. (needscalartyp)
        {NT_STATUS_NO_SUCH_DEVICE, ENODEV},
---------^
cc: Error: libsmb/clierror.c, line 188: In the initializer for
nt_errno_map[3].status.v, "NTSTATUS" is a struct type, which is not
scalar. (needscalartyp)
        {NT_STATUS_INVALID_HANDLE, EBADF},
---------^
********************************

This is on Tru64 Unix 5.1 with the Compaq compiler.

With warm regards,

Tobias





More information about the samba-technical mailing list