dub: Could not resolve configuration for package demo

mw mingwu at gmail.com
Fri Mar 15 18:18:25 UTC 2024


On Friday, 15 March 2024 at 18:04:25 UTC, Inkrementator wrote:
> You'll have to either fix the old vibe-d version, or fork 
> msgpack-rpc to work with current vibe-d, whatever is more 
> appropriate and easier.

I'm trying to fix it with the latest vibe-d 0.10.0, now the new 
error:

```
../../src/msgpackrpc/transport/tcp.d(13,8): Error: unable to read 
module `driver`
../../src/msgpackrpc/transport/tcp.d(13,8):        Expected 
'vibe/core/driver.d' or 'vibe/core/driver/package.d' in one of 
the following import paths:

```

that line is:

```
import vibe.core.driver;
```

Do you know where is `vibe.core.driver` in the new version?


More information about the Digitalmars-d-learn mailing list