I built PLASMA from source using tcc-busybox for win32 and a slightly changed makefile.
It built OK, but I had to make one more change:
- remove
strings.h include from plasm.c
As I understand, strings.h is a legacy header from BSD, and all its functions have standard equivalents.
Attached:
I built PLASMA from source using
tcc-busyboxfor win32 and a slightly changedmakefile.It built OK, but I had to make one more change:
strings.hinclude fromplasm.cAs I understand,
strings.his a legacy header from BSD, and all its functions have standard equivalents.Attached: