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 635164 - ./configure fails with error: conditional "am__fastdepCXX" was never defined.
./configure fails with error: conditional "am__fastdepCXX" was never defined.
Status: RESOLVED NOTGNOME
Product: gnome-games-superseded
Classification: Deprecated
Component: general
2.32.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-games-general-maint
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-18 10:25 UTC by Pacho Ramos
Modified: 2012-11-14 01:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
config.log (83.59 KB, text/plain)
2010-11-18 10:25 UTC, Pacho Ramos
Details

Description Pacho Ramos 2010-11-18 10:25:51 UTC
Created attachment 174760 [details]
config.log

I am able to reproduce compiling from upstream unpacked sources:

$ ./configure --enable-sound --disable-introspection --with-scores-group=games --with-platform=gnome --with-card-theme-formats=svg,fixed --with-smclient --with-gtk=2.0 --enable-omitgames=none,swell-foop,lightsoff,quadrapassel,gnibbles
[...]

checking for gobject-introspection... no (disabled, use --enable-introspection to enable)
configure: error: conditional "am__fastdepCXX" was never defined.
Usually this means the macro was only invoked conditionally.

Thanks for solving this
Comment 1 Pacho Ramos 2010-12-16 19:14:05 UTC
Any news on this? Any tip or test I could do for helping on getting this solved? Thanks
Comment 2 Christian Persch 2011-02-25 17:43:30 UTC
Probably some automake problem from invoking AC_PROG_CXX only when needed. (Note that it's AC_, not AM_, so it's really automake's problem if it can't cope with that.)

Suggest NOTGNOME.