kxml and dub package manager.

holo via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sun Oct 18 20:13:52 PDT 2015


On Monday, 19 October 2015 at 03:04:28 UTC, drug wrote:
> 19.10.2015 02:57, holo пишет:
>> How to make dub to work for me?
> Try
> ```
> import kxml.xml; // instead of import kxml;
> ```

Same:

[holo at ultraxps kxml]$ dub run
Performing "debug" build using dmd for x86_64.
kxml ~master: building configuration "application"...
source/app.d(1,8): Error: module xml is in file 'kxml/xml.d' 
which cannot be read
import path[0] = source/
import path[1] = /usr/include/dlang/dmd
dmd failed with exit code 1.
[holo at ultraxps kxml]$


More information about the Digitalmars-d-learn mailing list