Displaying 2 results from an estimated 2 matches for "virnetsaslcontext".
2015 Oct 07
2
Libvirt fails to build with sasl
Description of problem:
I try to build a libvirt package for the IPFire project
(http://www.ipfire.org/).
Without sasl libvirt build fine but with sasl libvirt fails to build
with the following message:
CC rpc/libvirt_net_rpc_la-virnetsaslcontext.lo
In file included from rpc/virnetsaslcontext.h:25,
from rpc/virnetsaslcontext.c:26:
/usr/include/sasl/sasl.h:230: error: expected declaration specifiers
or '...' before 'size_t'
Makefile:7023: recipe for target
'rpc/libvirt_net_rpc_la-virnetsaslcontext.lo'...
2015 Oct 08
0
Re: Libvirt fails to build with sasl
...0, Jonny Schlag wrote:
> Description of problem:
>
> I try to build a libvirt package for the IPFire project
> (http://www.ipfire.org/).
> Without sasl libvirt build fine but with sasl libvirt fails to build
> with the following message:
>
> CC rpc/libvirt_net_rpc_la-virnetsaslcontext.lo
> In file included from rpc/virnetsaslcontext.h:25,
> from rpc/virnetsaslcontext.c:26:
> /usr/include/sasl/sasl.h:230: error: expected declaration specifiers
> or '...' before 'size_t'
> Makefile:7023: recipe for target
Hmm, that's peculiar -...