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 554586 - Configure failed
Configure failed
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: buildsystem
1.2.x
Other All
: Normal major
: 1.2.8
Assigned To: epiotr
epiotr
Depends on:
Blocks:
 
 
Reported: 2008-10-01 16:25 UTC by Yuriy Penkin
Modified: 2008-10-01 21:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure fix (282 bytes, patch)
2008-10-01 16:50 UTC, Yuriy Penkin
none Details | Review

Description Yuriy Penkin 2008-10-01 16:25:07 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:
Comment 1 Yuriy Penkin 2008-10-01 16:50:05 UTC
Created attachment 119730 [details] [review]
configure fix

AC_PROG_CPP checks only the CPP preprocessor. Should use AC_PROG_CXX for C++ support.
Comment 2 epiotr 2008-10-01 21:05:25 UTC
This problem has been fixed in our software repository. The fix will go into the next software release. Thank you for your bug report.