-
Notifications
You must be signed in to change notification settings - Fork 32
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
Builds fails on FreeBSD. #247
Comments
hey, maybe it's an issue with old libfmt. Spdlog 1.15 is bundled with fmt 11.0.2 but freebsd installs 10.2.1 |
Hmm thanks for the info, can i use spdlog v1.14.1 which uses fmt 10.2.1? Can I let cmake download and install older version of spdlog (downloadable binary)? But I am not sure if it's right thing to do. Maybe I should update libfmt in FreeBSD? I'll try updating libfmt locally to the one that spdlog likes and then try again. |
I updated libfmt to 11.0.2 but it still fails to build. I noticed that I hadn't add libfmt to the pkgbuild as a dependency, maybe that is not the issue. 🤔
|
You say here that if spdlog is compiled with c++11 then any program requires c++17 or c++20 (ueberzugpp) won't compile. Is that still true because AFAIK spdlog is being compiled with c++11 on FreeBSD |
This is my Makefile (pkgbuild).
|
sure
well you are using 1.15 now, try compiling with C++17 or C++20 |
Hi,
I do want to maintain ueberzugpp for FreeBSD platform and currently working on Makefile (pkgbuild) but build fails at the end and I don't have any clue why it fails. I'd appreciate any help, thanks in advance!
I'm attaching the build log.
ueberzugpp-2.9.6.log
The text was updated successfully, but these errors were encountered: