Skip to content
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

Compatibility with libtorrent-rasterbar 2.x needs to be fixed #54

Open
barracuda156 opened this issue Aug 12, 2024 · 1 comment
Open

Comments

@barracuda156
Copy link

The sources use headers and functions which are not present in the current version of libtorrent-rasterbar. It should either include a bundled copy of a compatible, old version or, preferably, fix the API to make it work with libtorrent-rasterbar 2.x.

@barracuda156
Copy link
Author

Apparently it also cannot link with the current version of gloox:

Undefined symbols:
  "__ZN5gloox6Client11setPresenceENS_8Presence12PresenceTypeEiRKSs", referenced from:
      __ZN13JabberService3runEv in JabberService.cpp.o
  "__ZN5gloox6ClientC1ERKNS_3JIDERKSsi", referenced from:
      __ZN13JabberService3runEv in JabberService.cpp.o
  "__ZN5gloox19ConnectionHTTPProxyC1EPNS_21ConnectionDataHandlerEPNS_14ConnectionBaseERKNS_7LogSinkERKSsi", referenced from:
      __ZN13JabberService3runEv in JabberService.cpp.o
  "__ZN5gloox17XMLNS_CHAT_STATESE", referenced from:
      __ZN5gloox17XMLNS_CHAT_STATESE$non_lazy_ptr in JabberService.cpp.o
     (maybe you meant: __ZN5gloox17XMLNS_CHAT_STATESE$non_lazy_ptr)
  "__ZN5gloox3JID6setJIDERKSs", referenced from:
      __ZN13JabberService3runEv in JabberService.cpp.o
  "__ZN5gloox5Disco10setVersionERKSsS2_S2_", referenced from:
      __ZN13JabberService3runEv in JabberService.cpp.o
  "__ZN5gloox5Disco11setIdentityERKSsS2_S2_", referenced from:
      __ZN13JabberService3runEv in JabberService.cpp.o
  "__ZN5gloox6Stanza8findLangEPKSt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEERS5_SB_", referenced from:
      __ZN13JabberService13handleMessageERKN5gloox7MessageEPNS0_14MessageSessionE in JabberService.cpp.o
  "__ZN5gloox19ConnectionTCPClientC1ERKNS_7LogSinkERKSsi", referenced from:
      __ZN13JabberService3runEv in JabberService.cpp.o
      __ZN13JabberService3runEv in JabberService.cpp.o
  "__ZN5gloox11EmptyStringE", referenced from:
      __ZN5gloox11EmptyStringE$non_lazy_ptr in JabberService.cpp.o
     (maybe you meant: __ZN5gloox11EmptyStringE$non_lazy_ptr)
  "__ZN5gloox21ConnectionSOCKS5ProxyC1EPNS_21ConnectionDataHandlerEPNS_14ConnectionBaseERKNS_7LogSinkERKSsib", referenced from:
      __ZN13JabberService3runEv in JabberService.cpp.o
ld: symbol(s) not found
collect2: error: ld returned 1 exit status
make[2]: *** [fatrat] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant