Precompiled binaries of DWT for windows?

pgtkda via Digitalmars-d-dwt digitalmars-d-dwt at puremagic.com
Mon Jun 30 23:29:48 PDT 2014


On Tuesday, 1 July 2014 at 06:11:26 UTC, pgtkda wrote:
> On Friday, 27 June 2014 at 19:37:13 UTC, Jacob Carlborg wrote:
>> On 2014-06-27 10:10, pgtkda wrote:
>>
>>> Okay, thanks for your detailed answer. What should i do next 
>>> if i
>>> extracted the Win32 zip file?
>>
>> Follow the instructions here [1]. The steps I described above 
>> replaces the second step in the linked build instructions.
>>
>> [1] https://github.com/d-widget-toolkit/dwt#building-1
>
> Hi, thanks againf or your answer. I navigated to the dmd folder 
> where the rdmd.exe file is. If i type "rdmd build base swt" i 
> get this Error:
>
> Error: cannot read file build.d
> Failed: ^"dmd^" ^"-v^" ^"-o-^" ^"build.d^" ^"-I.^"

Okay, i created the missing folders. But now if i type this in my 
console:

C:\Program Files (x86)\dmd.2.063.2\dmd2\windows\bin>rdmd build 
base swt
(in C:\Program Files (x86)\dmd.2.063.2\dmd2\windows\bin)
Building dwt-base
workdir=>C:\Program Files 
(x86)\dmd.2.063.2\dmd2\windows\bin\base\src
dmd.exe @C:\Program Files (x86)\dmd.2.063.2\dmd2\windows\bin\rsp
The command "dmd.exe" is either misspelled or could not be found.
object.Exception at build.d(251): compile error
----------------
0x004047B2
0x00405561
0x00403C4C
0x00413834
0x0041386F
0x0041346D
0x0040FE34
0x75F8338A in BaseThreadInitThunk
0x775B9F72 in RtlInitializeExceptionChain
0x775B9F45 in RtlInitializeExceptionChain
----------------

Although the file "dmd.exe" is in the same folder as the rsp file.


More information about the Digitalmars-d-dwt mailing list