[Vala] valac -v

2009-10-13 Thread bb
I would like an option -v as in use in most other compilers very much. Regards bb ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] valac -v

2009-10-13 Thread David Keijser
On Tue, 2009-10-13 at 15:57 +0200, bb wrote: > I would like an option -v as in use in most other compilers very much. > > Regards bb > ___ > Vala-list mailing list > Vala-list@gnome.org > http://mail.gnome.org/mailman/listinfo/vala-list That does what?

[Vala] vala bug?

2009-10-13 Thread bb
Some problems compiling vala. ./configure - is ok. make - is ok make check: Very, very many errors concerning DBUS in different combinations and at the end [...] /home/bb/vala/vala-0.7.7/tests/_test/main.c:14753: error: ‘DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER’ undeclared (first use in this fun

Re: [Vala] vala bug?

2009-10-13 Thread Frederik
bb wrote: > ‘DBUS_REQUEST_NAME_REPLY_PRIMARY_OWNER’ undeclared (first use in this > function) > > Is there any solution? Have you installed packages libdbus-1-dev libdbus-glib-1-dev ? Best regards, Frederik ___ Vala-list mailing list Vala-list@gno

Re: [Vala] vala bug?

2009-10-13 Thread Frederik
bb wrote: > To conclude: I got running vala under 64 bit ubuntu 9.4 successfully, > but not under 64 bit debian lenny. > main.c:(.text+0x13e28): undefined reference to `g_set_error_literal' Seems like your version of GLib is too old: http://packages.debian.org/lenny/libglib2.0-dev Version 2.16.6

Re: [Vala] vala bug?

2009-10-13 Thread Quikee
On Tue, Oct 13, 2009 at 5:42 PM, Frederik wrote: > bb wrote: >> To conclude: I got running vala under 64 bit ubuntu 9.4 successfully, >> but not under 64 bit debian lenny. > >> main.c:(.text+0x13e28): undefined reference to `g_set_error_literal' > > Seems like your version of GLib is too old: > >

Re: [Vala] vala bug?

2009-10-13 Thread Frederik
Quikee wrote: > If this is true then it should be a bug in Vala. According to Vala > page minimal GLib version required is 2.12. :) Well, it seems to be only in the "make check" test for D-Bus. The Vala compiler itself seems to have compiled successfully. Best regard, Frederik __

Re: [Vala] vala bug?

2009-10-13 Thread Jan Hudec
On Tue, Oct 13, 2009 at 18:32:53 +0200, Frederik wrote: > Quikee wrote: > > If this is true then it should be a bug in Vala. According to Vala > > page minimal GLib version required is 2.12. :) > > Well, it seems to be only in the "make check" test for D-Bus. The Vala > compiler itself seems to ha

Re: [Vala] vala bug?

2009-10-13 Thread Frederik
bb wrote: > debian:/home/bb/vala# valac --version > valac: error while loading shared libraries: libvala.so.0: cannot open > shared object file: No such file or directory > debian:/home/bb/vala# Have you done $ make install and maybe $ ldconfig as super user? Best regards, Frederik ___

Re: [Vala] vala bug?

2009-10-13 Thread Frederik
bb wrote: > debian:/home/bb/vala/vala-0.7.7# ldconfig > ldconfig: Es ist nicht möglich, von > »/usr/local/lib//usr/local/lib/libiovmall.so« nach »libiovmall.so« zu > linken > debian:/home/bb/vala/vala-0.7.7# > > That means something like It is impossible to link > »/usr/local/lib//usr/local/lib/li

[Vala] [PATCH] add bindings for g_ascii_strtoull

2009-10-13 Thread Philipp Zabel
Hi, I'm missing to_uint64 from the glib-2.0 string bindings. regards Philipp diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index eaea833..8f603f0 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -921,6 +921,8 @@ public class string { public ulong to_ulong (out weak stri

Re: [Vala] [PATCH] add bindings for g_ascii_strtoull

2009-10-13 Thread Jaap A. Haitsma
Hi Philipp, Thanks for the patch. I pushed it to git. In the future can you put patches as an attachment in bugzilla. With pasting it in an email it looses formatting and results in more work to apply it Thanks Jaap On Tue, Oct 13, 2009 at 21:10, Philipp Zabel wrote: > Hi, > > I'm missing to_

Re: [Vala] LibChamplain bindings

2009-10-13 Thread Quikee
Hi, I added libchamplain bindings to bugzilla: https://bugzilla.gnome.org/show_bug.cgi?id=598325 regards, Tomaž ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] [PATCH] gtk-clutter-0.10 bindings

2009-10-13 Thread Quikee
On Mon, Sep 14, 2009 at 11:50 AM, Gordon Allott wrote: > On Mon, 2009-09-14 at 11:46 +0200, Jürg Billeter wrote: >> Thanks for the patch. As you've generated them using vapigen, would you >> mind also adding the .gi and .metadata files? >> >> Jürg >> > > Sure of course > > Gord, > > -- > Gordon Al