[aubio-user] Need help with cross compiling aubio vamp plugin for windows
Paul Brossier
piem at aubio.org
Mon May 9 19:25:14 CEST 2016
Hi Pratik,
Thanks for the report. As a quick fix, you could simply delete the file
src/utils/windll.c for now (I'm not even sure it is needed at all).
Time to add mingw* builds on travis.
Best, Paul
On 5/9/16 6:52 PM, Pratik Bhoir wrote:
> Hello all,
>
> I am following Instructions mentioned here
> <http://aubio.org/vamp-aubio-plugins/installation>
> (http://aubio.org/vamp-aubio-plugins/installation) to cross compile
> aubio vamp plugin for windows but I am unable to build aubio with mingw32.
>
> I am getting following Build Failed error:
>
> ../src/utils/windll.c:32:23: fatal error: SDKDDKVer.h: No such file
> or directory
> #include <SDKDDKVer.h>
> ^
> compilation terminated.
>
> Waf: Leaving directory `/home/ptk/aubio-mingw32/build'
> Build failed
> -> task in 'lib_objects' failed (exit status 1):
> {task 139718061939216: c windll.c -> windll.c.1.o}
> ['i686-w64-mingw32-gcc', '-Os', '-g', '-Wall', '-Wextra',
> '-I/home/ptk/aubio-mingw32/build/src',
> '-I/home/ptk/aubio-mingw32/src', '-DAUBIO_PREFIX="/usr/local"',
> '-DPACKAGE="aubio"', '../src/utils/windll.c', '-c', '-o',
> '/home/ptk/aubio-mingw32/build/src/utils/windll.c.1.o']
>
>
> Attached you will find config log from "aubio-mingw32/build/config.log"
> directory as well as INSTALL.mingw32 from vamp-aubio-plugins directory.
>
> I am using clean installed Lubuntu 15.10 (over VirtualBox) and
> i686-w64-mingw32 instead of i586-mingw32msvc. I tried using
> i586-mingw32msvc but ended up with same errors.
>
> Any idea whats happening in this case?
>
> Thanks in advance for your time and help.
>
> Best,
> Pratik Bhoir
>
>
>
> _______________________________________________
> aubio-user mailing list
> aubio-user at aubio.org
> https://lists.aubio.org/listinfo/aubio-user
>
More information about the aubio-user
mailing list