XorTroll / uLaunch

:rocket: The themeable Nintendo Switch HOME menu Nintendo forgot to make
https://xortroll.github.io/uLaunch/
GNU General Public License v2.0
611 stars 56 forks source link

Make Fails to Build with Error "'AppletId_web' was not declared in this scope" #140

Closed meponderR closed 3 years ago

meponderR commented 3 years ago
$ make
make[1]: Entering directory '/g/Github/uLaunch/uLaunch/uHbTarget'
Main.cpp
ul_Results.cpp
am_Application.cpp
am_HomeMenu.cpp
In file included from G:/Github/uLaunch/uLaunch/uHbTarget/../uLaunch/source/am/am_HomeMenu.cpp:2:
g:\github\ulaunch\ulaunch\ulaunch\include\am\am_libraryapplet.hpp: In function 'Result am::WebAppletStart(WebCommonConfig*)':
g:\github\ulaunch\ulaunch\ulaunch\include\am\am_libraryapplet.hpp:19:35: error: 'AppletId_web' was not declared in this scope; did you mean 'AppletId'?
   19 |         return LibraryAppletStart(AppletId_web, web->version, &web->arg, sizeof(web->arg));
      |                                   ^~~~~~~~~~~~
      |                                   AppletId
make[2]: *** [/opt/devkitpro/devkitA64/base_rules:14: am_HomeMenu.o] Error 1
make[1]: *** [Makefile:137: build] Error 2
make[1]: Leaving directory '/g/Github/uLaunch/uLaunch/uHbTarget'
make: *** [Makefile:22: make_hbtarget] Error 2

MSYS2 is being used on Win 10 20H2. LibNX is 0d5dcde(Latest on master as of posting).

XorTroll commented 3 years ago

Needs to be updated with master libnx

meponderR commented 3 years ago

What libnx version do I need?