6 messages in com.mysql.lists.gui-toolsRe: ANNC: MySQL Workbench 1.0.5 beta ...
FromSent OnAttachments
Alfredo Kengi Kojima03 Mar 2006 22:51 
Daniel Kasak07 Mar 2006 17:35 
Daniel Kasak16 Mar 2006 17:20 
Farkas Levente17 Mar 2006 08:39 
Mike Lischke18 Mar 2006 01:17 
Farkas Levente18 Mar 2006 13:08 
Subject:Re: ANNC: MySQL Workbench 1.0.5 beta released
From:Daniel Kasak (dka@nusconsulting.com.au)
Date:03/07/2006 05:35:14 PM
List:com.mysql.lists.gui-tools

Alfredo Kengi Kojima wrote:

MySQL Workbench 1.0.5 beta has been released.

Excellent :)

Linux/Gtk+ binaries are available at: mysql-workbench-1.0.5beta-1.suse93.i586.rpm

This crashes on my system ( Gentoo ). First, a MySQL Workbench window appears. It then disappears very quickly. Next, a GRT Shell window appears. It also disappears very quickly. It logs to the terminal:

dan@dkasak ~ $ mysql-workbench The program 'mysql-workbench-bin' received an X Window System error. This probably reflects a bug in the program. The error was 'BadMatch (invalid parameter attributes)'. (Details: serial 688 error_code 8 request_code 146 minor_code 5) (Note to programmers: normally, X errors are reported asynchronously; that is, you will receive the error a while after causing it. To debug your program, run it with the --sync command line option to change this behavior. You can then get a meaningful backtrace from your debugger if you break on the gdk_x_error() function.) dan@dkasak ~ $

mysql-workbench-1.0.5beta-linux-i386.tar.gz I will try this one next. Sources: mysql-workbench-1.0.5beta.tar.gz

This doesn't compile for me. I successfully compiled & installed mysql-gui-common, but mysql-workbench fails at:

if g++ -DHAVE_CONFIG_H -I. -I. -I. -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/include/atkmm-1.6 -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/mysql -march=pentium4 -pipe -DHAVE_ERRNO_AS_DEFINE=1 -I/usr/include/freetype2 -I/usr/include/libpng12 -I../../../mysql-gui-common/source/linux -I../../../mysql-gui-common/source/linux/canvas -I../../../mysql-gui-common/library_grt/include -I../../../mysql-gui-common/library_grt_modules/include -I../../../mysql-gui-common/library_grt_workbench/include -I../../../mysql-gui-common/library_gc/include -I../../../mysql-gui-common/library_gc/ftgl/include -I../../../mysql-gui-common/library/include -I../../../mysql-gui-common/library_util/include -I../../../mysql-gui-common/library_util/shared_include -DPREFIX=\"""\" -DDATADIRNAME=\""share"\" -DCOMMONDIRNAME=\""common"\" -g -O2 -MT MWSynchronizeDatabase.o -MD -MP -MF ".deps/MWSynchronizeDatabase.Tpo" -c -o MWSynchronizeDatabase.o MWSynchronizeDatabase.cc; \ then mv -f ".deps/MWSynchronizeDatabase.Tpo" ".deps/MWSynchronizeDatabase.Po"; else rm -f ".deps/MWSynchronizeDatabase.Tpo"; exit 1; fi make[3]: *** No rule to make target `../../../mysql-gui-common/source/linux/libwbcommongui.a', needed by `mysql-workbench-bin'. Stop. make[3]: Leaving directory `/usr/src/mysql-workbench-1.0.5beta/mysql-workbench/source/linux' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/mysql-workbench-1.0.5beta/mysql-workbench/source/linux' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/mysql-workbench-1.0.5beta/mysql-workbench/source' make: *** [all-recursive] Error 1