GNOME Bugzilla – Bug 762444
Don't check for C++ compiler
Last modified: 2017-01-24 13:18:46 UTC
CXX libgnome_shell_js_la-shell-js.lo ../libtool: line 1763: g++: command not found Makefile:2180: recipe for target 'libgnome_shell_js_la-shell-js.lo' failed make[4]: *** [libgnome_shell_js_la-shell-js.lo] Error 1 make[4]: *** Waiting for unfinished jobs.... Because libtool will use the C++ compiler to link the JavaScript library to the engine, we should check for it in configure.ac. This is likely an easy fix.
The reverse is now true. It checks for C++ but doesn't use it. Will attach a patch.
Created attachment 343647 [details] [review] build: Remove C++ check As it's not used any more.
Review of attachment 343647 [details] [review]: Might be good to point out that the last bit of c++ code was removed in commit ed99bef45841c407683cd7d353f0e2d364977261 .
Added a reference to the last commit using C++, thanks. Attachment 343647 [details] pushed as 7784bc0 - build: Remove C++ check