|
Archives
D Programming
digitalmars.Ddigitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger D.gnu D C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.dwt - Problem building DWT addons
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
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. Mar 29 2009
在 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. Mar 30 2009
|