Building tangobos to work with DMDScript / Getting ECMA Scripting to work with D1-Tango

Viewed 257

I'm trying to install DMDScript-tango on my win32 D1-Tango setup. The version I'm using is the 0.99.9 Kai bundle .

When I try building it, I get the following error (among others)

C:\DMD\sources\dmdscript>dsss build
Creating imports for dmdscript_tango

dmdscript_tango => dmdscript_tango
dmdscript_tango\script.d(24): module ctype cannot read file 'std\ctype.d'
Command c:\dmd\dsss\bin\rebuild.exe returned with code 1, aborting.
Error: Command failed, aborting.

C:\DMD\sources\dmdscript>

It looks like it still depends on some phobos code - But since the DMDScript source mentions tangobos, I figured I'd have to install it to make DMDScript work.

Judging from what I've read, Tangobos seems to come bundled wih tango these days, but I can't seem to get it working. I'll have to assume that the page is outdated and tangobos does not in fact come with the 0.99.9 bundle.

So, I figured I'd grab the latest tangobos from svn.dsource.org, but when I try building it, I get this error:

C:\DMD\sources\tangobos>dsss build
Creating imports for crc32

Creating imports for tangobos

Creating imports for tangobos-etc

crc32.d => crc32
Error: no object files to link
Command c:\dmd\dsss\bin\rebuild.exe returned with code 1, aborting.
Error: Command failed, aborting.

C:\DMD\sources\tangobos>

I'm pretty clueless with those linker errors. So I can't figure out what to do to fix that one. You can see the dsss.conf here.

So, my questions are:

  1. Does anyone know what to do about that linker error?
  2. Am I going around this the wrong way? Is there an easier way to install an ECMA/JavaScript scripting engine in D1?

Thanks in advance!

1 Answers
Related