Thread overview
DWT fails to build with DMD 2.067.0
Mar 31, 2015
Mike James
Mar 31, 2015
Jacob Carlborg
Apr 01, 2015
Mike James
March 31, 2015
Hi,

When I run the build using dub I get the following errors...

java\lang\util.d(396): Deprecation: typedef is removed
java\lang\util.d(405): Deprecation: typedef is removed
java\nonstandard\Locale.d(66): Error: cannot append type string to type wchar[]
java\nonstandard\Locale.d(89): Error: template instance java.nonstandard.Locale.caltureNameI
error instantiating
object.Exception@build.d(251): compile error
----------------
0x00404C92
0x00405EA1
0x00403DD4
0x00417D32
0x00417D07
0x00417C1F
0x0041076F
0x751F7C04 in BaseThreadInitThunk
0x76F5B54F in RtlInitializeExceptionChain
0x76F5B51A in RtlInitializeExceptionChain


Is there an update for DWT using the latest D compiler?

Regards, Mike.
March 31, 2015
On 2015-03-31 21:09, Mike James wrote:
> Hi,
>
> When I run the build using dub I get the following errors...
>
> java\lang\util.d(396): Deprecation: typedef is removed
> java\lang\util.d(405): Deprecation: typedef is removed
> java\nonstandard\Locale.d(66): Error: cannot append type string to type
> wchar[]
> java\nonstandard\Locale.d(89): Error: template instance
> java.nonstandard.Locale.caltureNameI
> error instantiating
> object.Exception@build.d(251): compile error
> ----------------
> 0x00404C92
> 0x00405EA1
> 0x00403DD4
> 0x00417D32
> 0x00417D07
> 0x00417C1F
> 0x0041076F
> 0x751F7C04 in BaseThreadInitThunk
> 0x76F5B54F in RtlInitializeExceptionChain
> 0x76F5B51A in RtlInitializeExceptionChain
>
>
> Is there an update for DWT using the latest D compiler?

Yes, should work now [1].

[1] https://github.com/d-widget-toolkit/dwt/commit/d43ce0cfec48c499cf43f4002e8916158b175847

-- 
/Jacob Carlborg
April 01, 2015
On Tuesday, 31 March 2015 at 19:54:27 UTC, Jacob Carlborg wrote:
> On 2015-03-31 21:09, Mike James wrote:
>> Hi,
>>
>> When I run the build using dub I get the following errors...
>>
>> java\lang\util.d(396): Deprecation: typedef is removed
>> java\lang\util.d(405): Deprecation: typedef is removed
>> java\nonstandard\Locale.d(66): Error: cannot append type string to type
>> wchar[]
>> java\nonstandard\Locale.d(89): Error: template instance
>> java.nonstandard.Locale.caltureNameI
>> error instantiating
>> object.Exception@build.d(251): compile error
>> ----------------
>> 0x00404C92
>> 0x00405EA1
>> 0x00403DD4
>> 0x00417D32
>> 0x00417D07
>> 0x00417C1F
>> 0x0041076F
>> 0x751F7C04 in BaseThreadInitThunk
>> 0x76F5B54F in RtlInitializeExceptionChain
>> 0x76F5B51A in RtlInitializeExceptionChain
>>
>>
>> Is there an update for DWT using the latest D compiler?
>
> Yes, should work now [1].
>
> [1] https://github.com/d-widget-toolkit/dwt/commit/d43ce0cfec48c499cf43f4002e8916158b175847

Thanks.

Libs and snippets build no problem.

regards,
-=mike=-