You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
after running make -f Makefile.3ds clean && make -f Makefile.3ds, this is the error i get.
/media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c: In function 'mudclient_start_application': /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c:906:25: warning: implicit declaration of function 'memalign' [-Wimplicit-function-declaration] 906 | SOC_buffer = (u32 *)memalign(SOC_ALIGN, SOC_BUFFER_SIZE); | ^~~~~~~~ /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c: In function 'mudclient_read_data_file': /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c:1737:29: warning: passing argument 2 of 'snprintf' makes integer from pointer without a cast [-Wint-conversion] 1737 | snprintf(prefixed_file, "romfs:/%s", file); | ^~~~~~~~~~~ | | | char * In file included from /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.h:6, from /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c:1: /opt/devkitpro/devkitARM/arm-none-eabi/include/stdio.h:272:37: note: expected 'size_t' {aka 'unsigned int'} but argument is of type 'char *' 272 | int snprintf (char *__restrict, size_t, const char *__restrict, ...) | ^~~~~~ /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c:1774:9: error: 'archive_stream' undeclared (first use in this function) 1774 | if (archive_stream == NULL) { | ^~~~~~~~~~~~~~ /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c:1774:9: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [/opt/devkitpro/devkitARM//base_rules:39: mudclient.o] Error 1 rm game_top.bgr entities_0.bgr sprites.bgr entities_1.bgr entities_3.bgr model_textures.bgr entities_2.bgr entities_4.bgr make: *** [Makefile.3ds:145: all] Error 2
The text was updated successfully, but these errors were encountered:
after running make -f Makefile.3ds clean && make -f Makefile.3ds, this is the error i get.
/media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c: In function 'mudclient_start_application': /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c:906:25: warning: implicit declaration of function 'memalign' [-Wimplicit-function-declaration] 906 | SOC_buffer = (u32 *)memalign(SOC_ALIGN, SOC_BUFFER_SIZE); | ^~~~~~~~ /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c: In function 'mudclient_read_data_file': /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c:1737:29: warning: passing argument 2 of 'snprintf' makes integer from pointer without a cast [-Wint-conversion] 1737 | snprintf(prefixed_file, "romfs:/%s", file); | ^~~~~~~~~~~ | | | char * In file included from /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.h:6, from /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c:1: /opt/devkitpro/devkitARM/arm-none-eabi/include/stdio.h:272:37: note: expected 'size_t' {aka 'unsigned int'} but argument is of type 'char *' 272 | int snprintf (char *__restrict, size_t, const char *__restrict, ...) | ^~~~~~ /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c:1774:9: error: 'archive_stream' undeclared (first use in this function) 1774 | if (archive_stream == NULL) { | ^~~~~~~~~~~~~~ /media/orangepi/SSDGame/rsc-c-master/rsc-c-master/src/mudclient.c:1774:9: note: each undeclared identifier is reported only once for each function it appears in make[1]: *** [/opt/devkitpro/devkitARM//base_rules:39: mudclient.o] Error 1 rm game_top.bgr entities_0.bgr sprites.bgr entities_1.bgr entities_3.bgr model_textures.bgr entities_2.bgr entities_4.bgr make: *** [Makefile.3ds:145: all] Error 2
The text was updated successfully, but these errors were encountered: