Build problems

Lubos Pintes lubos.pintes at gmail.com
Fri Feb 22 03:15:30 PST 2013


Yes it works. Only the first command you mentioned is
build base
I made a batch script based on your description, thank you.

Dňa 22. 2. 2013 11:36 Alexandr Druzhinin  wrote / napísal(a):
> 22.02.2013 17:07, deed пишет:
>> Replacing util.di with
>> util.d (as mentioned in another thread) gives the same result.
>
> I read about replacing, but nevertheless - did you remove util.di or
> place util.d alongit?
>
>
> this is my way to build DWT on win7 using dmd 2.062 (it's dirty, but
> works for me)
>
> cd path\to\dwt
> dmd build.d
> build dwt
>
> now we have dwt-base.lib in .\lib
>
> del .\imp\java\lang\util.di
> copy  .\base\src\java\lang\util.d .\imp\java\lang\
> build swt
>
> now we have other libraries in .\lib
>
> but it is not the end:
> del .\imp\org\eclipse\swt\internal\Library.di
> copy
> .\org.eclipse.swt.win32.win32.x86\src\org\eclipse\swt\internal\Library.d
> .\imp\org\eclipse\swt\internal
>
> now it works for me. hope it helps before building will be fixed in
> normal way. I have no time now to do it myself.



More information about the Digitalmars-d-dwt mailing list