RSDKModding/RSDKv4-Decompilation

Fails to build Arch32 cannot find -libus-1.0

Closed this issue · 3 comments

Hey I am trying to compile this for Arch32 but I am getting a error message

/usr/bin/ld: cannot find -libus-1.0: No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:88: bin/RSDKv4] Error 1

I can confirm that ld is in /usr/bin/ld

Says there is a issue with line 88 on the makefile

Missing dependency was libibus, please add that to the Arch dependencies

Closing due to inactivity and because we've since overhauled the building process