www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - DWT fails to build with DMD 2.067.0

reply "Mike James" <foo bar.com> writes:
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.
Mar 31 2015
parent reply Jacob Carlborg <doob me.com> writes:
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
Mar 31 2015
parent "Mike James" <foo bar.com> writes:
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=-
Apr 01 2015