ok i managed to install the SDL (YAY!) but when i tried to compile my mod, i got this error:
from src/elements/yest.c:1: includes/powder.h:526: error: expected ‘}’ before numeric constant includes/powder.h:527: error: expected ‘}’ before ‘{’ token includes/powder.h:691: error: ‘PT_LN2’ undeclared here (not in a function) includes/powder.h:703: error: expected expression before ‘static’
many times, with different elements in place of YEST, i think there is something wrong with LN2 so ill check that out.
i (thought) i fixed something, so i compiled and it gave me this:
from src/elements/yest.c:1: includes/powder.h:526: error: expected ‘}’ before numeric constant includes/powder.h:527: error: initializer element is not computable at load time includes/powder.h:527: error: (near initialization for ‘ptypes[149].hconduct’) includes/powder.h:527: error: expected ‘}’ before numeric constant includes/powder.h:691: error: ‘PT_LN2’ undeclared here (not in a function) includes/powder.h:703: error: expected expression before ‘static’