dsss makefile install error, missing std.ctype.d file (Windows)

145 Views Asked by At

I try to download dsss for d programming and try to make file by following the instruction from link

> ....it just show module ctype cannot read file 'stdc\ctype.d'

I looked up /sss/config.f folder and it imports a file called ctype.d but there is not such file in D Language's Phobos library anyone?

1

There are 1 best solutions below

1
DejanLekic On BEST ANSWER

DSSS is an old tool, and I also believe it is a discontinued project. Try DUB instead and see whether it suits your needs.