Search Criteria
Package Details: fmt9 9.1.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/fmt9.git (read-only, click to copy) |
---|---|
Package Base: | fmt9 |
Description: | Open-source formatting library for C++ |
Upstream URL: | https://fmt.dev/ |
Keywords: | chrono formatting output printf |
Licenses: | MIT |
Provides: | libfmt.so |
Submitter: | abouvier |
Maintainer: | abouvier |
Last Packager: | abouvier |
Votes: | 4 |
Popularity: | 0.173377 |
First Submitted: | 2023-07-30 08:30 (UTC) |
Last Updated: | 2024-04-02 19:57 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (25)
- aseprite (requires libfmt.so)
- caps-log
- caps-log-git
- cemu-git (requires libfmt.so)
- dolphin-emu-git (requires libfmt.so)
- dolphin-emu-nogui-git (requires libfmt.so)
- dolphin-emu-tool-git (requires libfmt.so)
- dolphin-emu-wayland (requires libfmt.so)
- dune-logging
- dynarmic (requires libfmt.so)
- dynarmic-git (requires libfmt.so)
- easyeffects-git (requires libfmt.so)
- fluxengine-git (requires libfmt.so)
- libretro-dolphin-git (requires libfmt.so)
- libretro-pcsx2-git (requires libfmt.so)
- mpd-smbclient (requires libfmt.so)
- nintyfont-git
- pc-ble-driver (requires libfmt.so)
- pteros (requires libfmt.so)
- shadps4 (requires libfmt.so)
- Show 5 more...
Latest Comments
« First ‹ Previous 1 2 3 Next › Last »
bkb commented on 2023-11-01 12:24 (UTC)
Add cppdap as dep
MarsSeed commented on 2023-08-21 11:02 (UTC)
Please remove the bogus 'yolo' keyword. Thank you.
MarsSeed commented on 2023-08-16 13:04 (UTC)
Please add this fix just like repo's fmt did when it was still on v9.1.0:
https://github.com/fmtlib/fmt/commit/0b0f7cfbfcebd021c910078003d413354bd843e2
Neko-san commented on 2023-07-31 23:05 (UTC)
Nope, it seems even with that it still reproduces the invalid free pointer...
Neko-san commented on 2023-07-31 21:18 (UTC)
Ohhhh! Thanks for clarifying that Lol
abouvier commented on 2023-07-31 20:02 (UTC)
-stdlib=libc++
belongs toCXXFLAGS
!Neko-san commented on 2023-07-31 19:56 (UTC) (edited on 2023-07-31 19:57 (UTC) by Neko-san)
Might be that I'm using hardneing flags with them, then? Or maybe the LLVM assembler? Not sure
abouvier commented on 2023-07-31 19:47 (UTC)
It fails when you don't use
-stdlib=libc++
with all the other options.Neko-san commented on 2023-07-31 19:09 (UTC) (edited on 2023-07-31 19:10 (UTC) by Neko-san)
Add
-lc++abi
and-unwind=libunwind
abouvier commented on 2023-07-31 10:46 (UTC)
I don't have any errors compiling with:
« First ‹ Previous 1 2 3 Next › Last »