Compiling MySQL Administrator: /po/POTFILES.in: No such file or directory
Frank <[email protected]> Fri, 30 Jun 2006 10:49:36 -0400
| Newsgroups | gmane.comp.db.mysql.mycc |
|---|---|
| Message-ID | <[email protected]> |
Hello, I am trying to compile mysql-gui-common and mysql-administrator on a Solaris 10 machine. However I keep getting the following error when running autogen.sh. I checked out the source: $ svn co http://svn.mysql.com/svnpublic/mysql-administrator/1.1mysql-administrator $ svn co http://svn.mysql.com/svnpublic/mysql-gui-common/trunkmysql-gui-common $ cd mysql-gui-common/ ---------------- $ 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 ./library/generic-runtime/newt Running aclocal ... /opt/csw/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /opt/csw/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS /opt/csw/share/aclocal/speex.m4:10: warning: underquoted definition of XIPH_PATH_SPEEX /opt/csw/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK /opt/csw/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR /opt/csw/share/aclocal/log4cpp.m4:7: warning: underquoted definition of AM_PATH_LOG4CPP /opt/csw/share/aclocal/libmikmod.m4:11: warning: underquoted definition of AM_PATH_LIBMIKMOD /opt/csw/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB /opt/csw/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB /opt/csw/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /opt/csw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB /opt/csw/share/aclocal/cinepaint.m4:8: warning: underquoted definition of AM_PATH_CINEPAINT /opt/csw/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE /opt/csw/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB Running autoheader... Running automake --foreign ... Running autoconf ... processing . Running aclocal ... /opt/csw/share/aclocal/xmms.m4:17: warning: underquoted definition of XMMS_TEST_VERSION run info '(automake)Extending aclocal' or see http://sources.redhat.com/automake/automake.html#Extending%20aclocal /opt/csw/share/aclocal/xmms.m4:62: warning: underquoted definition of AM_PATH_XMMS /opt/csw/share/aclocal/speex.m4:10: warning: underquoted definition of XIPH_PATH_SPEEX /opt/csw/share/aclocal/pilot-link.m4:1: warning: underquoted definition of AC_PILOT_LINK_HOOK /opt/csw/share/aclocal/nspr.m4:8: warning: underquoted definition of AM_PATH_NSPR /opt/csw/share/aclocal/log4cpp.m4:7: warning: underquoted definition of AM_PATH_LOG4CPP /opt/csw/share/aclocal/libmikmod.m4:11: warning: underquoted definition of AM_PATH_LIBMIKMOD /opt/csw/share/aclocal/imlib.m4:9: warning: underquoted definition of AM_PATH_IMLIB /opt/csw/share/aclocal/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB /opt/csw/share/aclocal/gtk.m4:7: warning: underquoted definition of AM_PATH_GTK /opt/csw/share/aclocal/glib.m4:8: warning: underquoted definition of AM_PATH_GLIB /opt/csw/share/aclocal/cinepaint.m4:8: warning: underquoted definition of AM_PATH_CINEPAINT /opt/csw/share/aclocal/audiofile.m4:12: warning: underquoted definition of AM_PATH_AUDIOFILE /opt/csw/share/aclocal/aalib.m4:12: warning: underquoted definition of AM_PATH_AALIB Running automake --foreign ... Running autoconf ... Running ./configure --enable-maintainer-mode ... checking for a BSD-compatible install... /opt/csw/bin/ginstall -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... i386-pc-solaris2.10 checking host system type... i386-pc-solaris2.10 checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking for ranlib... ranlib checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for LC_MESSAGES... yes checking libintl.h usability... yes 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... /opt/csw/gnu/msgfmt checking for dcgettext... yes checking for gmsgfmt... /opt/csw/bin/gmsgfmt checking for xgettext... /opt/csw/gnu/xgettext checking for bind_textdomain_codeset... (cached) yes checking for catalogs to be installed... ja de pt_BR pl ./configure: line 5551: ./po/POTFILES.in: No such file or directory ./configure: line 5573: syntax error near unexpected token `GLIB,' ./configure: line 5573: `PKG_CHECK_MODULES(GLIB, glib-2.0)' ---------------- It seems that configure is expecting ./po/POTFILES.in to be present. If these were not in the source that I checked out how can I get them? Thanks, Frank