Subject: Re: MacOS X autoconf build problem
From: David Mandelin (mandelin@cs.wisc.edu)
Date: Mon Aug 27 2001 - 13:04:05 CDT
On Mon, 27 Aug 2001, Patrick Lam wrote:
> On Mon, 27 Aug 2001, David Mandelin wrote:
>
> > I'm trying to build on OS 10 using autoconf/automake. I have autoconf 2.50
> > and automake 1.4-p5. When I run autogen.sh, I get this:
> >
> > autoheader: warning: both `configure.ac' and `configure.in' are present.
> > autoheader: warning: proceeding with `configure.ac'.
> > autoheader: error: AC_CONFIG_HEADERS not found in configure.ac
>
> Remove the reference to 'autoheader' in autogen.sh, and remove the
> definition of AC_CONFIG_HEADERS in configure.ac.
Thanks. That helped. So is there a bug in the autoconf stuff?
Anyway, I did get it built, but I had to do a few other things. (The
generated libpng makefile did nothing, so I used the one included with
libpng. At the final link step, there was a duplicate symbol
"_DeleteNode", which is the name of a function in wv, and seems to be the
name of an OS 10 function also. So I changed the one in wv to
"DeleteNode1" (in files bintree.h, bintree.c, chp.c, and table.c).
However, it doesn't work. When I start the app, the toolbar icons are
blank. I can't seem to type in the text area. When I do File->New, it
faults.
Is this how it is right now, or have I done something wrong?
This archive was generated by hypermail 2b25 : Mon Aug 27 2001 - 13:04:17 CDT