-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
current sources complain with "tdlib version 1.7.9 is required" #169
Comments
Well, if tdlib version 1.7.9 is required, then why are you trying to build with version 1.8.4 instead? |
yes it looks like i'm not serious, but the fact that it is requiring one exact version surprised me and also aur.archlinux.org is currently using v. 1.8.0. They are actually using the patch from the pull 154 to patch tdlib-purple v. 0.7.9.rxxx. |
I'm very sorry to hear that aur.archlinux.org is using an unsupported combination of versions, but I cannot change that. You might want to use a supported combination, for example:
Of course, you're very welcome to update tdlib-purple to deal with td 1.8.4, I believe this would make many people happy. EDIT: I typo'd the td version number, it's now fixed. |
ok i tried and it worked, with #159 it's better as it downloads some of the history. But I'm just discovering that despite the effort of telegram to offer a fully open API to allow us making our own clients there's a long way to go with this plugin to be descent. |
Like I said, you're very welcome to update tdlib-purple to deal with the newest td, I believe this would make many people happy. The only thing missing is one person who actually implements it. |
i feel fine about that but is it worth it? I'd prefer to do it from scratch since the current version is not doing a lot. How long time the current version of pidgin is going to live? |
So what is your question here? If you don't wanna use it, then don't use it. |
i'm serious, is the current version of pidgin going to live long? I read in the telegram channel of tblib-purple that it lacks flexibility to implement all the features that telegram offers. The work of developing this plugin seems very big. |
I'm a pidgin user, and this is the repository for a plugin particularly for pidgin, which I still use and sometimes make a few edits to keep the lights on. If that doesn't answer your question, then I don't know what will. |
Wow this sucks. I hope that proper packaging and build documentation can be restored to this project. bleh... |
You're welcome to improve the situation instead of complaining. |
At the risk of helping someone who can't be helped, I'll clarify:
|
I think the main problem here is that there doesn't seem to be an official 1.7.9 release from upstream. All I could find was the github tags. |
You could just use this script / repo to do everything in a single command, or if you want to do it the hard way: commit 1d1bc07eded7d3ee7df7c567e008bbf926cba081. |
i downloaded the current sources of tdlib-purple, and at cmake command prompt i get:
CMake Error at CMakeLists.txt:11 (message):
tdlib version 1.7.9 is required
(version found: 1.8.4)
my command is :
cd tdlib-purple-master
mkdir -p build
cd build
cmake
-DTd_DIR=/usr/lib/cmake/Td ..
-DTgvoip_LIBRARIES="tgvoip;opus"
The text was updated successfully, but these errors were encountered: