RSDKModding / RSDKv4-Decompilation

A complete decompilation of Sonic 1 & Sonic 2 (2013) & Retro Engine (v4)
Other
937 stars 175 forks source link

Fails to build Arch32 cannot find -libus-1.0 #339

Closed coreybruce closed 7 months ago

coreybruce commented 2 years ago

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

coreybruce commented 2 years ago

Says there is a issue with line 88 on the makefile

coreybruce commented 2 years ago

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

MegAmi24 commented 7 months ago

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