Re: arsd errors on windows

2019-10-17 Thread Dennis via Digitalmars-d-learn
On Thursday, 17 October 2019 at 21:32:34 UTC, WhatMeWorry wrote: DUB version 1.11.0, built on Oct 6 2018 `dub add` got added at the end of 2018 IIRC, so you need to upgrade Dub.

Re: arsd errors on windows

2019-10-17 Thread WhatMeWorry via Digitalmars-d-learn
Really stupid question here, but when I try to run the same command I get: C:\Users\whatmeworry>dub add arsd-official Unknown command: add USAGE: dub [--version] [] [] [-- []] . . . DUB version 1.11.0, built on Oct 6 2018 I thought about dub init, but that still doesn't give me an

Re: arsd errors on windows

2019-10-17 Thread Dennis via Digitalmars-d-learn
On Thursday, 17 October 2019 at 20:17:53 UTC, Greatsam4sure wrote: the same error That was meant for Adam to put in the dub package file of arsd, in your project it won't affect the compilation of the dependency. (Though you can still try adding it in your local download of arsd to quickly

Re: arsd errors on windows

2019-10-17 Thread Adam D. Ruppe via Digitalmars-d-learn
On Thursday, 17 October 2019 at 20:17:53 UTC, Greatsam4sure wrote: arsd-official:cgi 4.0.3: building configuration oops i forgot to push the new tag to git. It should update in a little while now.

Re: arsd errors on windows

2019-10-17 Thread Greatsam4sure via Digitalmars-d-learn
On Thursday, 17 October 2019 at 12:10:21 UTC, Dennis wrote: On Thursday, 17 October 2019 at 12:06:49 UTC, Dennis wrote: You can put "buildRequirements": "allowWarnings" in your dub.json. Should be "buildRequirements": ["allowWarnings"] the same error Performing "debug" build using

Re: arsd errors on windows

2019-10-17 Thread Greatsam4sure via Digitalmars-d-learn
On Thursday, 17 October 2019 at 08:57:06 UTC, Dennis wrote: On Thursday, 17 October 2019 at 04:05:40 UTC, Greatsam4sure wrote: what is the way out. I made a pull request fixing it: https://github.com/adamdruppe/arsd/pull/222 In the mean time, you can add the subpackage

Re: arsd errors on windows

2019-10-17 Thread Dennis via Digitalmars-d-learn
On Thursday, 17 October 2019 at 12:06:49 UTC, Dennis wrote: You can put "buildRequirements": "allowWarnings" in your dub.json. Should be "buildRequirements": ["allowWarnings"]

Re: arsd errors on windows

2019-10-17 Thread Dennis via Digitalmars-d-learn
On Thursday, 17 October 2019 at 11:35:26 UTC, Adam D. Ruppe wrote: ugh dub insists on this stupid warning as error nonsense and the warnings suck so they slip through me sometimes. You can put "buildRequirements": "allowWarnings" in your dub.json. (buildRequirements "allowWarnings" in dub.sdl)

Re: arsd errors on windows

2019-10-17 Thread Adam D. Ruppe via Digitalmars-d-learn
On Thursday, 17 October 2019 at 04:05:40 UTC, Greatsam4sure wrote: Warning: statement is not reachable ugh dub insists on this stupid warning as error nonsense and the warnings suck so they slip through me sometimes.

Re: arsd errors on windows

2019-10-17 Thread GreatSam4sure via Digitalmars-d-learn
On Thursday, 17 October 2019 at 08:57:06 UTC, Dennis wrote: On Thursday, 17 October 2019 at 04:05:40 UTC, Greatsam4sure wrote: what is the way out. I made a pull request fixing it: https://github.com/adamdruppe/arsd/pull/222 In the mean time, you can add the subpackage

Re: arsd errors on windows

2019-10-17 Thread Dennis via Digitalmars-d-learn
On Thursday, 17 October 2019 at 04:05:40 UTC, Greatsam4sure wrote: what is the way out. I made a pull request fixing it: https://github.com/adamdruppe/arsd/pull/222 In the mean time, you can add the subpackage "arsd-official:simpledisplay" as a depdendency instead so cgi.d won't be included

arsd errors on windows

2019-10-16 Thread Greatsam4sure via Digitalmars-d-learn
from my project root directory dub add arsd-official This is added to dub.json "arsd-official": "~>4.0.3" just run the project gives Fetching arsd-official 4.0.3 (getting selected version)... Performing "debug" build using C:\D\dmd2\windows\bin\dmd.exe for x86_64. arsd-official:cgi 4.0.3: