* Richard W.M. Jones:
> - Building bindings for multiple Python versions. I have just
done this
> for hivex, it is probably going to be an issue being able build with
> $(builddir) != $(srcdir).
We tried this once. It's phenomenally hard to do for libguestfs
because there are so many parts, particularly the odd bindings like
PHP.
I think I got things working for everything except PHP and Haskell.
(I didn't try too hard for those, though.)
One note is that the generator creates its generated files in the
$(srcdir).
I had noticed that. I'll post patches after I have done some more
testing.
-Hilko