You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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:
But compiler return me an error, because
libtoxdns.a
andlibtoxav.a
, and compilation is terminated:How to get
libtoxdns.a
andlibtoxav.a
? Can you compile it and attach it here, please?The text was updated successfully, but these errors were encountered: