Hi Vivien, I get the following error when trying to compile the latest source.
gda-firebird-provider.c: In function 'gda_firebird_provider_class_init': gda-firebird-provider.c:217:36: warning: assignment from incompatible pointer type [enabled by default] gda-firebird-provider.c: In function 'gda_firebird_provider_statement_prepare': gda-firebird-provider.c:1054:18: warning: unused variable 'fetch_stat' [-Wunused-variable] gda-firebird-provider.c: In function 'gda_firebird_provider_statement_execute': gda-firebird-provider.c:1280:9: warning: unused variable 'sql' [-Wunused-variable] gda-firebird-provider.c: At top level: gda-firebird-provider.c:814:1: warning: 'gda_firebird_provider_add_savepoint' defined but not used [-Wunused-function] gda-firebird-provider.c:835:1: warning: 'gda_firebird_provider_rollback_savepoint' defined but not used [-Wunused-function] gda-firebird-provider.c:856:1: warning: 'gda_firebird_provider_delete_savepoint' defined but not used [-Wunused-function] gda-firebird-provider.c:1409:1: warning: 'gda_firebird_provider_xa_start' defined but not used [-Wunused-function] gda-firebird-provider.c:1431:1: warning: 'gda_firebird_provider_xa_end' defined but not used [-Wunused-function] gda-firebird-provider.c:1452:1: warning: 'gda_firebird_provider_xa_prepare' defined but not used [-Wunused-function] gda-firebird-provider.c:1474:1: warning: 'gda_firebird_provider_xa_commit' defined but not used [-Wunused-function] gda-firebird-provider.c:1495:1: warning: 'gda_firebird_provider_xa_rollback' defined but not used [-Wunused-function] gda-firebird-provider.c:1518:1: warning: 'gda_firebird_provider_xa_recover' defined but not used [-Wunused-function] gda-firebird-provider.c: In function 'gda_firebird_provider_statement_prepare': gda-firebird-provider.c:1240:20: warning: 'cdata' may be used uninitialized in this function [-Wuninitialized] CC gda-firebird-blob-op.lo gda-firebird-blob-op.c: In function 'gda_firebird_blob_op_write': gda-firebird-blob-op.c:179:13: warning: variable 'bin' set but not used [-Wunused-but-set-variable] CC gda-firebird-ddl.lo CC gda-firebird-parser.lo gda-firebird-parser.c:21:34: fatal error: firebird_token_types.h: No such file or directory compilation terminated. make[2]: *** [gda-firebird-parser.lo] Error 1 make[2]: Leaving directory `/home/faghmie/Projects/personal/datamart/src/libgda/libgda/providers/firebird' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/faghmie/Projects/personal/datamart/src/libgda/libgda/providers' make: *** [all-recursive] Error 1 On Mon, 2011-12-12 at 08:50 +0100, Vivien Malerba wrote: > > > On 12 December 2011 08:04, Faghmie Davids <[email protected]> > wrote: > Cool. > > I will check out the latest version and then use that. > > I will let you know if anything is broken or when/if I make > more > changes. > > > > > Ok, thanks! > > Vivien > _______________________________________________ gnome-db-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gnome-db-list
