Re: [Vala] g-ir-compiler compatibility with valac generated gir files
- From: Nigel Griffin <ngriffin vuze com>
- To: Evan Nemerson <lists coeus-group com>
- Cc: vala-list gnome org
- Subject: Re: [Vala] g-ir-compiler compatibility with valac generated gir files
- Date: Tue, 12 Oct 2010 15:06:37 -0700 (PDT)
Thanks. Adding the namespace did help, but I'm now seeing a different crash:
GLib-CRITICAL **: g_hash_table_lookup_extended: assertion `hash_table != NULL' failed
aborting...
Trace/breakpoint trap
I'm not sure what the root cause of this new crash is. Has anyone seen this? I'm trying to see what
specific bit of XML is causing g-ir-compiler to crash.
-Nigel
----- Original Message -----
From: "Evan Nemerson" <lists coeus-group com>
To: "Nigel Griffin" <ngriffin vuze com>
Cc: vala-list gnome org
Sent: Tuesday, October 12, 2010 2:17:18 PM
Subject: Re: [Vala] g-ir-compiler compatibility with valac generated gir files
On Tue, 2010-10-12 at 13:15 -0700, Nigel Griffin wrote:
Hi,
I'm using the latest g-ir-compiler g-object-introspection's git
repositoty. However, even with a gir file generated from a minimal
vala class causes g-ir-compiler to crash. Is there a known good
version of g-ir-compiler that the gir files generated from valac will
work with?
I'm also using the latest valac (which was updated recently to work
with never g-ir-compiler versions).
The vala code for the test class is very basic:
public class TestClass : Object
{
}
I believe GIR requires you to place your content in a namespace.
-Evan
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]