Closed acodervic closed 11 months ago
Update submodules
Do we talk about tdesktop for sure? I see 64gram_changelog.txt
in the log.
Do we talk about tdesktop for sure? I see
64gram_changelog.txt
in the log.
I try again with tdesktop(https://github.com/telegramdesktop/tdesktop) . Stil have same problem.
ninja: no work to do.
CMake Error at cmake/external/CMakeLists.txt:10 (add_subdirectory):
The source directory
/usr/src/tdesktop/cmake/external/glib
does not contain a CMakeLists.txt file.
Call Stack (most recent call first):
cmake/external/CMakeLists.txt:30 (add_checked_subdirectory)
CMake Error at Telegram/lib_base/CMakeLists.txt:270 (include):
include could not find requested file:
/usr/src/tdesktop/cmake/external/glib/generate_dbus.cmake
CMake Error at Telegram/lib_base/CMakeLists.txt:271 (generate_dbus):
Unknown CMake command "generate_dbus".
Check git status
, ensure the tree is clean
git clone https://github.com/telegramdesktop/tdesktop.git git submodule init git submodule update
Note that's not how the instruction says to clone the repo and is likely to be the cause. I recommend to re-read the instruction, carefully.
Update submodules
Sorry, I will follow the tutorial again. If there are any problems, I will continue to give feedback. Thank you for your help.
Steps to reproduce
git clone https://github.com/telegramdesktop/tdesktop.git git submodule init git submodule update sudo docker pull ghcr.io/telegramdesktop/tdesktop/centos_env:latest docker run --rm -it \ -v $PWD:/usr/src/tdesktop \ b72ad21a9eff \ /usr/src/tdesktop/Telegram/build/docker/centos_env/build.sh \ -D TDESKTOP_API_ID=myid \ -D TDESKTOP_API_HASH=myhash
Expected behaviour
Build sucessful !
Actual behaviour
Error: The source directory /usr/src/tdesktop/cmake/external/glib does not contain a CMakeLists.txt file
Operating system
ubuntu20
Version of Telegram Desktop
4.11.5
Installation source
Static binary from official website
Crash ID
No response
Logs