-
Notifications
You must be signed in to change notification settings - Fork 34
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
Problem with compiling against boost-1.83.0-2 #26
Comments
Hi, looks like the same error reported previously due to missing dependency. Have a look at this: #23 (comment) |
Yes, I think it is, the problem is that boost-libs maybe is changed and dsf2flac is not. Is deprecated. |
By adding "#define BOOST_TIMER_ENABLE_DEPRECATED" to /usr/include/boost/timer.hpp after line 18 "#define BOOST_TIMER_HPP" is possible to compile "dsf2flac" but this wil only be possible till boost-libs version 1.84.0 arrive. |
I found a version of ax_boost_timer.m4 that seems to solve this issue. Would you be willing to test and confirm. Updated version is here: https://github.com/jackocleebrown/dsf2flac |
Compiling using boost and boost-libs 1.83.0-2 in Manjaro: "checking whether the Boost::Timer library is available... no".
"undefined reference to `boost::timer::cpu_timer::..."
The text was updated successfully, but these errors were encountered: