On Sun, 26 Jun 2016 12:44:59 -0500, Ranjan Maitra wrote:
Revisit the build output and look for a real error message from the compiler, not these that Make prints.
Where is this build output? I get the following complete output when I use:
Here:
../src/core/Main.cc:84:35: error: invalid suffix on literal; C++11 requires a space between literal and string macro [-Werror=literal-suffix] command = PACKAGE_NAME" "DEFAULT_ARGV;
And the line above that is the full invocation of the compiler.