From: guillaume B. @ B. <gb...@ba...> - 2003-06-13 09:22:33
|
I have a question, Is mdbtools 0.5 compatible with RedHat 7.3 ? I have a 7.3 with Ximian desktop 2. I have tried to install mdbtools from the source : ./configure --with-unixodbc --enable-sql make And the compilation failed at /mdbtools-0.5/src/gmdb2/debug.c" I have tried --disable-debug but no effect. There is my error messages : debug.c: In function `gmdb_debug_display': debug.c:398: parse error before `*' debug.c:401: `store' undeclared (first use in this function) debug.c:401: (Each undeclared identifier is reported only once debug.c:401: for each function it appears in.) debug.c: In function `gmdb_debug_new_cb': debug.c:950: parse error before `*' debug.c:952: `tree' undeclared (first use in this function) debug.c:952: `store' undeclared (first use in this function) debug.c:954: parse error before `*' debug.c:963: parse error before `*' debug.c:964: `renderer' undeclared (first use in this function) debug.c:965: `column' undeclared (first use in this function) debug.c:969: parse error before `*' debug.c:971: warning: passing arg 1 of `gtk_tree_selection_set_mode' from incompatible pointer type make[3]: *** [debug.o] Erreur 1 Please help ! |