On Thu, 23 Mar 2000, Nicholas Dronen wrote:
> Hi,
>
> Using Dia 0.84, I'm able to recreate a core dump if I turn off
> 'visible grid' and turn on 'anti-aliasing' with the attached
> file. The debugger backtrace is listed below.
>
> I'd like to dig into this some more using the code from CVS,
> but autogen.sh, automake, et al, aren't cooperating. Here's
> the output from autogen.sh and configure.
>
> Any ideas?
>
> -------------------------------------------------------------
> autogen, etc., errors
> -------------------------------------------------------------
>
> $ ./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 `/aclocal'
> Running libtoolize
> You should add the contents of `/usr/local/share/aclocal/libtool.m4' to `aclocal.m4'.
> aclocal: configure.in: 13: macro `AM_DISABLE_STATIC' not found in library
> aclocal: configure.in: 14: macro `AM_PROG_LIBTOOL' not found in library
You need to install libtool, at least version 1.3
> loading cache ./config.cache
> ./configure: line 531: syntax error near unexpected token `AM_INIT_AUTOMAKE(dia,'
> ./configure: line 531: `AM_INIT_AUTOMAKE(dia, 0.84)'
Dunno about this, do you have automake 1.4 installed? That's needed.
/ Alex