natinusala / borealis

Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx)
Apache License 2.0
254 stars 81 forks source link

Problems to compile on new libnx. #171

Open ghost opened 2 years ago

ghost commented 2 years ago

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.

EmreTech commented 2 years ago

There are already Pull Requests to fix this issue on the legacy branch and main branch.

EmreTech commented 2 years ago

164 and #168, more specifically

ghost commented 2 years ago

Thanks, will take a look.

ghost commented 2 years ago

@EmreTech worked man. Thanks.

EmreTech commented 2 years ago

You're welcome. While natinusala takes a "break" from this repo, check out some of the other forks. They add A LOT MORE useful features.