Skip to content

Add spdlog & fmt packages#279

Merged
sharkwouter merged 4 commits intopspdev:masterfrom
sl4shed:master
Feb 2, 2026
Merged

Add spdlog & fmt packages#279
sharkwouter merged 4 commits intopspdev:masterfrom
sl4shed:master

Conversation

@sl4shed
Copy link

@sl4shed sl4shed commented Jan 29, 2026

For spdlog I patch out some functions that are not available on the psp (some filesystem related stuff) and replace them.
For fmt originally I had no issues however I encountered some linker errors regarding flockfile and funlockfile so I patch those out too

Copy link
Member

@sharkwouter sharkwouter left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @sl4shed, thanks for this PR and sorry for not getting to this earlier. I had 2 small comments, but otherwise this looks good.

@sharkwouter
Copy link
Member

Looks good now. I will let the build run and take another look inside the packages. Then I'll merge if everything looks good there

@sharkwouter
Copy link
Member

Could you still patch the pkgconf files to look at ${PSPDEV}? You can search for .pc in this repo and copy that approach.

@sharkwouter
Copy link
Member

Here is an example:

sed -i 's#@prefix@#${PSPDEV}/psp#' sdl-config.in sdl.pc.in

@sharkwouter sharkwouter merged commit 350ef51 into pspdev:master Feb 2, 2026
103 of 104 checks passed
@sharkwouter
Copy link
Member

Thanks! I added an additional commit to do a final small fix to the .pc files and merged this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants