denemo-devel
[Top][All Lists]
Advanced

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

[Denemo-devel] checking libaubio version


From: Andreas Schneider
Subject: [Denemo-devel] checking libaubio version
Date: Fri, 07 Mar 2014 22:02:30 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131103 Icedove/17.0.10

The check for the libaubio version does not work on Debian testing,
where libaubio is available in version 0.4.0 only. Here is the relevant
extract from config.log:

configure:20141: checking for LIBAUBIO_4
configure:20148: $PKG_CONFIG --exists --print-errors "aubio >= 4"
Requested 'aubio >= 4' but version of aubio is 0.4.0
configure:20151: $? = 1
configure:20165: $PKG_CONFIG --exists --print-errors "aubio >= 4"
Requested 'aubio >= 4' but version of aubio is 0.4.0
configure:20168: $? = 1
configure:20182: result: no
Requested 'aubio >= 4' but version of aubio is 0.4.0
configure:20215: checking for LIBAUBIO_3
configure:20222: $PKG_CONFIG --exists --print-errors "aubio >= 0.3.2"
configure:20225: $? = 0
configure:20239: $PKG_CONFIG --exists --print-errors "aubio >= 0.3.2"
configure:20242: $? = 0
configure:20300: result: yes

Thus, libaubio version 0.3 is detected (though 0.3 is not installed,
only 0.4), and consequently, make fails in sourceaudio.c.

Andreas



reply via email to

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