XorTroll/uLaunch

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

meponderR opened this issue · 2 comments

$ 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).

Needs to be updated with master libnx

What libnx version do I need?