ptitSeb
ptitSeb
the 1st block is probably easy to fix, but the second part, it will need to be disable to build...
@leonpano2006 about the second blocks of error: it seems you are building box64 without dynarec! Is that on purpose?
> > @leonpano2006 about the second blocks of error: it seems you are building box64 without dynarec! Is that on purpose? > > Build with dynarec Those warning/error: ``` /home/leonpano/box64/src/emu/x64emu.c:195:13:...
it's easy to fix, but I don't want to have to maintain clang build. If someone do a PR about it, I'll merge it, but I don't want to it...
Thos library are not wrapped yet on box64, that's why you get this error. I need to check but I'm afraid those are big library to wrap, so that might...
Did you retried with an updated box64?
Try to also use `BOX64_MALLOC_HACK=2` and see if it improve things.
A few symbols are missing: ``` Error: Symbol _XInitImageFuncPtrs not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff20167178 (0x312f0) in /tmp/_MEIFLb82B/libtk8.6.so Error: Symbol XftDrawGlyphFontSpec not found, cannot apply R_X86_64_JUMP_SLOT @0x7fff20167320 (0x31640) in /tmp/_MEIFLb82B/libtk8.6.so...
Ok, all functions have been defined
You have many symbols not found in this log that needs to be added, but `execle` is not one on those.