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
Hello! I am trying to compile this on linux with these arguments make TARGET_BITS=64 DISCORD_SDK=0 HEADLESS=1 WINDOWS_BUILD=0 OSX_BUILD=0 TEXTURE_FIX=0 ENHANCE_LEVEL_TEXTURES=0 -j8 but then it gives me error code 1. here is the error log
Linking executable: build/us_pc/sm64coopdx
/usr/bin/ld: build/us_pc/data/dynos_gfx_init.o: in function `DynOS_Gfx_Init()':
./data/dynos_gfx_init.cpp:79:(.text+0x885): undefined reference to `sys_resource_path'
/usr/bin/ld: build/us_pc/src/pc/rom_checker.o: in function `main_rom_handler':
./src/pc/rom_checker.cpp:100:(.text+0x1c51): undefined reference to `sys_exe_path_dir'
/usr/bin/ld: build/us_pc/src/pc/fs/fs.o: in function `fs_convert_path':
./src/pc/fs/fs.c:258:(.text+0x6f1): undefined reference to `sys_exe_path_dir'
/usr/bin/ld: build/us_pc/src/pc/mods/mods.o: in function `mods_refresh_local':
./src/pc/mods/mods.c:291:(.text+0xa00): undefined reference to `sys_resource_path'
/usr/bin/ld: build/us_pc/src/pc/djui/djui_language.o: in function `djui_language_init':
./src/pc/djui/djui_language.c:22:(.text+0x6c): undefined reference to `sys_resource_path'
/usr/bin/ld: build/us_pc/src/pc/djui/djui_panel_language.o: in function `djui_panel_language_create':
./src/pc/djui/djui_panel_language.c:97:(.text+0x2b4): undefined reference to `sys_resource_path'
/usr/bin/ld: build/us_pc/src/pc/djui/djui_panel_player.o: in function `djui_panel_player_create':
./src/pc/djui/djui_panel_player.c:444:(.text+0x13c3): undefined reference to `sys_resource_path'
collect2: error: ld returned 1 exit status
make: *** [Makefile:1537: build/us_pc/sm64coopdx] Error 1
my distro is ubuntu server
The text was updated successfully, but these errors were encountered:
Hello! I am trying to compile this on linux with these arguments
make TARGET_BITS=64 DISCORD_SDK=0 HEADLESS=1 WINDOWS_BUILD=0 OSX_BUILD=0 TEXTURE_FIX=0 ENHANCE_LEVEL_TEXTURES=0 -j8
but then it gives me error code 1. here is the error logmy distro is ubuntu server
The text was updated successfully, but these errors were encountered: