Hi All,
I'm experiencing some small difficulties with autogen.sh. The INSTALL
file says to just run 'autogen.sh', then 'make' to do a build from CVS,
but this is what happens to me:
------8<-----8<-------
CR443791-A:> ./autogen.sh
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.
Running gettextize... Ignore non-fatal messages.
sed: can't read aclocal.m4: No such file or directory
You should update your own `aclocal.m4' by adding the necessary
macro packages gettext.m4, lcmessage.m4 and progtest.m4 from
the directory `/usr/share/aclocal'
Running libtoolize
You should add the contents of `/usr/share/aclocal/libtool.m4' to `aclocal.m4'.
aclocal: configure.in: 129: macro `AM_PATH_GDK_PIXBUF' not found in library
/usr/bin/autoheader: Symbol `USE_BONOBOX' is not covered by
/usr/share/autoconf/acconfig.h ./acconfig.h
configure.in: 7: required file `./config.h.in' not found
Makefile.am:182: po/zh_CN.GB2312.po exists but `zh_CN.GB2312' not in `ALL_LINGUAS'
lib/Makefile.am:3: library used but `RANLIB' not defined in `configure.in'
objects/standard/Makefile.am:3: library used but `LIBTOOL' not defined in
`configure.in'
app/Makefile.am:142: variable `GTK_LIBS' not defined
app/Makefile.am:142: variable `INTLLIBS' not defined
app/Makefile.am:142: variable `GDK_IMLIB_LIBS' not defined
app/Makefile.am:142: variable `LIBART_LIBS' not defined
app/Makefile.am:142: variable `GDK_PIXBUF_LIBS' not defined
app/Makefile.am:154: variable `GDK_IMLIB_LIBS' not defined
app/Makefile.am:154: variable `LIBART_LIBS' not defined
app/Makefile.am:154: variable `GDK_PIXBUF_LIBS' not defined
app/Makefile.am:154: variable `INTLLIBS' not defined
autoconf: Undefined macros:
configure.in:112:AC_CHECK_LIB(popt, poptSetOtherOptionHelp, [AC_DEFINE(HAVE_LIBPOPT)
configure.in:122: AC_DEFINE(HAVE_LIBART)],
configure.in:131: AC_DEFINE(HAVE_GDK_PIXBUF) ],
configure.in:134: AC_MSG_ERROR(you need either gdk-pixbuf or imlib installed)) ])
configure.in:13:AC_DISABLE_STATIC
configure.in:14:AC_PROG_LIBTOOL
configure.in:152: AC_DEFINE(HAVE_LIBPNG)
configure.in:199: AC_MSG_ERROR(you need libxml >= 1.8.5 for this version of dia)
configure.in:204: AC_MSG_ERROR(Can't find libxml library.)
configure.in:34: AC_DEFINE(USE_XIM)
configure.in:59: AC_DEFINE(GNOME)
configure.in:63: AC_DEFINE(GNOME_PRINT)
configure.in:74: AC_DEFINE(USE_OAF)
configure.in:83: AC_DEFINE(USE_BONOBOX)
loading cache ./config.cache
./configure: syntax error near unexpected token `AM_INIT_AUTOMAKE(dia,'
./configure: ./configure: line 535: `AM_INIT_AUTOMAKE(dia, 0.86)'
Now type 'make' to compile dia.
CR443791-A:> make
make: *** No targets specified and no makefile found. Stop.
------8<-----8<-------
So, I'm guessing that I don't have something installed that I need (?)
As always, any help is appreciated. Thx.
Dave
--
By the yard, life is hard.
By the inch, it's a cinch.