After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 756198 - Needs support for vala 0.30
Needs support for vala 0.30
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: language-support-vala
3.18.x
Other Linux
: Normal normal
: ---
Assigned To: Abderrahim Kitouni
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2015-10-07 17:28 UTC by Michael Biebl
Modified: 2015-10-17 09:11 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Michael Biebl 2015-10-07 17:28:25 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
Comment 1 Abderrahim Kitouni 2015-10-17 09:11:44 UTC
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