Displaying 2 results from an estimated 2 matches for "rpc_lsarpc_init".
2017 Jun 05
3
Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...from ../source4/heimdal_build/config.h:9:0,
from ../lib/tevent/../replace/replace.h:32,
from ../source3/include/includes.h:23,
from ../source3/rpc_server/rpc_service_setup.c:22:
default/include/config.h:962:41: error: conflicting types for
'rpc_lsarpc_init'
#define static_decl_rpc extern NTSTATUS rpc_lsarpc_init(void); extern
NTSTATUS rpc_winreg_init(void); extern NTSTATUS
rpc_initshutdown_init(void); extern NTSTATUS rpc_dssetup_init(void);
extern NTSTATUS rpc_wkssvc_init(void); extern NTSTATUS
rpc_svcctl_init(void); extern NTSTATUS rpc_nts...
2017 Jun 08
0
2nd try: Lots of RPC-related compile errors (conflicting types, too many arguments, ...) trying to update Samba from 3.5 to 4.6
...l_build/config.h:9:0,
> from ../lib/tevent/../replace/replace.h:32,
> from ../source3/include/includes.h:23,
> from ../source3/rpc_server/rpc_service_setup.c:22:
> default/include/config.h:962:41: error: conflicting types for
> 'rpc_lsarpc_init'
> #define static_decl_rpc extern NTSTATUS rpc_lsarpc_init(void); extern
> NTSTATUS rpc_winreg_init(void); extern NTSTATUS
> rpc_initshutdown_init(void); extern NTSTATUS rpc_dssetup_init(void);
> extern NTSTATUS rpc_wkssvc_init(void); extern NTSTATUS
> rpc_svcctl_init(void);...