[Vala] ValaSwig 0.1

2010-03-12 Thread pancake
Today I have released valaswig 0.1 Check the source at: http://radare.org/get/valaswig-0.1.tar.gz ValaSwig is a tool written in Vala that translates vapi files into swig .i interfaces. These interfaces can then be used to generate bindings for python, perl, ruby and lua. The thing is that

[Vala] Fwd: Building a build tool

2010-03-12 Thread Andrés G. Aragoneses
Hey Phil, would this tool cover only vala projects or any other project which right now uses autotools could be migrated to this? Recently a new blog post was published on p.g.o announcing yet another build tool [1], I wonder if you can join efforts with that guy (I know he's proposing python,

[Vala] Can't compile ValaIde from source...

2010-03-12 Thread Arkadi Viner
When I try to compile ValaIDE from source, It writes me: ark...@arkadi-laptop:~/Projects/valide-0.6.1$ ./waf configure Checking for program gcc : ok /usr/bin/gcc Checking for program cpp : ok /usr/bin/cpp Checking for program ar : ok /usr/bin/ar

Re: [Vala] Dereferencing a pointer

2010-03-12 Thread Regnar Det
Thanks! ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Can't compile ValaIde from source...

2010-03-12 Thread Andrés G. Aragoneses
I think the msg is pretty clear, download libunique-devel :) Andrés El 12/03/10 17:24, Arkadi Viner escribió: When I try to compile ValaIDE from source, It writes me: ark...@arkadi-laptop:~/Projects/valide-0.6.1$ ./waf configure Checking for program gcc : ok

Re: [Vala] Getting Vala not to give a GValue pointer to a function?

2010-03-12 Thread Abderrahim Kitouni
Hi, 2010/3/12, Faheem Pervez tripp...@gmail.com: Hiya, Vala n00b here, so be nice, please. Don't be afraid, we're don't eat noobs ;-p The function http://maemo.org/api_refs/5.0/5.0-final/mafw/mafw-MafwMetadata.html#mafw-metadata-first returns a GValue when given a a GHashTable and a

Re: [Vala] Getting Vala not to give a GValue pointer to a function?

2010-03-12 Thread Faheem Pervez
Hello, On Fri, Mar 12, 2010 at 7:51 PM, Abderrahim Kitouni a.kito...@gmail.com wrote: Hi, 2010/3/12, Faheem Pervez tripp...@gmail.com: Hiya,  Vala n00b here, so be nice, please. Don't be afraid, we're don't eat noobs ;-p *Relieved sigh* - glad to hear it! :D  The function