www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - How to resolve two packages requiring different versions of another

reply WhatMeWorry <kheaser gmail.com> writes:
   Error: Unresolvable dependencies to package bindbc-loader:

   bindbc-opengl 0.13.0 depends on bindbc-loader ~>0.3.0
   bindbc-sdl 1.4.7 depends on bindbc-loader ~>1.1.0
Apr 04
next sibling parent "Richard (Rikki) Andrew Cattermole" <richard cattermole.co.nz> writes:
On 05/04/2024 3:29 AM, WhatMeWorry wrote:
    Error: Unresolvable dependencies to package bindbc-loader:
 
    bindbc-opengl 0.13.0 depends on bindbc-loader ~>0.3.0
    bindbc-sdl 1.4.7 depends on bindbc-loader ~>1.1.0
https://github.com/BindBC/bindbc-opengl/issues/47
Apr 04
prev sibling parent IchorDev <zxinsworld gmail.com> writes:
On Thursday, 4 April 2024 at 14:29:56 UTC, WhatMeWorry wrote:
   Error: Unresolvable dependencies to package bindbc-loader:

   bindbc-opengl 0.13.0 depends on bindbc-loader ~>0.3.0
   bindbc-sdl 1.4.7 depends on bindbc-loader ~>1.1.0
Please update `bindbc-opengl` to `1.1.0`. I think it's backwards-compatible with `0.13.0`. If `bindbc-opengl` comes from a dependency then please send a PR to update to `1.1.0`, or create your own fork. Failing all that you *can* manually edit your dub.selections.json instead and the worst you'll get is a warning, but I wouldn't recommend it for the long term.
Apr 05