Re: [Vala] Question about vala-gen-introspect?

2010-10-25 Thread Peng Huang
So currently it is impossible to let v-g-i to get meta info from annotation directly. And I have to create the metadata files by self. Right? On Tue, Oct 26, 2010 at 12:21 PM, Jonathan Ryan wrote: > http://live.gnome.org/Vala/Bindings > You can also use git to checkout the source code of vala an

Re: [Vala] Question about vala-gen-introspect?

2010-10-25 Thread Jonathan Ryan
http://live.gnome.org/Vala/Bindings You can also use git to checkout the source code of vala and check out the vapi/packages directories for examples of .metadata files for various projects. Jonathan Ryan On 10/25/2010 10:10 PM, Peng Huang wrote: Hello, I am a newbie of vala. I am writin

[Vala] Question about vala-gen-introspect?

2010-10-25 Thread Peng Huang
Hello, I am a newbie of vala. I am writing the vala binding for ibus project. I want to ask if vala-gen-introspect can support annotations in header files. Like use (transfer full) to mark the return value of function, to tell v-g-i, the function will transfer the ownership of the return object to

Re: [Vala] Vala Using Gnu Build Tools

2010-10-25 Thread Çağlar
Hi Andrea This is the *pkg-config --cflags --libs --modversion libsoup-2.4* output : 2.31.92 -pthread -I/usr/include/libsoup-2.4 -I/usr/include/libxml2 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -pthread -lsoup-2.4 -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt -lglib-2.0 2

Re: [Vala] Vala Using Gnu Build Tools

2010-10-25 Thread Andrea Del Signore
Hi, just to be really sure: have you rerun the autogen.sh script after the configure.ac change? What is the output of the pkg-config command? $ pkg-config --cflags --libs --modversion libsoup-2.4 This is what I get in my system: $ pkg-config --cflags --libs --modversion libsoup-2.4 2.30.2 -pthr

Re: [Vala] [ANNOUNCE] Vala 0.11.1 - Compiler for the GObject type system

2010-10-25 Thread Bob Hazard
>  * Add support for local constants. Thank you -- Sent from my Amiga ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] Bugs on packaging?

2010-10-25 Thread CaStarCo
Hello, i'm an Ubuntu useer and I use the Vala Team PPA [0] . The package vala-gen-project has a bug (not the code, but the package... yes). The bug consists on that ther is not declared the dependency on gnome-common, while the vala-gen-project needs it. I've tried to report a bug in the launchpad

[Vala] [ANNOUNCE] Vala 0.11.1 - Compiler for the GObject type system

2010-10-25 Thread Jürg Billeter
We are pleased to announce version 0.11.1 of Vala, a compiler for the GObject type system. Vala 0.11.1 is now available for download at: http://download.gnome.org/sources/vala/0.11/ This is a development release leading toward 0.12. Changes since 0.11.0 * Require and target GLib >= 2.16. *

Re: [Vala] Vala Using Gnu Build Tools

2010-10-25 Thread Çağlar
The development package is installed aready :) but I don't think It's about the dev package. The location of the header file is still there * /usr/include/libsoup-2.4/libsoup/soup.h * and the library files is still under /usr/lib/ * /usr/lib/libsoup-2.4.a /usr/lib/libsoup-2.4.so /usr/lib/libsoup-2

Re: [Vala] Vala Using Gnu Build Tools

2010-10-25 Thread pancake
Install libsoup-dev On Oct 24, 2010, at 11:48 PM, Çağlar wrote: Oww snap :S ... You are right, but I still take an error when I compiling main.c file I add the line to Makefile.am ${project-uppercase-make-name}_VALAFLAGS = --pkg gtk+-2.0 --pkg libsoup-2.4 And now The error comes from m