-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Build fails because of fmt #1
Comments
This was an issue with the fmt library that was fixed recently (fmtlib/fmt#2096), but not yet released. If other packages depend on fmt and you cannot remove the package, you can try to temporary disable the build system from discovering the system installation by removing the files in "/usr/lib/cmake/fmt/" and then restoring them again after the build. |
Ah okay, cheers. |
There are many issues after just readding the I will just wait for a new official release. |
This should be fixed by 9a2617f. |
Thanks, the build works now. |
Hi, I tried building following the instructions but it fails:
torrenttools/src/tracker_database.cpp:7:10: fatal error: fmt/args.h: No such file or directory
I am on Arch Linux, and fmt is installed: fmt 7.1.3-1
The text was updated successfully, but these errors were encountered: