-
Notifications
You must be signed in to change notification settings - Fork 87
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
Problems to compile on new libnx. #171
Comments
There are already Pull Requests to fix this issue on the legacy branch and main branch. |
Thanks, will take a look. |
@emretech worked man. Thanks. |
You're welcome. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Investigating yet, but can't compile on new
libnx
:borealis/./library/lib/platforms/switch/swkbd.cpp:42:5: error: 'swkbdConfigSetStringLenMaxExt' was not declared in this scope; did you mean 'swkbdConfigSetStringLenMax'? 42 | swkbdConfigSetStringLenMaxExt(&config, 1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | swkbdConfigSetStringLenMax make[1]: *** [/opt/devkitpro/devkitA64/base_rules:14: swkbd.o] Error 1 make: *** [Makefile:186: all] Error 2
If I solve, will send a pr.
The text was updated successfully, but these errors were encountered: