databases/mdbtools

Еременко Еременко
Mon Jul 4 04:26:57 GMT 2005


Building fails with several "conflicting types" and "previous implicit
declaration" errors.

It seems it lacks for some function declarations...


After these changes build process was completed:
--- gmdb.h	Mon Jan 13 04:59:42 2003
+++ gmdb.h.pathced	Mon Jul  4 08:44:12 2005
@@ -44,6 +44,10 @@
 void gmdb_debug_tab_new(GtkWidget *notebook);
 void gmdb_debug_new_cb(GtkWidget *w, gpointer *data);
 
+void gmdb_table_export_populate_dialog(GladeXML *xml);
+void gmdb_sql_save_as_cb(GtkWidget *w, GladeXML *xml);
+void gmdb_sql_save_query(GladeXML *xml, gchar *file_path);
+
 unsigned long gmdb_prefs_get_maxrows();
 
 extern GtkWidget *gmdb_prefs_new();




More information about the freebsd-ports mailing list