Compiling on Mingw

Anton Sergunov setosha at gmail.com
Wed Sep 8 11:30:41 CEST 2010


Don't forget to set PATH enviroment

to build library
cd <taglib root>
set PATH=C:\mingw\bin;%PATH%
set PATH=C:\Program Files\CMake 2.8\bin;%PATH%
cmake -G"MinGW Makefiles" -i
mingw32-make.exe
cd taglib
dir libtag*

result:
libtag.dll
libtag.dll.a

To build docs
set PATH=C:\Program Files\doxygen\bin\;%PATH%
set PATH=c:\Program Files\Graphviz2.26.3\bin;%PATH%
cd <taglib root>
cd doc
doxygen taglib.doxgen
html\index.html


2010/9/8 emyr <emyr at soundmouse.com>:
> Doesn't work.
> I downloaded and installed cmake. Typed in the commands below and
> mingw-32.make does absolutely nothing. Just moves on to the next shell
> command line immediately.
> Does anyone have a ready built shared library binary for it?
>
> On 07/09/10 18:22, Anton Sergunov wrote:
>> cmake -G"MinGW Makefiles" -i
>> mingw32-make
>>
>> -L<Path to lagLib/tagLib>  -ltag
>>
>>
>>> I downloaded the latest source then did ./configure
>>>
>>> When I try to compile a program and link it using -ltag it complains
>>> about undefined symbols.
>>>
>> _______________________________________________
>> taglib-devel mailing list
>> taglib-devel at kde.org
>> https://mail.kde.org/mailman/listinfo/taglib-devel
>>
>
> _______________________________________________
> taglib-devel mailing list
> taglib-devel at kde.org
> https://mail.kde.org/mailman/listinfo/taglib-devel
>


More information about the taglib-devel mailing list