when i compile --static i get this
C:\Users\J\Desktop\thepowdertoy\The-Powder-Toy-master>scons --static
scons: Reading SConscript files ...
ValueError: invalid literal for int() with base 10: '':
File "C:\Users\J\Desktop\thepowdertoy\The-Powder-Toy-master\SConstruct", line 3:
execfile("generator.py")
File "generator.py", line 234:
generateElements(os.listdir("src/simulation/elements"), "generated/ElementClasses.cpp", "generated/ElementClasses.h")
File "generator.py", line 42:
d[3] = int(d[3])
i fixed it i hade not changed the element id and added it to the elements list thing