aubio
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Minor build problems
- To: James McDermott <jamesmichaelmcdermott@gmail.com>
- Subject: Re: Minor build problems
- From: Paul Brossier <piem@altern.org>
- Date: Tue, 28 Jun 2005 20:00:34 +0100
- Cc: aubio@piem.org
- In-reply-to: <e442154b0506280841437361e3@mail.gmail.com>
- References: <e442154b05062313465133b8e4@mail.gmail.com> <20050628124727.GE17320@localhost> <e442154b0506280841437361e3@mail.gmail.com>
- Reply-to: Paul Brossier <piem@altern.org>
- User-agent: Mutt/1.5.9i
Hi James, On Tue, Jun 28, 2005 at 04:41:21PM +0100, James McDermott wrote: > So I'm stuck - should end users be running the bootstrap script? when starting from the tla tree, yes :-) > Should I have a configure.in file? you should have a configure.ac. simply renaming it configure.in might get your autoconf convinced, but most likely you have an old version of autotools/automake with a half broken autoreconf. either updating to newer versions of autotools (1.8/2.5x) or using the following old version of bootstrap could work. > (I also tried going back to the original (unpatched) 0.1.8, because I > now have swig. But now it fails to compile because it can't find > Python.h - a SWIG file I think. Does that mean my SWIG install is bad? no, this means that you don't have the python-dev package installed. > Please ignore this question if there's a solution using the patched > version of aubio.) i think it got a little better in the tla tree. cheers, piem
#!/bin/sh set -x rm -f aclocal.m4 aclocal libtoolize --force --copy autoheader automake --add-missing --copy autoconf
- Follow-Ups:
- Re: Minor build problems
- From: James McDermott <jamesmichaelmcdermott@gmail.com>
- Re: Minor build problems
- References:
- Minor build problems
- From: James McDermott <jamesmichaelmcdermott@gmail.com>
- Re: Minor build problems
- From: Paul Brossier <piem@altern.org>
- Re: Minor build problems
- From: James McDermott <jamesmichaelmcdermott@gmail.com>
- Minor build problems
- Prev by Date: Re: Minor build problems
- Next by Date: Re: Minor build problems
- Previous by thread: Re: Minor build problems
- Next by thread: Re: Minor build problems
- Index(es):