Menu

#40 Changes to work with Apple OS X

open
nobody
5
2005-01-29
2005-01-29
Neil Tiffin
No

I had to make the following changes to the cvs version checked out
Jan 29, 2005 in order for MDB to compile on Apple OS X version
10.3.7. The command line tools all seem to work find. I ran all
tools from the build location and did not attempt to install them.
Did not test the GUI version. All dependencies were installed usign
Fink.

Any questions please feel free to email me.

Thanks,

Neil Tiffin
neilt@gnue.org

ntiffin% cvs diff -uw
cvs diff: Diffing .
cvs diff: Diffing doc
cvs diff: Diffing doc/reference
cvs diff: Diffing doc/reference/libmdb
cvs diff: Diffing include
cvs diff: Diffing src
cvs diff: Diffing src/extras
cvs diff: Diffing src/gmdb
cvs diff: Diffing src/gmdb2
Index: src/gmdb2/debug.c
=========================================
==========================
RCS file: /cvsroot/mdbtools/mdbtools/src/gmdb2/debug.c,v
retrieving revision 1.18
diff -u -w -r1.18 debug.c
--- src/gmdb2/debug.c 15 Jan 2005 05:02:12 -0000 1.18
+++ src/gmdb2/debug.c 29 Jan 2005 13:33:07 -0000
@@ -38,7 +38,8 @@
static guint32 get_uint32(unsigned char *c);
static long gmdb_get_max_page(MdbHandle *mdb);
static void gmdb_debug_display(GladeXML *xml, guint32 page);
-static void gmdb_debug_jump(GtkWidget *w, GladeXML *xml, int
msb);
+/* static void gmdb_debug_jump(GtkWidget *w, GladeXML *xml,
int msb); */
+static void gmdb_debug_jump(GladeXML *xml, int msb);

/* value to string stuff */
typedef struct GMdbValStr {
cvs diff: Diffing src/gmdb2/gladefiles
cvs diff: Diffing src/gmdb2/help
cvs diff: Diffing src/gmdb2/help/C
cvs diff: Diffing src/gmdb2/help/C/figures
cvs diff: Diffing src/gmdb2/pixmaps
cvs diff: Diffing src/libmdb
Index: src/libmdb/mem.c
=========================================
==========================
RCS file: /cvsroot/mdbtools/mdbtools/src/libmdb/mem.c,v
retrieving revision 1.36
diff -u -w -r1.36 mem.c
--- src/libmdb/mem.c 15 Jan 2005 05:02:08 -0000 1.36
+++ src/libmdb/mem.c 29 Jan 2005 13:33:07 -0000
@@ -26,6 +26,9 @@
#include "dmalloc.h"
#endif
#endif /* JAVA */
+
+#define METHOD
+
/**
* mdb_init:
*
cvs diff: Diffing src/odbc
cvs diff: Diffing src/sql
cvs diff: Diffing src/util

Discussion


Log in to post a comment.