1

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?

Cœur
  • 37,241
  • 25
  • 195
  • 267
Hami
  • 335
  • 1
  • 7
  • 22

1 Answers1

1

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

menjaraz
  • 7,551
  • 4
  • 41
  • 81
DejanLekic
  • 18,787
  • 4
  • 46
  • 77
  • I found out that it only support D1 and that's why is has that error. I'm currently using D2 already. – Hami May 20 '14 at 17:28