10 messages in com.mysql.lists.gui-toolsRe: MySQL Administrator and MySQL Que...
FromSent OnAttachments
Alfredo Kengi Kojima02 Aug 2004 14:14 
Adam Majer03 Aug 2004 14:20 
Toby Powell-Blyth03 Aug 2004 14:24 
Adam Majer03 Aug 2004 14:58 
Adam Majer03 Aug 2004 15:04 
Alfredo Kengi Kojima03 Aug 2004 18:26.patch
Dave Howorth11 Aug 2004 07:57 
Adam Hooper11 Aug 2004 08:03 
Dave Howorth11 Aug 2004 09:24 
Adam Majer11 Aug 2004 11:49 
Subject:Re: MySQL Administrator and MySQL Query Browser
From:Dave Howorth (dhow@mrc-lmb.cam.ac.uk)
Date:08/11/2004 07:57:50 AM
List:com.mysql.lists.gui-tools

Alfredo Kengi Kojima wrote:

MySQL Administrator 1.0.9 and MySQL Query Browser 1.0.5-alpha have been released.

http://www.mysql.com/products/administrator/

MySQL Query Browser is a GUI query shell, intended to allow execution of SQL queries from a Web browser alike easy to use interface. It has such handy features as query history and bookmarking, tabular visualization of results, side-by-side resultset comparison and more.

You can download sources and binaries for Windows and Linux from:

http://dev.mysql.com/downloads/administrator/

and

http://dev.mysql.com/downloads/query-browser/

I thought I would give these a try. I need to build from source because I use Debian Woody (glibc 2.2). Build instructions are given on <http://www.mysql.com/products/administrator/faq.html> and they say:

"For each directory, execute the following commands:

sh autogen.sh ./configure make make install"

When I first read this, it wasn't clear to me what "each directory" means. It was only by looking for autogen.sh files that I understood. It might be clearer to say "Change directory to mysql-administrator and mysql-gui-common and run the following commands in each".

When I did run autogen.sh, it bombed out:

# sh autogen.sh **Warning**: I am going to run `configure' with no arguments. If you wish to pass any to it, please specify them on the `autogen.sh' command line.

processing . Running aclocal ... Running autoheader... configure.in:21: warning: Cannot check for file existence when cross compiling Running automake --foreign ... Running autoconf ... configure.in:21: warning: Cannot check for file existence when cross compiling autoconf: Undefined macros: configure.in:128:AC_CONFIG_FILES([ configure.in:2:AC_CONFIG_SRCDIR(source/linux/main.cc) configure.in:3:AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) Running ./configure --enable-maintainer-mode ... creating cache ./config.cache ./configure: line 526: syntax error near unexpected token `AC_CONFIG_SRCDIR(source/linux/main.cc)' ./configure: line 526: `AC_CONFIG_SRCDIR(source/linux/main.cc)'

Can anybody suggest what the problem is?

Thanks, Dave