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 140256 - glibmm wont build without doxygen
glibmm wont build without doxygen
Status: RESOLVED FIXED
Product: glibmm
Classification: Bindings
Component: build
2.4.x
Other Linux
: Normal normal
: ---
Assigned To: gtkmm-forge
gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2004-04-16 13:32 UTC by Nick Hudson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Nick Hudson 2004-04-16 13:32:03 UTC
I have rebuilt the package several times using the configure flags
--disable-full-docs and for the heck of it --disable-doxygen and both dont work
as the compile breaks when its building documentation, looking for doxygen and
cant find it.  Here is the following error I get:

make[3]: Entering directory `/usr/src/glibmm-2.4.0/docs/reference'
rm -rf html
image_path=""; \
dir="`pkg-config --silence-errors --variable=prefix
gtk+-2.0`/share/gtk-doc/html/gtk"; \
test -d "$dir" && image_path="$dir"; \
dir="../../../gtk+/gtk/stock-icons"; \
test -d "$dir" && image_path="$image_path $dir"; \
DOXYGEN_IMAGE_PATH="${DOXYGEN_IMAGE_PATH:=$image_path}" doxygen Doxyfile
/bin/sh: line 1: doxygen: command not found
make[3]: *** [html/index.html] Error 127
make[3]: Leaving directory `/usr/src/glibmm-2.4.0/docs/reference'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/src/glibmm-2.4.0/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/glibmm-2.4.0'
make: *** [all] Error 2
Comment 1 Murray Cumming 2004-04-17 13:45:15 UTC
Thanks. I think I have fixed this in cvs.