Infactum / tg2sip

Telegram <-> SIP voice gateway
GNU General Public License v2.0
285 stars 105 forks source link

spdlog version incompatible #29

Closed oljask closed 4 years ago

oljask commented 4 years ago

I am trying to compile from source on FreeBSD. Stuck on spdlog dependancy:

Could not find a configuration file for package spdlog that is compatible
  with requested version 0.17.

  The following configuration files were considered but not accepted:

    /usr/local/lib/cmake/spdlog/spdlogConfig.cmake, version: 1.5.0

full output: https://pastebin.com/Rf9fgPSh

Is there a way to go around this?

Infactum commented 4 years ago

You have to build all required dependencies. This includes spdlog. Examples of how this is done on currently supported distribs can be found here.

oljask commented 4 years ago

Thank you. I just want to clarify: Do I have to downgrade sdplog from 1.5.0 to 0.17. ?

Infactum commented 4 years ago

Tg2sip was not tested againist newer versions of spdlog. It might compile fine if API is compatible but this is not guaranteed.

oljask commented 4 years ago

thank you