GNOME Bugzilla – Bug 554586
Configure failed
Last modified: 2008-10-01 21:05:25 UTC
Please describe the problem: configure failed: ... /usr/share/automake-1.10/am/depend2.am: am__fastdepCXX does not appear in AM_CONDITIONAL /usr/share/automake-1.10/am/depend2.am: The usual way to define `am__fastdepCXX' is to add `AC_PROG_CXX' /usr/share/automake-1.10/am/depend2.am: to `configure.in' and run `aclocal' and `autoconf' again. src/Makefile.am: C++ source seen but `CXX' is undefined src/Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' src/Makefile.am: to `configure.in' and run `autoconf' again. src/intviewer/Makefile.am: C++ source seen but `CXX' is undefined src/intviewer/Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' src/intviewer/Makefile.am: to `configure.in' and run `autoconf' again. src/tags/Makefile.am: C++ source seen but `CXX' is undefined src/tags/Makefile.am: The usual way to define `CXX' is to add `AC_PROG_CXX' src/tags/Makefile.am: to `configure.in' and run `autoconf' again. ... Steps to reproduce: 1. ./autogen Actual results: Expected results: Does this happen every time? Other information:
Created attachment 119730 [details] [review] configure fix AC_PROG_CPP checks only the CPP preprocessor. Should use AC_PROG_CXX for C++ support.
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.