<div dir="ltr"><div><div><div>Thanks again Paul. <br></div><br>I have opened an issue on github.<br><br></div>Best,<br></div>Pratik<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Jun 15, 2016 at 7:32 PM, Paul Brossier <span dir="ltr"><<a href="mailto:piem@aubio.org" target="_blank">piem@aubio.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Hi Pratik,<br>
<br>
You should be able to find out more by starting your vamp host from a<br>
command line.<br>
<br>
Also, please open a new issue at<br>
<br>
<a href="https://github.com/aubio/vamp-aubio-plugins/issues" rel="noreferrer" target="_blank">https://github.com/aubio/vamp-aubio-plugins/issues</a><br>
<br>
</span>so we can continue tracking this bug there.<br>
<br>
Thanks, Paul<br>
<span class="im HOEnZb"><br>
On 6/15/16 6:14 PM, Pratik Bhoir wrote:<br>
> Thanks Paul.<br>
><br>
</span><span class="im HOEnZb">> Now the aubio build error is gone but vamp plugin is still not detected.<br>
> May be its because of the windows version. I am using windows 10.<br>
> I will soon try it on windows 7.<br>
><br>
> is there any log file for vamp-aubio-plugin compilation? or verbose flag<br>
> for compilation?<br>
><br>
> Best,<br>
> Pratik<br>
><br>
><br>
> On Tue, Jun 14, 2016 at 8:28 PM, Paul Brossier <<a href="mailto:piem@aubio.org">piem@aubio.org</a><br>
</span><span class="im HOEnZb">> <mailto:<a href="mailto:piem@aubio.org">piem@aubio.org</a>>> wrote:<br>
><br>
> Hi Pratik,<br>
><br>
</span><span class="im HOEnZb">> Not sure what's going on here, but for now you should be able to pass<br>
> '--disable-atlas' to './waf configure' to compile aubio without atlas.<br>
><br>
> Best, Paul<br>
><br>
><br>
> On 6/13/16 2:01 PM, Pratik Bhoir wrote:<br>
> > Hello,<br>
> ><br>
> > With all the changes aubio vamp plugin is compiling without errors but<br>
> > its not being detected by sonic visualiser.<br>
> > I think the issue is in Atlas, cblas. Aubio build is failing when it<br>
> > doesn't find cblas.h. (line 445 in config.log - re-attached)<br>
> > Atlas with lapack is installed system wide in my machine.<br>
> ><br>
> > any inputs about how to go with this?<br>
> ><br>
> > Thank you.<br>
> > Pratik<br>
> ><br>
> > On Mon, May 9, 2016 at 8:19 PM, Paul Brossier <<a href="mailto:piem@aubio.org">piem@aubio.org</a> <mailto:<a href="mailto:piem@aubio.org">piem@aubio.org</a>><br>
</span><div class="HOEnZb"><div class="h5">> > <mailto:<a href="mailto:piem@aubio.org">piem@aubio.org</a> <mailto:<a href="mailto:piem@aubio.org">piem@aubio.org</a>>>> wrote:<br>
> ><br>
> > Great!<br>
> ><br>
> > The latest commit (1ae8d91) should fix the build. I also added a script<br>
> > to build both 32 and 64 bit versions (6b7f54d, scripts/build_mingw).<br>
> ><br>
> > Best, Paul<br>
> ><br>
> > On 5/9/16 8:08 PM, Pratik Bhoir wrote:<br>
> > > Thanks Paul. That worked like a charm.<br>
> > ><br>
> > > Best,<br>
> > > Pratik<br>
> > ><br>
> > > On Mon, May 9, 2016 at 7:25 PM, Paul Brossier <<a href="mailto:piem@aubio.org">piem@aubio.org</a> <mailto:<a href="mailto:piem@aubio.org">piem@aubio.org</a>> <mailto:<a href="mailto:piem@aubio.org">piem@aubio.org</a><br>
> <mailto:<a href="mailto:piem@aubio.org">piem@aubio.org</a>>><br>
> > > <mailto:<a href="mailto:piem@aubio.org">piem@aubio.org</a> <mailto:<a href="mailto:piem@aubio.org">piem@aubio.org</a>><br>
> <mailto:<a href="mailto:piem@aubio.org">piem@aubio.org</a> <mailto:<a href="mailto:piem@aubio.org">piem@aubio.org</a>>>>> wrote:<br>
> > ><br>
> > > Hi Pratik,<br>
> > ><br>
> > > Thanks for the report. As a quick fix, you could simply<br>
> delete<br>
> > the file<br>
> > > src/utils/windll.c for now (I'm not even sure it is<br>
> needed at<br>
> > all).<br>
> > ><br>
> > > Time to add mingw* builds on travis.<br>
> > ><br>
> > > Best, Paul<br>
> > ><br>
> > > On 5/9/16 6:52 PM, Pratik Bhoir wrote:<br>
> > > > Hello all,<br>
> > > ><br>
> > > > I am following Instructions mentioned here<br>
> > > > <<a href="http://aubio.org/vamp-aubio-plugins/installation" rel="noreferrer" target="_blank">http://aubio.org/vamp-aubio-plugins/installation</a>><br>
> > > > (<a href="http://aubio.org/vamp-aubio-plugins/installation" rel="noreferrer" target="_blank">http://aubio.org/vamp-aubio-plugins/installation</a>) to<br>
> cross<br>
> > compile<br>
> > > > aubio vamp plugin for windows but I am unable to build<br>
> aubio<br>
> > with<br>
> > > mingw32.<br>
> > > ><br>
> > > > I am getting following Build Failed error:<br>
> > > ><br>
> > > > ../src/utils/windll.c:32:23: fatal error: SDKDDKVer.h:<br>
> > No such<br>
> > > file<br>
> > > > or directory<br>
> > > > #include <SDKDDKVer.h><br>
> > > > ^<br>
> > > > compilation terminated.<br>
> > > ><br>
> > > > Waf: Leaving directory `/home/ptk/aubio-mingw32/build'<br>
> > > > Build failed<br>
> > > > -> task in 'lib_objects' failed (exit status 1):<br>
> > > > {task 139718061939216: c windll.c -> windll.c.1.o}<br>
> > > > ['i686-w64-mingw32-gcc', '-Os', '-g', '-Wall',<br>
> '-Wextra',<br>
> > > > '-I/home/ptk/aubio-mingw32/build/src',<br>
> > > > '-I/home/ptk/aubio-mingw32/src',<br>
> > '-DAUBIO_PREFIX="/usr/local"',<br>
> > > > '-DPACKAGE="aubio"', '../src/utils/windll.c',<br>
> '-c', '-o',<br>
> > > ><br>
> '/home/ptk/aubio-mingw32/build/src/utils/windll.c.1.o']<br>
> > > ><br>
> > > ><br>
> > > > Attached you will find config log from<br>
> > > "aubio-mingw32/build/config.log"<br>
> > > > directory as well as INSTALL.mingw32 from<br>
> vamp-aubio-plugins<br>
> > > directory.<br>
> > > ><br>
> > > > I am using clean installed Lubuntu 15.10 (over<br>
> VirtualBox) and<br>
> > > > i686-w64-mingw32 instead of i586-mingw32msvc. I tried<br>
> using<br>
> > > > i586-mingw32msvc but ended up with same errors.<br>
> > > ><br>
> > > > Any idea whats happening in this case?<br>
> > > ><br>
> > > > Thanks in advance for your time and help.<br>
> > > ><br>
> > > > Best,<br>
> > > > Pratik Bhoir<br>
> > > ><br>
> > > ><br>
> > > ><br>
> > > > _______________________________________________<br>
> > > > aubio-user mailing list<br>
> > > > <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>
> <mailto:<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>
> > <mailto:<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>
> <mailto:<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" rel="noreferrer" target="_blank">https://lists.aubio.org/listinfo/aubio-user</a><br>
> > > ><br>
> > ><br>
> > ><br>
> > ><br>
> > ><br>
> > > _______________________________________________<br>
> > > aubio-user mailing list<br>
> > > <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>
> <mailto:<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" rel="noreferrer" target="_blank">https://lists.aubio.org/listinfo/aubio-user</a><br>
> > ><br>
> ><br>
> ><br>
> ><br>
> ><br>
> > _______________________________________________<br>
> > aubio-user mailing list<br>
> > <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" rel="noreferrer" target="_blank">https://lists.aubio.org/listinfo/aubio-user</a><br>
> ><br>
><br>
><br>
><br>
><br>
> _______________________________________________<br>
> aubio-user mailing list<br>
> <a href="mailto:aubio-user@aubio.org">aubio-user@aubio.org</a><br>
> <a href="https://lists.aubio.org/listinfo/aubio-user" rel="noreferrer" target="_blank">https://lists.aubio.org/listinfo/aubio-user</a><br>
><br>
<br>
</div></div></blockquote></div><br></div>