digitalmars.D.learn - code-d and serve-d fail to load after vs update
- greatsam4sure (14/18) Jan 25 2019 Just update vs code and since then I cannot use code-d and
- WebFreak001 (6/24) Jan 25 2019 hi, can you check if you have write permissions to
- greatsam4sure (3/10) Jan 26 2019 setting d.betaStream to false finally work but how would one get
Just update vs code and since then I cannot use code-d and serve-d. below is dmd 2.084 complains. I will appreciate any help Installing into C:\Users\Greatsam\AppData\Roaming\code-d\bingit clone --recursive https://github.com/Pure-D/serve-d.git serve-dCloning into 'serve-d'...dub upgradeUpgrading project in C:\Users\Greatsam\AppData\Roaming\code-d\bin\serve-ddub build --arch=x86_mscoffInvalid source/import path: C:\Users\Greatsam\AppData\Local\dub\packages\dfmt-0.9.0\dfmt\bin Running pre-generate commands for dfmt... Access is denied. Command failed with exit code 1: rdmd C:\Users\Greatsam\AppData\Local\dub\packages\dfmt-0.9.0\dfmt/dubhash.d Failed to install serve-d (Error code 2)
Jan 25 2019
On Friday, 25 January 2019 at 19:47:59 UTC, greatsam4sure wrote:Just update vs code and since then I cannot use code-d and serve-d. below is dmd 2.084 complains. I will appreciate any help Installing into C:\Users\Greatsam\AppData\Roaming\code-d\binhi, can you check if you have write permissions to C:\Users\Greatsam\AppData\Local\dub\packages\dfmt-0.9.0\dfmt\bin ? Are you using d.betaStream: true? If you set it to false again you will get precompiled binaries (though not the newest features, bugs and fixes)git clone --recursive https://github.com/Pure-D/serve-d.git serve-dCloning into 'serve-d'...dub upgradeUpgrading project in C:\Users\Greatsam\AppData\Roaming\code-d\bin\serve-ddub build --arch=x86_mscoffInvalid source/import path: C:\Users\Greatsam\AppData\Local\dub\packages\dfmt-0.9.0\dfmt\bin Running pre-generate commands for dfmt... Access is denied. Command failed with exit code 1: rdmd C:\Users\Greatsam\AppData\Local\dub\packages\dfmt-0.9.0\dfmt/dubhash.d Failed to install serve-d (Error code 2)
Jan 25 2019
On Friday, 25 January 2019 at 22:19:01 UTC, WebFreak001 wrote:On Friday, 25 January 2019 at 19:47:59 UTC, greatsam4sure wrote:setting d.betaStream to false finally work but how would one get the latest update.[...]hi, can you check if you have write permissions to C:\Users\Greatsam\AppData\Local\dub\packages\dfmt-0.9.0\dfmt\bin ? Are you using d.betaStream: true? If you set it to false again you will get precompiled binaries (though not the newest features, bugs and fixes)
Jan 26 2019