You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, checked demo binaries from releases. Looks great, thanks for your work!
But when I try to build this project on Debian Bookworm or Trixie I have following errors:
Hello, checked demo binaries from releases. Looks great, thanks for your work!
But when I try to build this project on Debian Bookworm or Trixie I have following errors:
Used HEAD from main and latest tagged release. Both has same errors.
One thing I should mention. On Debian Trixie gcc version is
gcc (Debian 14.2.0-8) 14.2.0
. To build with it I had to add include:No other edit to the source tree done.
Tried to use pjproject mentioned in README.md and from submodule with the same results.
Could you tell if those symbols belongs to libuuid or to pjproject itself?
sudo ldconfig -p | grep libuuid
UPD:
After adding libuuid to phone libs it seems to link properly now. cpp_cli seems to run now. Have to check it with SIP server now.
The text was updated successfully, but these errors were encountered: