Closed BloodANGELdb closed 11 months ago
That's just 2 warning here, the errors are not actually shown on the screenshot
try cmake .. -DTERMUX=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=clang-17 -DARM_DYNAREC=ON
(not in chroot/proot)
@BloodANGELdb install libandroid-spawn
and recompile
@BloodANGELdb install
libandroid-spawn
and recompile
Thanks, it worked to compile, but there are still a lot of warnings...
Thanks, it worked to compile, but there are still a lot of warnings...
it's due box(64/86) writen for gcc and clang is different
@ptitSeb I am getting this error in the recent commit, I am compiling it on termux without proot, I had ran the cmake command you gave in earlier comments
@RajDave-Dev you not have libandroid-sysv-semaphore
installed
@RajDave-Dev you not have
libandroid-sysv-semaphore
installed
It worked after installation. Thanks
Compiling Box64 in Termux produces the following errors. What am I doing wrong and how can I solve this problem?