Closed haonanq666 closed 3 years ago
There is no dependency on a particular version of Boost in the sources, but when you compile zephyrusblingd it links with the version that was installed at the time. You can just recompile zephyrusblingd after upgrading Boost, it will use the latest version.
Thanks, I downloaded from AUR so I thought I could just run makepkg again... turns out that I needed to delete the installation package I had locally as it defaulted to re-installing that. Now running makepkg again fixes the issue.
I am on arch linux. After updating today,
zephyrusblingd
returns the errorMy boost version is now
1.75.0
, which is probably the cause. However, after downgrading boost, my desktop environment totally stopped working basically, so I must use the latest version; therefore, I suggest that instead of depending onboost=1.74
, perhaps make the dependencyboost>=1.74
.