-
Notifications
You must be signed in to change notification settings - Fork 106
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
tg2sip on FreeBSD #37
Comments
Tg2sip itself don't use any platform specific code if I remember correctly. |
Am I doing something wrong? |
You are trying to compile against newer version of spdlog (1.8.0) than requested one (0.17). |
As far as I understand, version 0.17 is no longer supported. Where can I get it? Sorry if my question is tactless, but you have no plans to rewrite your product using the current version spdlog? |
It doesn't matter what version is used by freeBSD package manager. I have no plans to update any dependencies to newer versions until current one are working stable and no new features are needed. |
For the Td library, you have set version 1.6.0 They will be compatible, or only need to use 1.6.0? |
If Td uses semver, then 1.6.0 and 1.6.8 should have same API. |
Please comment on the following situation.
If I make corrections suggested by the compiler, then everything goes without errors.
What does this mean? |
Well I'm gonna say it once again: please check existing CI build scripts. Current tg2sip version is build against pjproject 2.9. Your package version is 2.10. There is even issue about this here. |
Can tg2cip, without major modifications, be compiled on the FreeBSD platform?
The text was updated successfully, but these errors were encountered: