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

Volker Lendecke Volker.Lendecke at SerNet.DE
Mon Feb 24 02:48:41 MST 2014


On Sun, Feb 23, 2014 at 05:38:09PM -0800, Richard Sharpe wrote:
> 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?

In these cases I always try a "git clean -dxf". Would that
help for you?

Volker

-- 
SerNet GmbH, Bahnhofsallee 1b, 37081 Göttingen
phone: +49-551-370000-0, fax: +49-551-370000-9
AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
http://www.sernet.de, mailto:kontakt at sernet.de


More information about the samba-technical mailing list