Questions tagged [dsss]

6 questions
6
votes
3 answers

How to run unit tests with DSSS and GDC?

I am very new to D and still battling trying to configure my toolchain. I am running Ubuntu Karmic and would like to use DSSS with GDC and Tango or TangoBos. Till now, I installed GDC from Ubuntu repositories, DSSS, Tango and TangoBos from these…
Benoît Vidis
  • 3,908
  • 2
  • 23
  • 24
3
votes
2 answers

How to install derelict using dsss and dmd

I'm starting with the D programming language and I wanted to do some graphics programming stuff with OpenGL, so I understand the way to go is to use the Derelict bindings. Now, I installed the DMD 2 compiler, also DSSS, but I'm having trouble…
Santiago V.
  • 1,088
  • 8
  • 24
1
vote
1 answer

DSSS error code 65280

I have a pomodoro timer that I am trying to compile using DSSS. It compiles when executing: dmd pomodoro.d However, when I execute dsss build From within the project directory, it complains: pomodoro.d => pomodoro WARNING: Module pomodoro.d does…
RedMage
  • 1,126
  • 1
  • 9
  • 21
1
vote
1 answer

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

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…
Hami
  • 335
  • 1
  • 7
  • 22
0
votes
1 answer

Error in All sample times for this block must be discrete. No continuous or constant sample times are allowed

I'm designing DSS System, the problems is when I execute it this error occurs: Error in 'DSS_System_withANFIS/Synchronization Unit/Acquisition/Integrate and Dump1': All sample times for this block must be discrete. No continuous or constant sample…
Rasool Ahmed
  • 175
  • 1
  • 4
  • 13
0
votes
1 answer

Setting up dir. structure with dsss

I'm trying to setup directoy structure with dsss: ./proj -- project files ./src -- source ./dev -- dev files, test files ./lib -- source for libraries used ./res -- resource files ./doc -- documentation ./bin -- binary files ./obj …
Egon
  • 1,705
  • 18
  • 32