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
{{ message }}
This repository has been archived by the owner on Mar 30, 2022. It is now read-only.
Hi, I'd love to see this project continued as many elementary users (such as myself) would appretiate a telegram client that's native to the desktop.
When trying to sudo ninja install the build, it spits out this error: com.github.suzamax.Aircraft@exe/src/Client.c:10:10: fatal error: td/telegram/td_log.h: No such file or directory #include <td/telegram/td_log.h> ^~~~~~~~~~~~~~~~~~~~~~
despite all of the tdlib files being present. Would you be able to point me to what mşght be wrong?
The text was updated successfully, but these errors were encountered:
I am aware of this situation. I was learning concurrency and more in order to be able to properly code this app. But i was too busy and having trouble.
Soon there'll be a reboot of the code, with concurrency and Granite-free (I don't want to tie this app just in Elementary, as I am changing desktops quite often).
Let's get in the issue: The problem is that the submodule is incorrect, is called td instead of tdlib, in a next commit there'll be a new td.
Try to build td before compiling this app.
PS: This app only logs in at the moment.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'd love to see this project continued as many elementary users (such as myself) would appretiate a telegram client that's native to the desktop.
When trying to
sudo ninja install
the build, it spits out this error:com.github.suzamax.Aircraft@exe/src/Client.c:10:10: fatal error: td/telegram/td_log.h: No such file or directory #include <td/telegram/td_log.h> ^~~~~~~~~~~~~~~~~~~~~~
despite all of the
tdlib
files being present. Would you be able to point me to what mşght be wrong?The text was updated successfully, but these errors were encountered: