Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 04 Jul 2005 10:26:18 +0600
From:      =?koi8-r?Q?=E5=D2=C5=CD=C5=CE=CB=CF_?= =?koi8-r?Q?=E4=C5=CE=C9=D3_?= =?koi8-r?Q?=F7=CC=C1=C4=C9=CD=C9=D2=CF=D7=C9=DE?= <moonshade@pnhz.kz>
To:        ports@freebsd.org
Subject:   databases/mdbtools
Message-ID:  <1120451178.33768.8.camel@abyss.pnhz.kz>

next in thread | raw e-mail | index | archive | help
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();





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1120451178.33768.8.camel>