From: klemens z. <zw...@vo...> - 2003-08-14 03:54:09
|
Hi, hm, even with a fresch debian-unstable getting compile-errors when=20 trying compile using autogen.sh any ideas ? .klemens ---snip--- processing . Running libtoolize... You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'. Running aclocal ... aclocal: configure.in: 88: macro `AM_PATH_GLIB_2_0' not found in library Running autoheader... configure.in:130: error: `src/Makefile' is already registered with AC_CONFIG_FILES. autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... configure.in:130: the top level autom4te: /usr/bin/m4 failed with exit status: 1 autoheader: /usr/bin/autom4te failed with exit status: 1 Running automake --gnu ... configure.in: 4: required file `include/config.h.in' not found configure.in: 4: required file `include/config.h.in' not found Running autoconf ... configure.in:130: error: `src/Makefile' is already registered with AC_CONFIG_FILES. autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... configure.in:130: the top level autom4te: /usr/bin/m4 failed with exit status: 1 Running ./configure ... ./autogen.sh: line 148: ./configure: No such file or directory ---snap--- On Wed, 2003-08-13 at 20:59, Brian Bruns wrote: > Not by default, but you could try the following. First export=20 > CFLAGS=3D"-DSLOW_READ" and run configure. Next edit src/libmdb/mem.c in=20 > mdb_alloc_tabledef() add a line after the memset like: >=20 > table->noskip_del =3D 1; >=20 > This will theoretically work, but I think you'll need a recent CVS copy o= f=20 > MDB Tools, I don't think the last release will cut it. >=20 > On 13 Aug 2003, klemens zwischenbrugger wrote: >=20 > > Hi, > > =20 > > is there a chance to undelete/get back some deleted records > > using mdbtools ? > > As I know, there is done some 4k-block-copy inside the record > > when deleting - maybee too much in my case. > > =20 > > but anyway i like to give em a try - if possible... > > =20 > > anywone know if possilbe with mdbtool ?=20 > > =20 > > best regards, > > .klemens > >=20 > >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/= 01 > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev --=20 klemens zwischenbrugger <zw...@vo...> |