[Vala] Debugging program xml-rpc-c bindings?

2010-09-27 Thread Phil Daintree
Although I can retrieve the xml-rpc data using pancake's xmlrpc_c bindings the program aborts at the end as it trys to free the memory used I guess? Clutching at straws - wonder if anyone can make sense of this output from gdb - perhaps a bug in xml-rpc-c or the bindings? Same result in vala

Re: [Vala] Debugging program xml-rpc-c bindings?

2010-09-27 Thread pancake
Would be great if somebody could commit my xmlrpc-c.vapi into the vala/vapi repository Looks like you are trying to parse as an array something that it is not an array and xmlrpc library is raising an abort signal. On 09/27/10 11:59, Phil Daintree wrote: Although I can retrieve the xml-rpc

Re: [Vala] [Genie] Problem with enums in genie

2010-09-27 Thread Nicolas
Hello, There is a long time that I did not use enums in my code and now I see that it no longer works as before, what's the problem? [indent=4] enum EnumTest value1 = Hello ! init print EnumTest.value1 test-enum.gs:7.11-7.25: error: Access to private member `EnumTest.value1'

Re: [Vala] [Genie] Problem with enums in genie

2010-09-27 Thread Jamie McCracken
I need to update the genie parser to fix this error - will have it done end of today It should work fine with an earlier version of vala as it only appears in the latest release On Mon, 2010-09-27 at 14:55 +0200, Nicolas wrote: Hello, There is a long time that I did not use enums in my code

[Vala] appsink binding in gstreamer

2010-09-27 Thread august
I was talking with some folks about the faulty appsink bindings in gstreamer on IRC last night. I also found this online: http://www.mail-archive.com/vala-list@gnome.org/msg05147.html Any answers to those questions? It seems you can't even create the AppSink object. Is there another way to

Re: [Vala] valgrind or something similar

2010-09-27 Thread august
thanks for all the tips. Hey August, Am Sonntag, den 26.09.2010, 20:18 +0200 schrieb august: Is there something like a valgrind or method for debugging memory leaks and mismanagement? Something that helped me in real life (tm) was using nemiver and watching the ref_count

Re: [Vala] [Genie] Problem with enums in genie

2010-09-27 Thread Jamie McCracken
Should now be fixed in master jamie On Mon, 2010-09-27 at 14:55 +0200, Nicolas wrote: Hello, There is a long time that I did not use enums in my code and now I see that it no longer works as before, what's the problem? [indent=4] enum EnumTest value1 = Hello ! init