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

_______________________________________________
Denemo-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/denemo-devel

Reply via email to