On Wed, 2007-03-07 at 19:16 -0600, Daniel Espinosa wrote: > I have a problem with GAPI, it doesn't find the api.raw.pre file, does > any one can help me? > > I have the following gnomedb-graph-sources.xml file: > > <gapi-parser-input> > <api filename="gnomedb-graph-api.raw"> > <library name="gnomedb_graph-3"> > <namespace name="GnomeDb"> > <directory path="../../libgnomedb-graph" /> > </namespace> > </library> > </api> > </gapi-parser-input> > > I have checked the library path using ls ../../libgnomedb-graph and > shows the files, even this shows the libgnomedb_graph-3.la file witch > is the file of the library at <library> tag... > > when I run gapi2-parser sources.xml at the directory I have all the > files for GAPI, it sends erros: > > /opt/mono-1.2.3.1/bin/gapi2-parser gnomedb-graph-sources.xml > <directory ../../libgnomedb-graph: excluding > > drag_action at /opt/mono-1.2.3.1/bin/../lib/gtk-sharp-2.0/gapi2xml.pl > line 981, <STDIN> line 799.
It's failing to parse a signal vm from the class struct for "drag_action". Can you file a bug with the header code for that class struct and its g_signal_new call from the .c file? -- Mike Kestner <[EMAIL PROTECTED]> _______________________________________________ Gtk-sharp-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/gtk-sharp-list
