Hi, while trying to compile any of the examples (dom / fetch), I get this error:
source\app.d(9,15): Error: @safe function _start cannot access __gshared data document source\app.d(19,15): Error: @safe function _start cannot access __gshared data document ldc2 failed with exit code 1.
I used the following commands:
dub upgrade dub run spasm:bootstrap-webpack dub build --compiler=ldc2 --build=release
My ldc2 version is the latest (1.19.0)
Hi, while trying to compile any of the examples (dom / fetch), I get this error:
source\app.d(9,15): Error: @safe function _start cannot access __gshared data document source\app.d(19,15): Error: @safe function _start cannot access __gshared data document ldc2 failed with exit code 1.I used the following commands:
dub upgrade dub run spasm:bootstrap-webpack dub build --compiler=ldc2 --build=releaseMy ldc2 version is the latest (1.19.0)