Me he bajado el el workbench desde el svn:
http://svn.mysql.com/svnpublic/mysql-gui-common/trunk
al compilarlo me da el siguiente error:
...
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for catalogs to be installed... ja de pt_BR pl
./configure: line 5174: ./po/POTFILES.in: No such file or directory
checking for GLIB... configure: error: The pkg-config script could not be found or is too old. Make sure it
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
Alternatively, you may set the environment variables GLIB_CFLAGS
and GLIB_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
To get pkg-config, see
http://www.freedesktop.org/software/pkgconfig.
See `config.log' for more details.
cuando ejecuto el pkg-config me sale:
$ pkg-config --libs --cflags glib-2.0
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -lglib-2.0
$ pkg-config --libs --cflags GLIB
Package GLIB was not found in the pkg-config search path.
Perhaps you should add the directory containing `GLIB.pc'
to the PKG_CONFIG_PATH environment variable
No package 'GLIB' found
alguien tiene una idea de como solucionar esto? uso ubuntu dapper.