www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - Problem building DWT addons

reply Mike James <foo bar.com> writes:
I'm having a problem building the DWT addons. It takes about 45 minutes then
fails with the following problem:

D:\dwt-addons>dsss build -version=TANGOSVN
WARNING: Section for nonexistant file test.d.
Creating imports for DD-dwtx

dwtx => DD-dwtx
Digital Mars Librarian Version 8.02n
Copyright (C) Digital Mars 2000-2007 All Rights Reserved
http://www.digitalmars.com/ctg/lib.html

Error: cannot open response file
Command c:\dsss\bin\rebuild.exe returned with code -1, aborting.
Error: Command failed, aborting.

D:\dwt-addons>dsss build -version=TANGOSVN
WARNING: Section for nonexistant file test.d.
Creating imports for DD-dwtx

dwtx => DD-dwtx
Digital Mars Librarian Version 8.02n
Copyright (C) Digital Mars 2000-2007 All Rights Reserved
http://www.digitalmars.com/ctg/lib.html

Error: cannot open response file
Command c:\dsss\bin\rebuild.exe returned with code -1, aborting.
Error: Command failed, aborting.

D:\dwt-addons>

I'm using Windows XP, DMD 1.041, Tango 0.99.8 and the latest DWT trunk.


Regards, mike.
Mar 29 2009
parent reply Frank Benoit <keinfarbton googlemail.com> writes:
Mike James schrieb:
 I'm having a problem building the DWT addons. It takes about 45 minutes then
fails with the following problem:
 
 D:\dwt-addons>dsss build -version=TANGOSVN
 WARNING: Section for nonexistant file test.d.
 Creating imports for DD-dwtx
 
 dwtx => DD-dwtx
 Digital Mars Librarian Version 8.02n
 Copyright (C) Digital Mars 2000-2007 All Rights Reserved
 http://www.digitalmars.com/ctg/lib.html
 
 Error: cannot open response file
 Command c:\dsss\bin\rebuild.exe returned with code -1, aborting.
 Error: Command failed, aborting.
 
 D:\dwt-addons>dsss build -version=TANGOSVN
 WARNING: Section for nonexistant file test.d.
 Creating imports for DD-dwtx
 
 dwtx => DD-dwtx
 Digital Mars Librarian Version 8.02n
 Copyright (C) Digital Mars 2000-2007 All Rights Reserved
 http://www.digitalmars.com/ctg/lib.html
 
 Error: cannot open response file
 Command c:\dsss\bin\rebuild.exe returned with code -1, aborting.
 Error: Command failed, aborting.
 
 D:\dwt-addons>
 
 I'm using Windows XP, DMD 1.041, Tango 0.99.8 and the latest DWT trunk.
 
 
 Regards, mike.
 
Yes, i can confirm this behavior. But i don't know the cause nor a solution.
Mar 29 2009
parent davidl <davidl 126.com> writes:
在 Mon, 30 Mar 2009 02:08:29 +0800,Frank Benoit  
<keinfarbton googlemail.com> 写道:

 Mike James schrieb:
 I'm having a problem building the DWT addons. It takes about 45 minutes  
 then fails with the following problem:

 D:\dwt-addons>dsss build -version=TANGOSVN
 WARNING: Section for nonexistant file test.d.
 Creating imports for DD-dwtx

 dwtx => DD-dwtx
 Digital Mars Librarian Version 8.02n
 Copyright (C) Digital Mars 2000-2007 All Rights Reserved
 http://www.digitalmars.com/ctg/lib.html

 Error: cannot open response file
 Command c:\dsss\bin\rebuild.exe returned with code -1, aborting.
 Error: Command failed, aborting.

 D:\dwt-addons>dsss build -version=TANGOSVN
 WARNING: Section for nonexistant file test.d.
 Creating imports for DD-dwtx

 dwtx => DD-dwtx
 Digital Mars Librarian Version 8.02n
 Copyright (C) Digital Mars 2000-2007 All Rights Reserved
 http://www.digitalmars.com/ctg/lib.html

 Error: cannot open response file
 Command c:\dsss\bin\rebuild.exe returned with code -1, aborting.
 Error: Command failed, aborting.

 D:\dwt-addons>

 I'm using Windows XP, DMD 1.041, Tango 0.99.8 and the latest DWT trunk.


 Regards, mike.
Yes, i can confirm this behavior. But i don't know the cause nor a solution.
I believe it's related http://d.puremagic.com/issues/show_bug.cgi?id=2772
Mar 30 2009