[aubio-user] libaubio.lib

Paul Brossier piem at aubio.org
Thu Dec 18 02:09:18 CET 2014


Hi Clemens,

sorry for the late reply.

you need to use mingw instead of cygwin to get a static library that
doesn't need cygwin1.dll.

remember however that aubio is GPL, so including it in your VST would
mean you license your plugin under the GPL (which is a bit awkward).

Best, Paul

On 05/08/2014 09:29, Clemens Wegener wrote:
> Hi Paul,
> 
> Sorry for the confusion, I was able to build the import library. But
> I mixed the terms here: I was hoping to build the *static* library
> and use it in a VST plugin, without using a shared library. When I
> build aubio using Cygwin under Windows, I get the libaubio.a, which
> is the static library (as far as I know). Unfortunately that library
> seems to depend on Cygwin1.dll (I get linker errors when using it). I
> couldn’t figure out how to build the static library without
> dependencies using Cygwin. Or as an alternative: to build it using
> Visual Studio.
> 
> Any thoughts on this?
> 
> Thanks! Clemens
> 
> Am 04.08.2014 um 20:07 schrieb Paul Brossier <piem at aubio.org>:
> 
>> Hi Clemens,
>> 
>> On 24/06/2014 10:20, Clemens Wegener wrote:
>>> Dear list members,
>>> 
>>> I’m missing the „libaubio.lib" import library on Windows, since
>>> it is not included in the download. I was trying to build it
>>> using Cygwin and GCC. However, I had no success yet. Has anyone
>>> successfully build it and would share it?
>> 
>> you should be able to build the .def and .lib files using dlltool
>> and lib.exe as explained here:
>> 
>> http://www.mingw.org/wiki/CreateImportLibraries 
>> http://www.mingw.org/wiki/MSVC_and_MinGW_DLLs
>> 
>> i don't have access to a windows platform, so i can't try that. let
>> us know how it works!
>> 
>> cheers, Paul
>> 
>>> 
>>> Thanks in advance! Clemens
>>> 
>>> 
>>> 
>>> 
>> 
> 
> 




More information about the aubio-user mailing list