From: Dane S. <bl...@ha...> - 2007-12-04 21:32:24
|
Hi Rich, try: --disable-gmdb2 Also, from reading the list archives it seems that there is good reason to checkout from cvs (which requires building with autogen and getting libtool, automake, and autoconf) My build process was: downloaded and compiled unixODBC, iODBC, libtool, automake, autoconf (and glib and pkg-config since I have a wierd setup) then: cvs -d:pserver:ano...@md...:/cvsroot/ mdbtools login cvs -z3 -d:pserver:ano...@md...:/cvsroot/ mdbtools co mdbtools cd mdbtools ./autogen.sh --prefix=/home/dspringmeyer/usr/local --with-iodbc=/home/ dspringmeyer/usr/local --with-unixodbc=/home/dspringmeyer/usr/local -- disable-gmdb2 In the configure output I get: .... checking for GNOME... configure: gmdb2 disabled .... which I think is what you are looking for, since gmdb2 is (at least one of) the gui(s) Cheers, Dane On Dec 4, 2007, at 1:06 PM, Rich Shepard wrote: > Some of our prospective clients have data in Access .mdb format, > and we > can help them by converting those data to another format. Today I > discovered > MDB Tools, and tried building both 0.5 and 0.6pre1, but both failed > because > I do not have Gnome installed. However, libglade is installed here. > > I have run only Xfce and have found that trying to install Gnome on > Slackware is so much of a PITA that I won't waste more time trying. > > Is there a way to build mdb-tools so we can use the command line > conversion API without the GUI which requires Gnome? > > Thanks, > > Rich > > -- > Richard B. Shepard, Ph.D. | Integrity > Credibility > Applied Ecosystem Services, Inc. | Innovation > <http://www.appl-ecosys.com> Voice: 503-667-4517 Fax: > 503-667-8863 > > ---------------------------------------------------------------------- > --- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > mdbtools-dev mailing list > mdb...@li... > https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |