Building DWT2 with DMD 2.062 on Windows 7 64 bit

Alexandr Druzhinin drug2004 at bk.ru
Tue Feb 19 04:55:51 PST 2013


19.02.2013 17:47, Lubos Pintes пишет:
> Hi,
> Just checked out fresh repository and tried to build. Base builds fine
> but swt doesn't.
> Unfortunately, I am unable to record error log.  It is something about
> java.lang.util.di, on line 385, opCall cannot be interpreted at compile
> time because it has no source code.
> And also that template getImportData cannot be instantiated.
> Sorry for ugly report. I looked into build.d. It could create the
> elog.txt, but it doesn't.
> In fact, there is no elog.txt creation. At least on win 7.
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


More information about the Digitalmars-d-dwt mailing list