On Tue, Mar 30, 2021 at 04:52:06PM +0200, Martin Kletzander wrote: > Signed-off-by: Martin Kletzander <[email protected]> > --- > generator/Makefile.am | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/generator/Makefile.am b/generator/Makefile.am > index 594d23cf53fa..65935e6e330f 100644 > --- a/generator/Makefile.am > +++ b/generator/Makefile.am > @@ -96,6 +96,7 @@ stamp-generator: > echo "Source files are missing from your build."; \ > echo; \ > echo "Install the OCaml bytecode compiler (the program called > ‘ocamlc’)"; \ > + echo "and OCaml findlib (program called ocamlfind)"; \
This shouldn't be necessary since I added this fix: https://gitlab.com/nbdkit/libnbd/-/commit/dae04165c35f45bc0d63abebf05a1d9889298dc3 The other patch is fine. Rich. > echo "and rerun ./configure && make"; \ > echo; \ > echo " *** *** ***"; \ > -- > 2.31.1 > > _______________________________________________ > Libguestfs mailing list > [email protected] > https://listman.redhat.com/mailman/listinfo/libguestfs -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top _______________________________________________ Libguestfs mailing list [email protected] https://listman.redhat.com/mailman/listinfo/libguestfs
