On Wed, Sep 3, 2008 at 8:41 PM, Richard W.M. Jones <rjones(a)redhat.com> wrote:
On Wed, Sep 03, 2008 at 01:00:52PM +0900, Jun Koi wrote:
> Is it really true that qemud/remote_protocol.{c,h} are created by
> rpcgen? If so, why dont we have them created at compile time? I still
> see them in the source code.
The reason is that only Linux glibc rpcgen can generate them
correctly. rpcgen on other systems usually lacks some feature or
other, commonly 64 bit types.
> I modified remote_protocol.x a bit, and when recompiling,
> remote_protocol.{c,h} are not reflected at all. So it is expected that
> developers must recompile with rpcgen themself??
No, that should rebuild. Make sure you're using the CVS version
of libvirt though.
I patched version 0.4.4 and it doesnt automatically rebuild
remote_protocol.c for me. So it is fixed in CVS already? Great!
Thanks,
Jun