On Tue, 2009-01-20 at 16:02 +0100, Frederik wrote:
> Hans Vercammen wrote:
> > /usr/include/libgda-3.0/libsql/sql_parser.h:122: syntax error, unexpected 
> > typedef-name, expecting identifier or '('
> > /usr/include/libgda-3.0/libsql/sql_parser.h:297: syntax error, unexpected 
> > typedef-name, expecting ')'
> > /usr/include/libgda-3.0/libsql/sql_parser.h:298: syntax error, unexpected 
> > typedef-name, expecting ')'
> > /usr/include/libgda-3.0/libsql/sql_parser.h:298: syntax error, unexpected 
> > ')', expecting ',' or ';'
> 
> sql_parser.h in v3 is not a GObject header file. I have manually created
> a 'sql-parser.vapi' which currently contains some compact class stubs.
> 
> I have tried to add 'include/libgda-3.0/libsql/sql_parser.h' to
> 'libgda-3.0.excludes', but v-g-i still tries to parse it.

vala-gen-introspect reads the pre-processed output from gcc, so if any
other file includes sql_parser.h it's also included.

Hans

_______________________________________________
Vala-list mailing list
Vala-list@gnome.org
http://mail.gnome.org/mailman/listinfo/vala-list

Reply via email to