denemo-devel
[Top][All Lists]
Advanced

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

Re: [Denemo-devel] Homepage: Download


From: Richard Shann
Subject: Re: [Denemo-devel] Homepage: Download
Date: Wed, 02 Jul 2014 09:16:02 +0100

On Tue, 2014-07-01 at 19:34 +0200, Andreas Schneider wrote:
> 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

This is clearly not the correct configure script, try running

grep "checking for LIBAUBIO" configure

I get this output:

{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAUBIO_3" >&5
$as_echo_n "checking for LIBAUBIO_3... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAUBIO_4" >&5
$as_echo_n "checking for LIBAUBIO_4... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAUBIO_4" >&5
$as_echo_n "checking for LIBAUBIO_4... " >&6; }
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for LIBAUBIO_3" >&5
$as_echo_n "checking for LIBAUBIO_3... " >&6; }

which doesn't have the phrase LIBAUBIO without _3 or _4

I think this must just be a muddle with your download/untar sequence -
try downloading into a clean directory, untarring and running that grep
command to check

Richard



> 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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/denemo-devel





reply via email to

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