Skip to content

DWT fails to compile on Windows 10 #128

@rocex

Description

@rocex

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions