On Fri, 2015-05-29 at 08:06 -0400, Dave Phillips wrote:
Greetings,
The error and repair attached below come from my attempts to build
gmidimonitor on Fedora 19. As you can see, gcc is not what's required to
complete the build, but waf's cprogram calls gcc, not g++. Alas, I can't
find much information about the cprogram directive, and I'm always out
of my depths when C++ is involved.
Before anyone decides it's an "old code" issue, be advised that I have
to perform the same operation on the latest git pulls of xjadeo.
I'd like to know if there's a global solution, or at least a
compile-time export I can use to resolve the problem.
Use cxxprogram for c++, not cprogram
--
dr