Re: [Vala] http server help

2011-10-03 Thread Jens Georg
On Sa, 2011-10-01 at 15:18 +0200, andrea zambon wrote: Hi, I'm writing a little http server to send some binary data. I wonder if it wouldn't be easier to use the one from libsoup. ___ vala-list mailing list vala-list@gnome.org

Re: [Vala] Segmentation fault with d-bus and networkmanager

2011-10-03 Thread Jose Luis Navarro
2011/10/1 Maciej Marcin Piechotka uzytkown...@gmail.com On Sat, 2011-10-01 at 20:12 +0200, Jose Luis Navarro wrote: 2011/10/1 Maciej Marcin Piechotka uzytkownik2-re5jqeeqqe8avxtiumw...@public.gmane.org On Fri, 2011-09-30 at 22:58 +0200, Jose Luis Navarro wrote: Hi, I'm

Re: [Vala] Segmentation fault with d-bus and networkmanager

2011-10-03 Thread Jose Luis Navarro
Goog point I'm going to try it. Thanks 2011/10/1 JM interfl...@gmx.net I recommend using dbus-monitor from one terminal and start your program from a second. Then (after your program crashed) stop dbus-monitor and find the message sent by your program and check if the containing data was

[Vala] strcmp : incompatible pointer type warning

2011-10-03 Thread bsquared
warning: assignment from incompatible pointer type [enabled by default] vala: assert (strcmp (array.get_string_element (array.get_length () - 1), hola) == 0); c: GCompareFunc _tmp4_; [...] _tmp4_ = g_strcmp0; _tmp5_ =

Re: [Vala] Bindings for Function with xmlNodePtr argument

2011-10-03 Thread Daniel Espinosa
I've managed to create Vala bindings from lastes source at building time to libgda (both 4.2.x and lastes 4.99.x) now on GIT repository. Just build and install and the bindings are installed in Vala's vapi directory. May is time to remove from Vala source. This bindings are build from generated