WineBox86.apk icon indicating copy to clipboard operation
WineBox86.apk copied to clipboard

x86 Wine on ARM Android with Box86 (very much WIP)

Results 2 WineBox86.apk issues
Sort by recently updated
recently updated
newest added

When compiling on Ubuntu 20.10 I get this error ``` /home/kacper/WineBox86.apk/apk-builder/build/box86/src/elfs/elfloader.c:801:23: error: use of undeclared identifier 'STB_GNU_UNIQUE' if((bind==STB_GNU_UNIQUE /*|| (bind==STB_GLOBAL && type==STT_FUNC)*/) && FindGlobalSymbol(maplib, symname)) ^ /home/kacper/WineBox86.apk/apk-builder/build/box86/src/elfs/elfloader.c:826:23: error: use of...

bug

I modded builder to try if with emulated libs it would start and I'll keep list that includes missing wrapped system ones to track it easy way. I'll update this...

question