New comment by zlice on void-packages repository https://github.com/void-linux/void-packages/pull/47855#issuecomment-1865139303 Comment: 32bit is just sse1/2 not being enabled musl is u_int defines ``` CC _obj/device/r4300/new_dynarec/new_dynarec.o ../../../../Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c:200:3: error: unknown type name 'u_int' 200 | u_int wasconst; | ^~~~~ ../../../../Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c:201:3: error: unknown type name 'u_int' 201 | u_int isconst; | ^~~~~ ../../../../Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c:211:3: error: unknown type name 'u_int' 211 | u_int vaddr; | ^~~~~ ../../../../Source/3rdParty/mupen64plus-core/src/device/r4300/new_dynarec/new_dynarec.c:212:3: error: unknown type name 'u_int' 212 | u_int reg32; | ^~~~~ ``` going to see a friend in town, so i'll get back to it, maybe someone who does musl knows the fix :)