Dub version
Andre Pany
andre at s-e-a-p.de
Fri Aug 9 13:01:51 UTC 2019
On Friday, 9 August 2019 at 12:10:21 UTC, GreatSam4sure wrote:
> On Friday, 9 August 2019 at 09:01:54 UTC, Andre Pany wrote:
>> On Friday, 9 August 2019 at 08:30:49 UTC, GreatSam4sure wrote:
>>> [...]
>>
>> My assumption is, you have several dub executables on your
>> computer. A recent one, bundled with dmd, and an old 1.11.0.
>> Delete the old one, this should solve your problem.
>>
>> Please provide more information what you mean with "rdmd does
>> not work". In general rdmd is superseded by the command "dmd
>> -run".
>>
>> Kind regards
>> Andre
>
>
>
>
> I am at lost here. Before I can run my D project using
> dub.1.11.0 executable install on my system but after
> uninstalling and install dmd 2.087.1 cannot run my project
> using dub from the project root folder. In windows 10 it shows
> this app can't run on your PC. To find a version for your PC,
> check with the software publisher. The same how's for the com
> and rdmd
>
>
> What is the way out.
With recent version of Dub the default architecture changed from
x86 to x86_64. You can force the old architecture by using
argument -a x86.
Does this help?
Kind regards
Andre
More information about the Digitalmars-d-learn
mailing list