Failed to build Slicer cause the CTK.build exited with code 1

Good catch! This is due to an unlucky coincidence of some recently added CTK files containing a BOM, recently modified Python wrapping code not being robust enough for different encodings, and you using a computer that has system code page set to Korean (cp949). If you change your system code page or any of the two other issues are fixed then you’ll be able to build successfully.

@jcfr, please have a look at:

@Davide_Punzo, could you please fix these files (and maybe disable automatic adding of BOM in your text editor):

2 Likes