Open robertsanseries opened 7 years ago
Open CMakeLists.txt and search for
set(default_vala_flags
you should see something like this
set(default_vala_flags
"--thread"
"--target-glib" "${GLIB2.0_VERSION}"
"--fatal-warnings"
)
Remove the fatal-warnings line and it should build
Log Terminal: Compilation failed: 0 error(s), 159 warning(s) CMakeFiles/valama.dir/build.make:237: recipe for target 'vala.stamp' failed make[2]: [vala.stamp] Error 1 make[2]: Leaving directory '/home/robertsanseries/elementary-apps/valama/build' CMakeFiles/Makefile2:72: recipe for target 'CMakeFiles/valama.dir/all' failed make[1]: [CMakeFiles/valama.dir/all] Error 2 make[1]: Leaving directory '/home/robertsanseries/elementary-apps/valama/build' Makefile:130: recipe for target 'all' failed make: *** [all] Error 2