ogogon
ogogon
1. I've never worked with spdlog, but something is wrong with it. Cmake doesn't want to work with her. 2. What is Td? ``` root@ogogon:/usr/local/src/tg2sip # uname -a FreeBSD devel.ogogon.org...
> 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...
For the Td library, you have set version 1.6.0 `find_package(Td 1.6.0 REQUIRED) ` Now, the current version is 1.6.8. They will be compatible, or only need to use 1.6.0?
Please comment on the following situation. When compiling, I get diagnostics: ``` [ 97%] Building CXX object CMakeFiles/tg2sip.dir/tg2sip/sip.cpp.o /usr/bin/c++ -DPJ_AUTOCONF -DTGVOIP_USE_DESKTOP_DSP -DTGVOIP_USE_SOFTWARE_AUDIO -DTGVOIP_USE_SPDLOG -I/usr/local/src/spdlog-0.17.0/package/include -I/usr/local/src/td-1.6.0 -I/usr/local/include -I/usr/local/src/tg2sip -I/usr/local/include/opus -I/usr/local/src/tg2sip/include -isystem...
> @ogogon - which Python version are you using? ``` root@gw:/home/ogogon # uname -a FreeBSD gw 13.2-RELEASE-p3 FreeBSD 13.2-RELEASE-p3 GENERIC amd64 root@gw:/home/ogogon # pkg info | grep py py311-backports-1 Shared...
> I'm rather confident the pysubnettree from Benjamin will fix the issue. I put it onto the list of backports for 6.0 and 6.2. Thank you. But I don’t really...