On Thu, Jul 02, 2009 at 01:32:01PM +0200, Jim Meyering wrote:
Hi Rich,
I've just pulled the latest, and then ran this:
git clean -x -d -f && ./autogen.sh
First problem was this:
*** No rule to make target `guestfs-structs.h'
I worked around it with the patch below,
That patch is fine, +1.
but then got this:
libtool: link: CURRENT `' must be a nonnegative integer libtool: link: `:0:' is not valid version information make[3]: *** [libguestfs.la] Error 1
This should be fixed by this commit:
http://git.et.redhat.com/?p=libguestfs.git;a=commitdiff;h=cf61715fa7f8dcf644...
Rich.