[aubio-user] Using aubio 0.4.0 from python (windows)

Paul Brossier piem at piem.org
Mon Dec 30 19:20:36 CET 2013


On 12/30/2013 01:27 PM, Emilio Molina Martínez wrote:
> In my case, test_unit_t.c also builds and run in Visual 2010.
>
>
>
>
> 2013/12/30 Aymeric Zils - Voxler <aymeric.zils at voxler.fr
> <mailto:aymeric.zils at voxler.fr>>
>
> test_uint_t.c builds and runs for me on both Visual 2008 and 2010
>
> here's my aubio build log in english if it helps:

Ok, thank you both for the output.

The problem seems to be that your compilers do not allow declarations of
local variables in the middle of a block. See:

http://stackoverflow.com/questions/9903582/error-c2275-illegal-use-of-this-type-as-an-expression

there are a few of these in aubio, so i will try to push a patch to the
develop branch soon.

but i might be a would idea to upgrade your compiler too :-)

I will keep you posted,

Thanks, Paul




More information about the aubio-user mailing list