Opened 2 years ago
In bcd/gen/bcdgen.d, the function system is called twice, and the compiler cannot determine whether to use std.process.system or std.c.stdlib.system. Simple specifying the full name of the function resolves the issue.
A possible fix