Re: [Vala] clutter 1.3.8 bindings?

2010-07-20 Thread Evan Nemerson
Here are Clutter and Cally from git. Cogl would require some work. -Evan On Mon, 2010-07-19 at 15:20 -0700, Dioselin Courter wrote: Hello everybody, Does anybody on the list have bindings for clutter, cogl, cally 1.3.8? I haven't had much luck generating them myself (newbie). Thank

[Vala] libxml2 bindings question Node.child_element_count()

2010-07-20 Thread Dru Moore
Hi all, I've been using vala for a project for a Fremantle (Arm -Maemo5) target, but came across an issue using libxml2. Xml.Node.child_element_count() doesn't seem to exist within Fremantle when it works as documented from my standard linux 64bit distro. Vala is version 0.8.0 on both platforms

[Vala] vala and actors model

2010-07-20 Thread Fabien CELLIER
Hello everybody, I created a small wrapper for actor model in vala (just a poc for a friend, in order to show that multithreading could be easy with glib ). The code is small and contains, probably, bugs but I won't delete the repo before next month, so if someone wants to take a look (

Re: [Vala] libxml2 bindings question Node.child_element_count()

2010-07-20 Thread Jiří Zárevúcky
Dru Moore píše v Út 20. 07. 2010 v 16:08 +0100: Hi all, Hello, Is this just a fact of life (I know it's an awkward library generally), is there an issue with the Fremantle distro for vala (should the vapi files be brought into line for the platform), or am I missing something obvious?

Re: [Vala] libxml2 bindings question Node.child_element_count()

2010-07-20 Thread Evan Nemerson
I may be wrong, but I'm not sure the Freemantle libxml2 is stripped down. It is probably just old. It looks like xmlChildElementCount was added with [1], so I don't think it would be available before 2.7.3. What version does Freemantle ship? -Evan [1]