[Open Office] mdbtools patch - implicit declaration of 'gmdb_table_export_populate_dialog'

Jan Uhlir espinosa_cz at centrum.cz
Thu Jan 26 19:48:31 EST 2006


I still encounter a problem discussed here in October 2005
http://lists.ximian.com/pipermail/openoffice/2005-October/001208.html
http://lists.ximian.com/pipermail/openoffice/2005-October/001209.html
Still the building process crashing for me 'in the middle' I have to apply suggested patch and then trigger the build again.

Can I ask what is the status of acceptance of this patch? It's a real show-stopper!
Luckily the only one for me.

Or it is suggested to disable MDB support for now?

Thanks
Jan

My form of patch:

--- mdbtools/unxlngi6.pro/misc/build/mdbtools-0.6pre1/src/gmdb2/sql.c	2004-02-13 20:49:52.000000000 +0200
+++ mdbtools/unxlngi6.pro/misc/build/mdbtools-0.6pre1/src/gmdb2/sql.c	2005-10-08 00:40:30.000000000 +0300
@@ -38,6 +38,8 @@
 
 void gmdb_sql_tree_populate(MdbHandle *mdb, GladeXML *xml);
 void gmdb_sql_load_query(GladeXML *xml, gchar *file_path);
+void gmdb_sql_save_query(GladeXML *xml, gchar *file_path);
+void gmdb_sql_save_as_cb(GtkWidget *w, GladeXML *xml);
 
 void
 gmdb_sql_close_all()
--- mdbtools/unxlngi6.pro/misc/build/mdbtools-0.6pre1/src/gmdb2/table_export.c	2003-01-14 19:37:44.000000000 +0200
+++ mdbtools/unxlngi6.pro/misc/build/mdbtools-0.6pre1/src/gmdb2/table_export.c	2005-10-08 00:39:26.000000000 +0300
@@ -37,6 +37,8 @@
 #define NEVER "Never"
 #define AUTOMAT "Automatic (where necessary)"
 
+void gmdb_table_export_populate_dialog(GladeXML *xml);
+
 void
 gmdb_print_quote(FILE *outfile, int need_quote, char quotechar, char *colsep, char *str)
 {

Apply like
[espinosa at necko edge]$ patch -p0 < mypatches/mdbtools-2.diff
patching file ooo-build-src680.140.1/build/src680-m140/mdbtools/unxlngi6.pro/misc/build/mdbtools-0.6pre1/src/gmdb2/sql.c
patching file ooo-build-src680.140.1/build/src680-m140/mdbtools/unxlngi6.pro/misc/build/mdbtools-0.6pre1/src/gmdb2/table_export.c



More information about the Openoffice mailing list