Building DWT2 with DMD 2.062 on Windows 7 64 bit

Jacob Carlborg doob at me.com
Tue Feb 19 05:05:34 PST 2013


On 2013-02-19 13:55, Alexandr Druzhinin wrote:

> How did you checked out fresh repository? I had the same problem exactly
> untill did the following:
> $ git pull
> $ git submodule update --init --recursive
>
> in my case it solved all my troubles and I have DWT compiled with dmd
> 2.062 on Win7 64bit

When cloning the repository use the "recursive" flag:

$ git clone --recursive git://github.com/d-widget-toolkit/dwt.git

-- 
/Jacob Carlborg


More information about the Digitalmars-d-dwt mailing list