GNOME Bugzilla – Bug 635164
./configure fails with error: conditional "am__fastdepCXX" was never defined.
Last modified: 2012-11-14 01:25:34 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
Any news on this? Any tip or test I could do for helping on getting this solved? Thanks
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.