This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [autogen.sh/Debian] Errors similar to those reported by others.


On Mon, May 22, 2000 at 12:01:49AM -0700, Karl M. Hegbloom wrote:
> 
>  CVS update as of an hour ago.  Turned out that "aclocal.m4" was *not*
>  being generated due to a duplicate macro definition brought about by
>  there being a "qthreads.m4" already in "/usr/share/aclocal".  The
>  solution was to do:
> 
> % sudo mv /usr/share/aclocal/qthreads.m4 /tmp
> karlheg@bittersweet:/usr/local/src/anoncvs.cygnus.com/guile-core
> % aclocal -I .
> karlheg@bittersweet:/usr/local/src/anoncvs.cygnus.com/guile-core
> % ls aclocal.m4
> aclocal.m4
> 
>  I have the Debian Guile 1:1.3.4-3 packages installed, and they have
>  installed the "qthreads.m4" I had to move aside.

I had the same problem. I just did

mv qthreads.m4 qthreads.bak
./autogen.sh

etc. and it worked fine. I don't think qthreads has changed in a while,
so it probably doesn't matter which version one uses.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]