DUB Error

Jesse Phillips Jesse.K.Phillips+D at gmail.com
Tue Feb 25 19:33:37 PST 2014


On Tuesday, 25 February 2014 at 14:32:42 UTC, Steve Teale wrote:
> What does the somewhat cryptic DUB error
>
> Trying to append absolute path.
>
> mean.
>
> By a process of elimination, the offending line in the json 
> file is
>
> "importPaths": ["/usr/local/include/d/gtkd-2"]
>
> Steve

The path you have provide is an absolute path, I suspect that 
somewhere in the code it is doing something like:

     buildPath(curDir, importPath);

However, buildPath doesn't have a check for appending absolute 
path, so probably a custom path library which is basically saying 
your ignoring the working directory.


More information about the Digitalmars-d-learn mailing list