Valama / valama

Next generation Vala IDE
GNU General Public License v3.0
206 stars 35 forks source link

recipe for target 'vala.stamp' failed #248

Open robertsanseries opened 7 years ago

robertsanseries commented 7 years ago

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

smx-smx commented 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