Comment 19 for bug 1015572

Revision history for this message
Fridrich (fridrich-strba) wrote :

Ah, sorry, the crash is there because those binaries are built with GCC 4.7.x which changed Windows C++ ABI and the class member functions use __thiscall calling convention, whereas with the previous versions, it was __cdecl.
The autogenerated tarballs of libvisio are in:
http://dev-www.libreoffice.org/src/libvisio-0.0.22.tar.bz2
http://dev-www.libreoffice.org/src/libvisio-0.0.22.tar.gz
and
http://dev-www.libreoffice.org/src/libvisio-0.0.22.tar.xz
as mentioned in
http://www.freedesktop.org/wiki/Software/libvisio
Those should have configure script and you should be able to build them yourself.