DWT fails to build with DMD 2.068.0

Mike James via Digitalmars-d-dwt digitalmars-d-dwt at puremagic.com
Tue Aug 25 09:23:36 PDT 2015


On Monday, 24 August 2015 at 12:55:50 UTC, Jacob Carlborg wrote:
> On 2015-08-24 09:10, Mike James wrote:
>
>> Bump! :-)
>
> Ah, sorry, completely forgot about this post. But the good news 
> is that it's already merged :)

Hi Jacob,

when I try to build the latest I get this...


C:\D\gui\dwt>rdmd build base swt
(in C:\D\gui\dwt)
Building dwt-base
workdir=>C:\D\gui\dwt\base\src
dmd.exe @C:\D\gui\dwt\rsp
dmd.exe @C:\D\gui\dwt\rsp > C:\D\gui\dwt\olog.txt
Building org.eclipse.swt.win32.win32.x86
workdir=>C:\D\gui\dwt\org.eclipse.swt.win32.win32.x86\src
dmd.exe @C:\D\gui\dwt\rsp
org\eclipse\swt\widgets\Table.d-mixin-125(125): Error: cannot 
cast expression WC_LISTVIEW of type const(wchar*) to 
const(wchar[])
org\eclipse\swt\widgets\Tree.d-mixin-139(139): Error: cannot cast 
expression WC_TREEVIEW of type const(wchar*) to const(wchar[])
org\eclipse\swt\widgets\Tree.d-mixin-141(141): Error: cannot cast 
expression WC_HEADER of type const(wchar*) to const(wchar[])
org\eclipse\swt\widgets\CoolBar.d-mixin-69(69): Error: cannot 
cast expression REBARCLASSNAME of type const(wchar*) to 
const(wchar[])
org\eclipse\swt\widgets\DateTime.d-mixin-67(67): Error: cannot 
cast expression DATETIMEPICK_CLASS of type const(wchar*) to 
const(wchar[])
org\eclipse\swt\widgets\DateTime.d-mixin-69(69): Error: cannot 
cast expression MONTHCAL_CLASS of type const(wchar*) to 
const(wchar[])
org\eclipse\swt\widgets\Link.d-mixin-80(80): Error: cannot cast 
expression WC_LINK of type const(wchar*) to const(wchar[])
org\eclipse\swt\widgets\ProgressBar.d(56): Error: cannot cast 
expression PROGRESS_CLASS of type const(wchar*) to const(wchar[])
org\eclipse\swt\widgets\Scale.d-mixin-59(59): Error: cannot cast 
expression TRACKBAR_CLASS of type const(wchar*) to const(wchar[])
org\eclipse\swt\widgets\Spinner.d-mixin-70(70): Error: cannot 
cast expression UPDOWN_CLASS of type const(wchar*) to 
const(wchar[])
org\eclipse\swt\widgets\TabFolder.d-mixin-72(72): Error: cannot 
cast expression WC_TABCONTROL of type const(wchar*) to 
const(wchar[])
org\eclipse\swt\widgets\ToolBar.d-mixin-71(71): Error: cannot 
cast expression TOOLBARCLASSNAME of type const(wchar*) to 
const(wchar[])
object.Exception at build.d(256): compile error
----------------
0x00404C46
0x004060B7
0x00403DD2
0x004182DA
0x004182AF
0x004181C3
0x00410AAB
0x771D3744 in BaseThreadInitThunk
0x77C9A064 in RtlSetCurrentTransaction
0x77C9A02F in RtlSetCurrentTransaction


Regards, Mike.


More information about the Digitalmars-d-dwt mailing list