The dmd version is 2.112.0, and the error message is as follows:
dwt\1.0.5+swt-3.4.1\dwt\base\src\java\nonstandard\SafeUtf.d-mixin-12(13,1): Error: undefined escape hex sequence \Ut
# line 11 "java\nonstandard\UtfBase.d"
^
dwt\1.0.5+swt-3.4.1\dwt\base\src\java\nonstandard\UnsafeUtf.d-mixin-12(13,1): Error: undefined escape hex sequence \Ut
# line 11 "java\nonstandard\UtfBase.d"
^
Modify the 11th line in the file dwt\1.0.5+swt-3.4.1\dwt\base\src\java\nonstandard\UtfBase.d by changing
# line 11 "java\nonstandard\UtfBase.d" to
# line 11 "java/nonstandard/UtfBase.d" to resolve the issue
The dmd version is 2.112.0, and the error message is as follows:
Modify the 11th line in the file dwt\1.0.5+swt-3.4.1\dwt\base\src\java\nonstandard\UtfBase.d by changing
# line 11 "java\nonstandard\UtfBase.d"to# line 11 "java/nonstandard/UtfBase.d"to resolve the issue