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 586700 - aclocal fails
aclocal fails
Status: RESOLVED FIXED
Product: gtkmm
Classification: Bindings
Component: documentation
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkmm-forge
Depends on:
Blocks:
 
 
Reported: 2009-06-22 22:45 UTC by Stas Sergeev
Modified: 2009-06-25 09:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the fix (339 bytes, patch)
2009-06-22 22:46 UTC, Stas Sergeev
none Details | Review

Description Stas Sergeev 2009-06-22 22:45:09 UTC
Please describe the problem:
Current svn code of gttmm-documentation cannot be compiled
because aclocal fails with this message:
---
configure.in:131: error: m4_require: circular dependency of AC_LANG_COMPILER(C++)
---


Steps to reproduce:
1. svn up
2. ./autogen.sh

Actual results:
Error message

Expected results:
No error message

Does this happen every time?
Yep

Other information:
The fix is to include AC_PROG_CXX.
The patch is attached.
Comment 1 Stas Sergeev 2009-06-22 22:46:14 UTC
Created attachment 137215 [details] [review]
the fix

add AC_PROG_CXX
Comment 2 Murray Cumming 2009-06-23 07:45:58 UTC
I have seen that same error on another module myself. I don't understand why this fixes it, but I'm glad if it does. I'll apply it later today when I am at my other PC.
Comment 3 Murray Cumming 2009-06-25 09:44:17 UTC
Applied. Thanks. Please patch the ChangeLog in future.