make error on DEC OSF-5.1 (ALPHA SERVER)

Adharsh Praveen rprav at india.hp.com
Tue Aug 31 12:54:19 GMT 2004


A simple work around for this problem  -  change the name of the
declaration "audit_lock" in modules/vfs_full_audit.c to "smb_audit_lock"
so that there is no conflict for the name.


Diffs

---------------------------------------------------------------

# diff vfs_full_audit.c.org vfs_full_audit.c
140c140
< static BOOL audit_lock(vfs_handle_struct *handle, files_struct *fsp,
int fd,
---
> static BOOL smb_audit_lock(vfs_handle_struct *handle, files_struct
*fsp, int fd,
360c360
<       {SMB_VFS_OP(audit_lock),        SMB_VFS_OP_LOCK,
---
>       {SMB_VFS_OP(smb_audit_lock),    SMB_VFS_OP_LOCK,
1116c1116
< static BOOL audit_lock(vfs_handle_struct *handle, files_struct *fsp,
int fd,
---
> static BOOL smb_audit_lock(vfs_handle_struct *handle, files_struct
*fsp, int fd,

---------------------------------------------------

cheers,
adharsh


On Mon, 2004-08-30 at 18:24, Vlad wrote:
> Hello samba-technical,
> 
>   Could you help with error at installation 3.0.6 on OSF Tru64-5.1A (ALPHA
>   SERVER).
>   1. ./configure --with-included-popt  -------  OK
>   2. /.make 2>&1 | tee make.my.log     -------  ERROR
> 
> see attach (make.my.log)




More information about the samba-technical mailing list