aubio
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Code?
- To: Paul Brossier <piem@altern.org>
- Subject: Re: Code?
- From: Paul Coccoli <pcoccoli@gmail.com>
- Date: Tue, 8 Mar 2005 21:32:59 -0500
- Cc: aubio@piem.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=eDTdJlcxGBk3aRVFGNyqm8j564fombIYFVa0RgEKGNbW2a9ftPQlZEGqeC5e2R1itUut3L79raxPfp2apaN89xAJksE3zmJOSyw7TaMn1rzF5/RtVjFomvEfHOexbqFH72RsHki3vh9rLziNfUhOp8ncV3wjp4jKl+bcft6quMI=
- In-reply-to: <20050304185700.GA12631@localhost>
- References: <8d27a06105030313304ed16bd7@mail.gmail.com> <20050304185700.GA12631@localhost>
- Reply-to: Paul Coccoli <pcoccoli@gmail.com>
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@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@piem.org. > -- To unsubscribe, send mail to aubio-unsubscribe@piem.org.
- Follow-Ups:
- Re: Code?
- From: Paul Brossier <piem@altern.org>
- Re: Code?
- References: