denemo-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Denemo-devel] Homepage: Download


From: Andreas Schneider
Subject: Re: [Denemo-devel] Homepage: Download
Date: Tue, 01 Jul 2014 19:34:54 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0

Am 01.07.2014 18:16, schrieb Richard Shann:
> It should certainly work correctly, on the face of it you seem to be
> reporting a regression.
> I just downloaded (as a distinct user) the link and ran the ./autogen.sh
> && ./configure
> it gave
> [...]
> checking for LIBAUBIO_4... no
> checking for LIBAUBIO_3... yes
> [...]
> 
> which I think reflects the fact that Debian stable has aubio 3.
> 
> What exactly are you seeing that is wrong?

On Debian testing (with aubio 4), I get

configure:21901: checking for LIBAUBIO
configure:21908: $PKG_CONFIG --exists --print-errors "aubio >= 0.3.2"
configure:21911: $? = 0
configure:21925: $PKG_CONFIG --exists --print-errors "aubio >= 0.3.2"
configure:21928: $? = 0
configure:21986: result: yes

and then make fails in sourceaudio.c

sourceaudio.c: In function ‘generate_note_onsets’:
sourceaudio.c:47:2: error: unknown type name ‘aubio_onsetdetection_type’
  aubio_onsetdetection_type type_onset = aubio_onset_kl;
  ^
sourceaudio.c:47:41: error: ‘aubio_onset_kl’ undeclared (first use in
this function)
  aubio_onsetdetection_type type_onset = aubio_onset_kl;
                                         ^
sourceaudio.c:47:41: note: each undeclared identifier is reported only
once for each function it appears in
sourceaudio.c:48:2: error: unknown type name ‘aubio_onsetdetection_type’
  aubio_onsetdetection_type type_onset2 = aubio_onset_complex;
  ^
sourceaudio.c:48:42: error: ‘aubio_onset_complex’ undeclared (first use
in this function)
and many more errors.

Andreas



reply via email to

[Prev in Thread] Current Thread [Next in Thread]