[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [Vala] [ANNOUNCE] Vala 0.5.2 - Compiler for the GObject type system
- From: "Alexander Bokovoy" <ab altlinux org>
- To: vala-list gnome org
- Subject: Re: [Vala] [ANNOUNCE] Vala 0.5.2 - Compiler for the GObject type system
- Date: Tue, 2 Dec 2008 01:24:08 +0300
On Mon, Dec 1, 2008 at 11:56 PM, Jürg Billeter <j bitron ch> wrote:
> We are pleased to announce version 0.5.2 of Vala, a compiler for the
> GObject type system.
>
> Vala 0.5.2 is now available for download at:
> http://download.gnome.org/sources/vala/0.5/
'make check' fails for all tests on gcc 4.3 and recent binutils
(2.18.50.0.9 at least) due to enhanced linking heuristics: all
undefined symbols are checked once at providers specified after the
object modules they are referenced.
--
/ Alexander Bokovoy
diff --git a/tests/testrunner.sh b/tests/testrunner.sh
index 37c0cb8..b68b0e9 100755
--- a/tests/testrunner.sh
+++ b/tests/testrunner.sh
@@ -58,7 +58,7 @@ function sourceheader() {
function sourceend() {
if [ -n "$PROGRAM" ]; then
echo "$VALAC $(echo $PACKAGES | xargs -n 1 -r echo --pkg) -C $SOURCEFILE" >> build
- echo "$CC $CFLAGS $LDLIBS \$(pkg-config --cflags --libs glib-2.0 gobject-2.0 $PACKAGES) -o $PROGRAM$EXEEXT $PROGRAM.c" >> build
+ echo "$CC $CFLAGS -o $PROGRAM$EXEEXT $PROGRAM.c \$(pkg-config --cflags --libs glib-2.0 gobject-2.0 $PACKAGES) $LDLIBS" >> build
echo "./$PROGRAM$EXEEXT" > check
fi
}
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]