<div dir="ltr">Ok, I modified aubio_priv.h as indicated. Now the log file (attached .txt) reduced in 2KB :)... <div><br></div><div>Thanks,</div><div>Emilio.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">

2013/12/30 Paul Brossier <span dir="ltr"><<a href="mailto:piem@piem.org" target="_blank">piem@piem.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On 12/30/2013 11:48 AM, Aymeric Voxler wrote:<br>
> yes, the same: cvec.c and fmat.c errors<br>
<br>
</div>wow, lots of troubles with msvc indeed!<br>
<br>
sorry, i have no easy way to test it.<br>
<div class="im"><br>
> I guess we're reaching a complicated point there...<br>
<br>
</div>not really. i should not use #if without defining the variable, in<br>
aubio_priv.h, lines 49 and 53. just try replacing it like this for now<br>
and see if it helps:<br>
<br>
diff --git a/src/aubio_priv.h b/src/aubio_priv.h<br>
index 2fb7792..ea799e4 100644<br>
--- a/src/aubio_priv.h<br>
+++ b/src/aubio_priv.h<br>
@@ -46,11 +46,11 @@<br>
 #endif<br>
<br>
 /* must be included before fftw3.h */<br>
-#if HAVE_COMPLEX_H<br>
+#if 0 //HAVE_COMPLEX_H<br>
 #include <complex.h><br>
 #endif<br>
<br>
-#if HAVE_FFTW3 || HAVE_FFTW3F<br>
+#if 0 //HAVE_FFTW3 || HAVE_FFTW3F<br>
 #include <fftw3.h><br>
 #endif<br>
<br>
thanks for your feedback,<br>
Paul<br>
<div class="im"><br>
<br>
><br>
><br>
> -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Aymeric ZILS - Audio<br>
> Research Phone: <a href="tel:%28%2B33%291-75-430-451" value="+33175430451">(+33)1-75-430-451</a><br>
><br>
> VOXLER 8 passage Brűlon, bât A, 3čme étage 75012 Paris<br>
</div>> <a href="http://www.voxler.fr" target="_blank">http://www.voxler.fr</a> <<a href="http://www.voxler.fr/" target="_blank">http://www.voxler.fr/</a>> Phone: <a href="tel:%28%2B33%291-4704-0041" value="+33147040041">(+33)1-4704-0041</a><br>


<div class="im">> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~<br>
><br>
> This email may contain confidential and/or privileged information. If<br>
> you are not the intended recipient (or have received this email in<br>
> error) please notify the sender immediately and destroy this email.<br>
> Any unauthorised copying, disclosure or distribution of the material<br>
> in this email is strictly forbidden.<br>
><br>
><br>
> 2013/12/30 Emilio Molina Martínez <<a href="mailto:emilio.mol.mar@gmail.com">emilio.mol.mar@gmail.com</a><br>
</div>> <mailto:<a href="mailto:emilio.mol.mar@gmail.com">emilio.mol.mar@gmail.com</a>>><br>
<div class="im">><br>
> Hi guys,<br>
><br>
> exactly, I had the same error!<br>
><br>
> Now I removed -Wextra flag from line 88... and I got the following<br>
> errors (reported in spanish in the attached txt file).<br>
><br>
> Aymeric, did you get something similar? :)<br>
><br>
> Thanks, Emilio.<br>
><br>
><br>
</div>> 2013/12/30 Paul Brossier <<a href="mailto:piem@piem.org">piem@piem.org</a> <mailto:<a href="mailto:piem@piem.org">piem@piem.org</a>>><br>
<div class="im">><br>
> On 12/30/2013 11:22 AM, Aymeric Voxler wrote:<br>
>> Hi guys, and thanks Paul for helping us<br>
><br>
> Hi Aymeric,<br>
><br>
>> I had exactly the same problem as Emilio, so I'm trying to build<br>
>> aubio for windows python along with you. Thanks Paul: your last<br>
>> patch allowed to "configure successfully". Sadly, the build failed<br>
>>  later for me... (see build_error.txt)<br>
><br>
> ok, so msvc doesn't know about -Wextra.<br>
><br>
> try removing the -Wextra flag from wscript, line 88?<br>
><br>
>><br>
>> Let's wait if Emilio has the same issue, as I don't wanna hack his<br>
>>  post :)<br>
><br>
> It seems he does :)<br>
><br>
> Thanks, Paul<br>
><br>
> _______________________________________________ aubio-user mailing<br>
</div>> list <a href="mailto:aubio-user@aubio.org">aubio-user@aubio.org</a> <mailto:<a href="mailto:aubio-user@aubio.org">aubio-user@aubio.org</a>><br>
> <a href="https://lists.aubio.org/listinfo/aubio-user" target="_blank">https://lists.aubio.org/listinfo/aubio-user</a><br>
<div class="HOEnZb"><div class="h5">><br>
><br>
><br>
><br>
><br>
> _______________________________________________ aubio-user mailing<br>
> list <a href="mailto:aubio-user@aubio.org">aubio-user@aubio.org</a><br>
> <a href="https://lists.aubio.org/listinfo/aubio-user" target="_blank">https://lists.aubio.org/listinfo/aubio-user</a><br>
<br>
<br>
</div></div></blockquote></div><br></div>