[compat] Fix other DragonFlyBSD/NixOS issues #2860

Merged
crueter merged 9 commits from dfly-forgotten-oops into master 2025-11-07 16:50:04 +01:00
Member

Uh - the other pr that had "Fix dragonfly" got commits lost and I didn't notice... oops; cherry picked them back through :)
Signed-off-by: lizzie lizzie@eden-emu.dev

Uh - the other pr that had "Fix dragonfly" got commits lost and I didn't notice... oops; cherry picked them back through :) Signed-off-by: lizzie <lizzie@eden-emu.dev>
Lizzie changed title from [compat] actually fix DragonFlyBSD issues to [compat] Fix other DragonFlyBSD/NixOS issues 2025-10-28 07:54:13 +01:00
docs/Caveats.md Outdated
@ -105,0 +114,4 @@
Default `g++` (and the libstdc++) is too outdated - so install `gcc14` and redirect CMake to the new compiler toolchain `-DCMAKE_CXX_COMPILER=gcc14 -DCMAKE_C_COMPILER=g++14`.
There is also `llvm18` and use `-DCMAKE_CXX_COMPILER=clang++18 -DCMAKE_C_COMPILER=clang18` (note the `18` prefix at the end). NOTE: It doesn't have an updated libcxx so `<span>` will be missing, either build it manually or use gcc.
Owner

suffix*

suffix*
crueter marked this conversation as resolved
Lizzie force-pushed dfly-forgotten-oops from b6bfc8dd66
All checks were successful
eden-license / license-header (pull_request) Successful in 33s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
to 0e7d711834
All checks were successful
eden-license / license-header (pull_request) Successful in 32s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
2025-10-30 20:30:09 +01:00
Compare
Lizzie force-pushed dfly-forgotten-oops from 0e7d711834
All checks were successful
eden-license / license-header (pull_request) Successful in 32s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
to 9ab6198cda
All checks were successful
eden-license / license-header (pull_request) Successful in 35s
GitHub Actions [CI] Build succeeded
GitHub Releases [CD] Build succeeded – Release published
2025-11-07 04:12:16 +01:00
Compare
crueter approved these changes 2025-11-07 04:45:34 +01:00
MaranBr approved these changes 2025-11-07 11:08:20 +01:00
crueter merged commit 48843306e2 into master 2025-11-07 16:50:04 +01:00
crueter deleted branch dfly-forgotten-oops 2025-11-07 16:50:04 +01:00
Sign in to join this conversation.
No description provided.