Latest samba-master refuses to build with waf on Fedora 19 or so?

Richard Sharpe realrichardsharpe at gmail.com
Sun Feb 23 18:38:09 MST 2014


Hi folks,

I did a:

git fetch; git pull --rebase

and then ./builtools/bin/waf configure; ./buildtools/bin/waf and get
the following:

../source3/rpc_client/cli_pipe.c:1277:75: error: invalid application
of ‘sizeof’ to incomplete type ‘struct
dcerpc_sec_verification_trailer’
  t = talloc_zero(state, struct dcerpc_sec_verification_trailer);
                                                                           ^
../source3/rpc_client/cli_pipe.c:1283:4: error: dereferencing pointer
to incomplete type
   t->commands = talloc_realloc(t, t->commands,
    ^
../source3/rpc_client/cli_pipe.c:1283:67: error: dereferencing pointer
to incomplete type
   t->commands = talloc_realloc(t, t->commands,
                                                                   ^
../source3/rpc_client/cli_pipe.c:1283:86: error: invalid application
of ‘sizeof’ to incomplete type ‘struct dcerpc_sec_vt’
   t->commands = talloc_realloc(t, t->commands,

               ^
What have I done wrong?

-- 
Regards,
Richard Sharpe
(何以解憂?唯有杜康。--曹操)


More information about the samba-technical mailing list