#1655·toxcore

libtoxdns.a and libtoxav.a

Author: username1565Created Nov 11, 2019Updated Nov 11, 2019

Hello. I'm try to compile old versions of utox, but got fail. I see here, in this BUILD.md the following package: toxcore (x86/x64), and there is inside that libtoxcore-toktok_build_windows_x86_static_release.zip , I can see the following files:

\lib\libvpx.a
\lib\libopus.a
\lib\libopus.la
\lib\libsodium.a
\lib\libsodium.la
\lib\libtoxcore.a

But compiler return me an error, because libtoxdns.a and libtoxav.a, and compilation is terminated:

user@COMPUTER /cygdrive/c/projects/notsecure/utox
$ sh tools/cross-compile-windows.sh -32 win
Building 32bit version of uTox
Building from a ~Unix environment within windows
fatal: Not a git repository (or any parent up to mount point /cygdrive/c)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
Git version: fatal: Not a git repository (or any parent up to mount point /cygdrive/c)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
i686-w64-mingw32-gcc: error: ./lib/toxcore/lib/libtoxdns.a: No such file or directory
i686-w64-mingw32-gcc: error: ./lib/toxcore/lib/libtoxav.a: No such file or directory

How to get libtoxdns.a and libtoxav.a? Can you compile it and attach it here, please?