Binary numbering

Trey Sizemore trey at fastmail.fm
Thu Dec 2 14:13:49 PST 2004


Long story short, I'm trying to get the CVS version of sylpheed-claws
installed on this 5.3 box (so if you've done it successfully, I'd *love*
your feedback).  However, I'm getting a lot of errors:

$ ./autogen.sh --enable-gpgme --enable-aspell
--enable-spamassassin-plugin --with-config-dir=.sylpheed-gtk2
--program-suffix=-gtk2 --enable-ldap
/usr/X11R6/share/aclocal/rep.m4:7: warning: underquoted definition of
AM_PATH_REP
  run info '(automake)Extending aclocal'
  or see
http://sources.redhat.com/automake/automake.html#Extending-aclocal
/usr/X11R6/share/aclocal/imlib.m4:9: warning: underquoted definition of
AM_PATH_IMLIB
/usr/X11R6/share/aclocal/imlib.m4:167: warning: underquoted definition
of AM_PATH_GDK_IMLIB
/usr/X11R6/share/aclocal/gtk.m4:7: warning: underquoted definition of
AM_PATH_GTK
/usr/X11R6/share/aclocal/gdk-pixbuf.m4:12: warning: underquoted
definition of AM_PATH_GDK_PIXBUF
m4/imlib.m4:167: warning: underquoted definition of AM_PATH_GDK_IMLIB
aclocal:configure.ac:243: warning: macro `AM_PATH_GLIB_2_0' not found in
library
configure.ac:88: warning: AC_CANONICAL_HOST invoked multiple times
You should update your `aclocal.m4' by running aclocal.
Putting files in AC_CONFIG_AUX_DIR, `config'.
configure.ac:88: warning: AC_CANONICAL_HOST invoked multiple times
configure.ac:88: warning: AC_CANONICAL_HOST invoked multiple times
src/common/Makefile.am:1: Libtool library used but `LIBTOOL' is
undefined
src/common/Makefile.am:1:
src/common/Makefile.am:1: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
src/common/Makefile.am:1: to `configure.ac' and run `aclocal' and
`autoconf' again.
src/gtk/Makefile.am:3: Libtool library used but `LIBTOOL' is undefined
src/gtk/Makefile.am:3:
src/gtk/Makefile.am:3: The usual way to define `LIBTOOL' is to add
`AC_PROG_LIBTOOL'
src/gtk/Makefile.am:3: to `configure.ac' and run `aclocal' and
`autoconf' again.
src/plugins/clamav/Makefile.am:3: Libtool library used but `LIBTOOL' is
undefined
src/plugins/clamav/Makefile.am:3:
src/plugins/clamav/Makefile.am:3: The usual way to define `LIBTOOL' is
to add `AC_PROG_LIBTOOL'
src/plugins/clamav/Makefile.am:3: to `configure.ac' and run `aclocal'
and `autoconf' again.
src/plugins/demo/Makefile.am:3: Libtool library used but `LIBTOOL' is
undefined
src/plugins/demo/Makefile.am:3:
src/plugins/demo/Makefile.am:3: The usual way to define `LIBTOOL' is to
add `AC_PROG_LIBTOOL'
src/plugins/demo/Makefile.am:3: to `configure.ac' and run `aclocal' and
`autoconf' again.
src/plugins/dillo_viewer/Makefile.am:3: Libtool library used but
`LIBTOOL' is undefined
src/plugins/dillo_viewer/Makefile.am:3:
src/plugins/dillo_viewer/Makefile.am:3: The usual way to define
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/dillo_viewer/Makefile.am:3: to `configure.ac' and run
`aclocal' and `autoconf' again.
src/plugins/image_viewer/Makefile.am:3: Libtool library used but
`LIBTOOL' is undefined
src/plugins/image_viewer/Makefile.am:3:
src/plugins/image_viewer/Makefile.am:3: The usual way to define
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/image_viewer/Makefile.am:3: to `configure.ac' and run
`aclocal' and `autoconf' again.
src/plugins/mathml_viewer/Makefile.am:3: Libtool library used but
`LIBTOOL' is undefined
src/plugins/mathml_viewer/Makefile.am:3:
src/plugins/mathml_viewer/Makefile.am:3: The usual way to define
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/mathml_viewer/Makefile.am:3: to `configure.ac' and run
`aclocal' and `autoconf' again.
src/plugins/pgpmime/Makefile.am:3: Libtool library used but `LIBTOOL' is
undefined
src/plugins/pgpmime/Makefile.am:3:
src/plugins/pgpmime/Makefile.am:3: The usual way to define `LIBTOOL' is
to add `AC_PROG_LIBTOOL'
src/plugins/pgpmime/Makefile.am:3: to `configure.ac' and run `aclocal'
and `autoconf' again.
src/plugins/spamassassin/Makefile.am:3: Libtool library used but
`LIBTOOL' is undefined
src/plugins/spamassassin/Makefile.am:3:
src/plugins/spamassassin/Makefile.am:3: The usual way to define
`LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/spamassassin/Makefile.am:3: to `configure.ac' and run
`aclocal' and `autoconf' again.
src/plugins/trayicon/Makefile.am:5: Libtool library used but `LIBTOOL'
is undefined
src/plugins/trayicon/Makefile.am:5:
src/plugins/trayicon/Makefile.am:5: The usual way to define `LIBTOOL' is
to add `AC_PROG_LIBTOOL'
src/plugins/trayicon/Makefile.am:5: to `configure.ac' and run `aclocal'
and `autoconf' again.
src/plugins/trayicon/libeggtrayicon/Makefile.am:1: Libtool library used
but `LIBTOOL' is undefined
src/plugins/trayicon/libeggtrayicon/Makefile.am:1:
src/plugins/trayicon/libeggtrayicon/Makefile.am:1: The usual way to
define `LIBTOOL' is to add `AC_PROG_LIBTOOL'
src/plugins/trayicon/libeggtrayicon/Makefile.am:1: to `configure.ac' and
run `aclocal' and `autoconf' again.


The sylpheed-claws mailing list remarked that the underquoted warnings
can be ignored, but that the missing macros were a real problem.

Some of the *.m4 files required are in /usr/local/share/aclocal
and others are in /usr/local/share/aclocal19.  Should these not be in
one place?  Do I need to mv them from aclocal19 to aclocal?

I understand the numbering of the binaries and dirs is done to allow
different autotools versions at the same time, so if I 'fix it' for this
app, I'm going to be in the same situation again when I next update.

Is there a solution for this (besides installing the ports version of
sylpheed-claws-gtk2)?



More information about the freebsd-questions mailing list