Code?
Paul Coccoli
pcoccoli at gmail.com
Wed Mar 9 03:32:59 CET 2005
I get compilation errors on Red Hat 9.
The first error is because docbook-to-man is called docbook2man on my
system (from docbook-utils-0.6.12-5).
This is the second:
make[2]: Entering directory `/home/paul/Dev/aubio-0.1.8/python/aubio'
swig -outdir . -o aubio_wrap.c -python ../../swig/aubio.i
swig error : Unrecognized option -outdir
swig error : Unrecognized option .
Use 'swig -help' for available options.
make[2]: *** [aubio_wrap.c] Error 1
make[2]: Leaving directory `/home/paul/Dev/aubio-0.1.8/python/aubio'
Removing the "-outdir ." option results in:
make[2]: Entering directory `/home/paul/Dev/aubio-0.1.8/python/aubio'
swig -o aubio_wrap.c -python ../../swig/aubio.i
Generating wrappers for Python
../../swig/aubio.i : Line 407. Syntax error in input.
../../swig/aubio.i : Line 408. Syntax error in input.
../../swig/aubio.i : Line 409. Syntax error in input.
../../swig/aubio.i : Line 436. Syntax error in input.
make[2]: *** [aubio_wrap.c] Error 1
make[2]: Leaving directory `/home/paul/Dev/aubio-0.1.8/python/aubio'
I have swig-1.1p5-22 installed.
The resulting binary seg faults in new_aubio_alsa_seq_driver.
On Fri, 4 Mar 2005 18:57:00 +0000, Paul Brossier <piem at altern.org> wrote:
> On Thu, Mar 03, 2005 at 04:30:29PM -0500, Paul Coccoli wrote:
> > How can I download aubio? The link from the web page has been removed.
>
> hi Paul,
>
> it's at http://aubio.piem.org/pub/aubio-0.1.8.tar.gz
> i will add that link again then. there is also the arch
> repository.
>
> cheers, piem
>
> --
> To unsubscribe, send mail to aubio-unsubscribe at piem.org.
>
--
To unsubscribe, send mail to aubio-unsubscribe at piem.org.
More information about the aubio-user
mailing list