MySQL Forums
Forum List  »  Spanish

Compilando Mysql WorkBench en Ubuntu
Posted by: Hector Miuler Malpica Gallegos
Date: July 07, 2006 03:04PM

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.

Options: ReplyQuote


Subject
Views
Written By
Posted
Compilando Mysql WorkBench en Ubuntu
5746
July 07, 2006 03:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.