Successful build.
Tell us what happens instead

8.1
Version of Telegram Desktop:
last
Used theme:
Logs:
Insert log.txt here (if necessary)
#
Did you actually flollow the documentation to build tdesktop?
https://github.com/telegramdesktop/tdesktop/blob/dev/docs/building-msvc.md
@Johnnynator yes, install all "third party software" and run "x86 Native Tools Command Prompt for VS 2017.bat"

You just downloaded tdesktop repository as archive?
@23rd no, i run
https://github.com/telegramdesktop/tdesktop/blob/dev/docs/building-msvc.md#clone-source-code-and-prepare-libraries this. I created the archive myself, do not pay attention to it
@valeriy-efimov review every output line of cmd. If you just copied whole script and pasted to cmd, it could have just stopped at line, like gyp dump_syms.gyp or another one.
As I can see your output of Visual Studio, you just haven't compiled the libraries.
@valeriy-efimov You can look at this: https://github.com/telegramdesktop/dependencies_windows.
This repository contains compiled dependencies for the windows build.
But it is only good to compile a debug version.
I have a fork of repository, which contains recompiled libraries with new version of Visual Studio. You can just clone it and use.
https://github.com/23rd/dependencies_windows
@23rd Thank you so much
I'll try later
now get new error

Read the instruction closely. At least you have missed Range-V3-VS2015 library.
Repo dependencies_windows allows you to save time, but does not do all the work for you.
@23rd


@valeriy-efimov jom is needed to compile Qt from source.
With what set you installed VS 2017?
@23rd

i try on win 10 line-by-line executed all the commands and got only one error "bash is not recognized as an internal or external command" in this place "bash --login ../../tdesktop/Telegram/Patches/build_ffmpeg_win.sh"

everything else is done without errors
and eventually the same mistakes

Outdated. Please reopen it if you still have problems with compilation.