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

Paul Brossier piem at piem.org
Mon Dec 30 16:53:43 CET 2013


On 12/30/2013 11:48 AM, Aymeric Voxler wrote:
> yes, the same: cvec.c and fmat.c errors

wow, lots of troubles with msvc indeed!

sorry, i have no easy way to test it.

> I guess we're reaching a complicated point there...

not really. i should not use #if without defining the variable, in
aubio_priv.h, lines 49 and 53. just try replacing it like this for now
and see if it helps:

diff --git a/src/aubio_priv.h b/src/aubio_priv.h
index 2fb7792..ea799e4 100644
--- a/src/aubio_priv.h
+++ b/src/aubio_priv.h
@@ -46,11 +46,11 @@
 #endif
 
 /* must be included before fftw3.h */
-#if HAVE_COMPLEX_H
+#if 0 //HAVE_COMPLEX_H
 #include <complex.h>
 #endif
 
-#if HAVE_FFTW3 || HAVE_FFTW3F
+#if 0 //HAVE_FFTW3 || HAVE_FFTW3F
 #include <fftw3.h>
 #endif
 
thanks for your feedback,
Paul


> 
>
> -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Aymeric ZILS - Audio
> Research Phone: (+33)1-75-430-451
>
> VOXLER 8 passage Brûlon, bât A, 3ème étage 75012 Paris
> http://www.voxler.fr <http://www.voxler.fr/> Phone: (+33)1-4704-0041
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>
> This email may contain confidential and/or privileged information. If
> you are not the intended recipient (or have received this email in
> error) please notify the sender immediately and destroy this email.
> Any unauthorised copying, disclosure or distribution of the material
> in this email is strictly forbidden.
>
>
> 2013/12/30 Emilio Molina Martínez <emilio.mol.mar at gmail.com
> <mailto:emilio.mol.mar at gmail.com>>
>
> Hi guys,
>
> exactly, I had the same error!
>
> Now I removed -Wextra flag from line 88... and I got the following
> errors (reported in spanish in the attached txt file).
>
> Aymeric, did you get something similar? :)
>
> Thanks, Emilio.
>
>
> 2013/12/30 Paul Brossier <piem at piem.org <mailto:piem at piem.org>>
>
> On 12/30/2013 11:22 AM, Aymeric Voxler wrote:
>> Hi guys, and thanks Paul for helping us
>
> Hi Aymeric,
>
>> 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)
>
> ok, so msvc doesn't know about -Wextra.
>
> try removing the -Wextra flag from wscript, line 88?
>
>>
>> Let's wait if Emilio has the same issue, as I don't wanna hack his
>>  post :)
>
> It seems he does :)
>
> Thanks, Paul
>
> _______________________________________________ aubio-user mailing
> list aubio-user at aubio.org <mailto:aubio-user at aubio.org>
> https://lists.aubio.org/listinfo/aubio-user
>
>
>
>
>
> _______________________________________________ aubio-user mailing
> list aubio-user at aubio.org
> https://lists.aubio.org/listinfo/aubio-user





More information about the aubio-user mailing list