After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 136957 - gtkmm-2.3.5 needs doxygen to compile
gtkmm-2.3.5 needs doxygen to compile
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: build
2.4
Other other
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2004-03-12 05:18 UTC by Mike Castle
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Mike Castle 2004-03-12 05:18:17 UTC
Would be nice if doxygen wasn't necessary to compile and install.

gtk-doc is optional for packages, as a precedence.
Comment 1 Murray Cumming 2004-03-12 11:19:25 UTC
It should not be necessary when building from tarballs, because we
distribute the generated documentation. I will check
Comment 2 Mike Castle 2004-03-12 16:39:34 UTC
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.
Comment 3 Murray Cumming 2004-03-12 20:37:44 UTC
No, it was a bug in the makefile. It's fixed in cvs. Thanks for
reporting it.