search for: 77a1e986cd

Displaying 3 results from an estimated 3 matches for "77a1e986cd".

2020 Jan 13
4
[PATCH] Link .mli files corresponding to autorgenerated .ml files into builddir
...Error: Files std_utils.cmo and guestfs_config.cmo | make inconsistent assumptions over interface Guestfs_config | make[4]: *** [Makefile:2580: mlstdutils.cma] Error 2 `---- --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index 5f8310a640..77a1e986cd 100644 --- a/configure.ac +++ b/configure.ac @@ -353,6 +353,10 @@ AC_CONFIG_FILES([Makefile tools/Makefile website/index.html]) +AC_CONFIG_LINKS([common/mlstdutils/guestfs_config.mli:common/mlstdutils/guestfs_config.mli + daemon/daemon_config.ml...
2020 Jan 14
0
Re: [PATCH] Link .mli files corresponding to autorgenerated .ml files into builddir
....cmo > | make inconsistent assumptions over interface Guestfs_config > | make[4]: *** [Makefile:2580: mlstdutils.cma] Error 2 > `---- > --- > configure.ac | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/configure.ac b/configure.ac > index 5f8310a640..77a1e986cd 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -353,6 +353,10 @@ AC_CONFIG_FILES([Makefile > tools/Makefile > website/index.html]) > > +AC_CONFIG_LINKS([common/mlstdutils/guestfs_config.mli:common/mlstdutils/guestfs_config.mli > +...
2020 Jan 14
0
Re: [PATCH] Link .mli files corresponding to autorgenerated .ml files into builddir
....cmo > | make inconsistent assumptions over interface Guestfs_config > | make[4]: *** [Makefile:2580: mlstdutils.cma] Error 2 > `---- > --- > configure.ac | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/configure.ac b/configure.ac > index 5f8310a640..77a1e986cd 100644 > --- a/configure.ac > +++ b/configure.ac > @@ -353,6 +353,10 @@ AC_CONFIG_FILES([Makefile > tools/Makefile > website/index.html]) > > +AC_CONFIG_LINKS([common/mlstdutils/guestfs_config.mli:common/mlstdutils/guestfs_config.mli > +...