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

Aymeric Voxler aymeric.voxler at gmail.com
Mon Dec 30 16:22:11 CET 2013


Hi guys, and thanks Paul for helping us

I had exactly the same problem as Emilio, so I'm trying to build aubio for
windows python along with you.
Thanks Paul: your last patch allowed to "configure successfully".
Sadly, the build failed later for me... (see build_error.txt)

Let's wait if Emilio has the same issue, as I don't wanna hack his post :)





2013/12/30 Paul Brossier <piem at piem.org>

> On 12/30/2013 10:23 AM, Emilio Molina Martínez wrote:
> > Checking for header limits.h             : yes
> > Checking for C99 __VA_ARGS__ macro       : no
> > The configuration failed
> > (complete log in
> > C:\Users\emilio\Anaconda\InstaladoresPython\aubio-master\build\
> > config.log)
> mmh. I see. msvc does not support variadic macros, and I forgot to make
> it optional.
>
> please try applying the attached patch, and run './waf distclean
> configure build' again.
>
> thanks, Paul
>
> _______________________________________________
> aubio-user mailing list
> aubio-user at aubio.org
> https://lists.aubio.org/listinfo/aubio-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.aubio.org/pipermail/aubio-user/attachments/20131230/7bcb1f93/attachment-0001.html>
-------------- next part --------------
C:\Users\voxler\Desktop\aubio-0.4.0>python .\waf configure build
Setting top to                           : C:\Users\voxler\Desktop\aubio-0.4.0
Setting out to                           : C:\Users\voxler\Desktop\aubio-0.4.0\build
Checking for 'msvc' (c compiler)         : c:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\BIN\amd64\CL.exe
Checking for header stdlib.h             : yes
Checking for header stdio.h              : yes
Checking for header math.h               : yes
Checking for header string.h             : yes
Checking for header limits.h             : yes
Checking for C99 __VA_ARGS__ macro       : no
Checking for FFT implementation          : ooura
Checking for program pkg-config          : not found
Checking for program pkg-config          : not found
Checking for program pkg-config          : not found
Checking for program pkg-config          : not found
Checking for program pkg-config          : not found
Checking for program pkg-config          : not found
Checking for program pkg-config          : not found
Checking for all libav libraries         : not found
Checking for program txt2man             : not found
Checking for program doxygen             : not found
'configure' finished successfully (2.323s)
Waf: Entering directory `C:\Users\voxler\Desktop\aubio-0.4.0\build'
[  1/193] c: src\cvec.c -> build\src\cvec.c.1.o
[  2/193] c: src\fmat.c -> build\src\fmat.c.1.o
cl : Command line error D8021 : invalid numeric argument '/Wextra'
cl : Command line error D8021 : invalid numeric argument '/Wextra'
Waf: Leaving directory `C:\Users\voxler\Desktop\aubio-0.4.0\build'
Build failed
 -> task in 'lib_objects' failed (exit status 2):
        {task 42304272: c cvec.c -> cvec.c.1.o}
['c:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\BIN\\amd64\\CL.exe', '/nologo', '-g', '-Wall', '-Wextra', '/I
C:\\Users\\voxler\\Desktop\\aubio-0.4.0\\build\\src', '/IC:\\Users\\voxler\\Desktop\\aubio-0.4.0\\src', '/Ic:\\Program Fil
es (x86)\\Microsoft Visual Studio 10.0\\VC\\INCLUDE', '/Ic:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\ATLMFC
\\INCLUDE', '/IC:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0A\\include', '/DAUBIO_PREFIX="C:\\users\\voxler\\appd
ata\\local\\temp"', '/DPACKAGE="aubio"', '', '..\\src\\cvec.c', '/FC', '/c', '/Fo', 'src\\cvec.c.1.o']
 -> task in 'lib_objects' failed (exit status 2):
        {task 42304336: c fmat.c -> fmat.c.1.o}
['c:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\BIN\\amd64\\CL.exe', '/nologo', '-g', '-Wall', '-Wextra', '/I
C:\\Users\\voxler\\Desktop\\aubio-0.4.0\\build\\src', '/IC:\\Users\\voxler\\Desktop\\aubio-0.4.0\\src', '/Ic:\\Program Fil
es (x86)\\Microsoft Visual Studio 10.0\\VC\\INCLUDE', '/Ic:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\VC\\ATLMFC
\\INCLUDE', '/IC:\\Program Files (x86)\\Microsoft SDKs\\Windows\\v7.0A\\include', '/DAUBIO_PREFIX="C:\\users\\voxler\\appd
ata\\local\\temp"', '/DPACKAGE="aubio"', '', '..\\src\\fmat.c', '/FC', '/c', '/Fo', 'src\\fmat.c.1.o']


More information about the aubio-user mailing list