I'm getting a bunch of linking errors. A small sample:
[ 66%] Built target fmt
Consolidate compiler generated dependencies of target telegram-tdlib
[ 68%] Linking CXX shared library libtelegram-tdlib.so
/usr/bin/ld: /tmp/ccCaISrl.ltrans0.ltrans.o: in function `showInviteLink(_PurpleBlistNode*, void*)':
<artificial>:(.text+0x1a48): undefined reference to `td::td_api::createChatInviteLink::createChatInviteLink()'
........
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/telegram-tdlib.dir/build.make:318: libtelegram-tdlib.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:304: CMakeFiles/telegram-tdlib.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
Pinned Comments
mk-fg commented on 2021-12-07 14:44 (UTC) (edited on 2023-09-23 21:26 (UTC) by mk-fg)
If you're getting error like this on login:
Check https://core.telegram.org/api/obtaining_api_id URL, for generating your own api_id/api_hash values (only a couple clicks), and specify those in the plugin parameters.