On 05/08/2012 01:14 AM, Richard W.M. Jones wrote:
On Mon, May 07, 2012 at 05:34:45PM +0800, Wanlong Gao wrote:
> Hi Rich,
>
> A compiling error occurs here,
> ?nodesize:int -> ?sectorsize:int -> string array -> unit
[...]
> ?nodesize:int -> ?sectorsize:int -> string -> unit
We changed the mkfs_btrfs definition so that it takes a list of
devices instead of a single device (commit 3cc9703f9). However I
don't know why the file above isn't being regenerated. Both
'guestfs.mli' and 'guestfs.ml' are listed as 'generator_built'
in
'ocaml/Makefile.am', so they should get rebuilt.
Perhaps rerun the generator by hand?
Actually, I did "make -C ocaml/ clean" then it went well .
Thanks,
Wanlong Gao
Rich.