GNOME Bugzilla – Bug 756198
Needs support for vala 0.30
Last modified: 2015-10-17 09:11:44 UTC
The default vala version for GNOME 3.18 is 0.30 [1] but the latest version anjuta 3.18 supports is 0.28. From a quick test build it seems sufficient to simply add 0.30 to configure.ac: diff --git a/configure.ac b/configure.ac index e4ed0bd..3681235 100644 --- a/configure.ac +++ b/configure.ac @@ -329,7 +329,7 @@ if test "$user_disabled_vala" = 1; then else AC_MSG_RESULT(no) AC_MSG_CHECKING(if libvala is available) - m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28]], + m4_foreach([VERSION], [[0.18], [0.20], [0.22], [0.24], [0.26], [0.28], [0.30]], [PKG_CHECK_EXISTS([ libvala-VERSION ], [ valaver="-VERSION" ]) ]) [1] https://download.gnome.org/core/3.18/3.18.0/sources/vala-0.30.0.tar.xz
Thanks. commit 65bc899803b9ee7b15cab8593710e66c9d55e66b Author: Michael Biebl <mbiebl@gmail.com> Date: Sat Oct 17 09:46:44 2015 +0100 build: bgo#756198 - Needs support for vala 0.30