"Richard W.M. Jones" <rjones(a)redhat.com> wrote:
Jim, I also needed the attached patch, and then I had to do this:
cd docs/examples && ./index.py
...
-LDADDS = @STATIC_BINARIES@ $(WARN_CFLAGS)
$(top_builddir)/src/libvirt.la
+LDADDS = @STATIC_BINARIES@ $(WARN_CFLAGS) $(top_builddir)/src/libvirt.la \\
+ $(top_builddir)/gnulib/lib/libgnu.la
Hi Rich,
I don't seem to need it. I.e., ./index.py works fine without it:
$ ./index.py
loading ../libvirt-api.xml
Parsing info1.c
Parsing suspend.c
If you could give me details of why you needed it,
I'd feel better about applying it.