|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
Building Without Gnome 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 mdbtools-dev@... https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |
|
|
Re: Building Without Gnome
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: ./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:
------------------------------------------------------------------------- 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 mdbtools-dev@... https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |
|
|
Re: Building Without GnomeOn Tue, 4 Dec 2007, Dane Springmeyer wrote:
> try: > > --disable-gmdb2 Dane, Thank you, I will ... when I return from a business trip. > 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) There's just one stumbling block (which I can fix): I use subversion so I don't have cvs installed. Much appreciated, 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 mdbtools-dev@... https://lists.sourceforge.net/lists/listinfo/mdbtools-dev |
| Free Forum Powered by Nabble | Forum Help |