Open mMerlin opened 6 years ago
can confirm. migrating to the new gtkdoc build magic is a bit of work :/
Just came across this same issue. For most packages, I can simple flip a switch in their configure.ac then autoreconf will magically create a compatible gtk-doc build, but in the case of libgphoto2, the build process is hardcoded in DocRules.am :/
For reference, this is what I usually do in other packages: https://developer.gnome.org/gtk-doc-manual/stable/settingup_autoconf.html.en
I tried around with this already, need to find a bit more patience to fiddle this in :/
I am having a issue with "Could not claim the USB device" for a couple of different Canon EOS cameras.
Research says that the latest version of libgphoto2 might fix the problem. Trying to build that from github sources on a Fedora 27 box:
I tried building it Using
figuring to do an everything build. That fails with
Researching that found https://bugs.archlinux.org/task/55210 then https://github.com/GNOME/gtk-doc/commit/46df4354abed5724697fd5e39630c5bbc6637cc4
It seems that recent gtkdoc installations do not include gtkdoc-mktmpl any more. Removing the
templates
references from doc/Makefile got past that problem.Now get the following, so the trivial fix was not enough.
For my real purposes, I can just remove the "--enable-docs" option. But this should be fixed sometime.