ars3niy / tdlib-purple

libpurple Telegram plugin using tdlib
Other
147 stars 32 forks source link

doesn't work with latest stable td #155

Open dchmelik opened 2 years ago

dchmelik commented 2 years ago

Tdlib-purple doesn't work with latest so-called stable td, i.e. since they assign long-term/stable/user numbering but don't officially release it rather than current/development/testing numbering, there's apparently no way to find such correct version to downgrade, either (update: I found 1.7.9 and installed tdlib-purple, but GitHub is difficult for casual testers.)

d@cosmos:~/math/src/network/chat/bitlbee/plugins/1Slackware/tdlib-purple$ cmake -Dtd_DIR=/usr/local/lib/cmake/Td
CMake Warning:
  No source or binary directory provided.  Both will be assumed to be the
  same as the current working directory, but note that this warning will
  become a fatal error in future CMake releases.

-- The CXX compiler identification is GNU 11.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Error at CMakeLists.txt:11 (message):
  tdlib version 1.7.9 is required

  (version found: 1.8.1)

-- Configuring incomplete, errors occurred!
See also "/home/d/math/src/network/chat/bitlbee/plugins/1Slackware/tdlib-purple/CMakeFiles/CMakeOutput.log".
BenWiederhake commented 2 years ago

Yes, see #154