GNOME Bugzilla – Bug 136957
gtkmm-2.3.5 needs doxygen to compile
Last modified: 2004-12-22 21:47:04 UTC
Would be nice if doxygen wasn't necessary to compile and install. gtk-doc is optional for packages, as a precedence.
It should not be necessary when building from tarballs, because we distribute the generated documentation. I will check
Cool. Thanks. It *may* have something to do with how I build. Normally I try to build outside of srcdir (that is, builddir != srcdir), and I originally suspected that might be the issue. But when I reconfigure my build system to build gtkmm within srcdir, I get the same problem. However, it should be noted that in both cases it's calling configure like this: ../gtkmm-1.3.5/configure .... It may very well be that trying just: ./configure .... would work. I've not tried that yet.
No, it was a bug in the makefile. It's fixed in cvs. Thanks for reporting it.