-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Compilation error with Nintendo 3DS homebrew compiler #3632
Labels
Comments
I wonder if this is because of the following macro in 3ds/types.h: |
Yep that's it! I've filed an issue with the 3DS SDK devkitPro/libctru#530 and also sent a workaround here |
glebm
added a commit
to glebm/fmt
that referenced
this issue
Sep 11, 2023
Reduces the chance of conflicts between a macro declaration and the template argument name by using CamelCase (`PACKED` -> `IsPacked`) Fixes fmtlib#3632
I think there are two different issues here:
|
Yes, this issue only tracks (2). I filed an issue for (1) with the external lib (devkitPro/libctru#530). |
Commented on the PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried updating fmt to v10.1.1 in DevilutionX (diasurgical/devilutionX#6585) and got an error on one of the oddball platforms.
The platform is Nintendo 3DS homebrew, it uses a GCC 13.2.0-based compiler, and the error is this:
Failing build: https://app.circleci.com/pipelines/github/diasurgical/devilutionX/18895/workflows/2775b1cd-f0ad-4945-911c-530cfc7aca1d/jobs/116663
I cannot reproduce this error on godbolt. I also don't really understand the error message, the code seems fine to me.
I'd appreciate any thoughts on what this could be.
The text was updated successfully, but these errors were encountered: