Hi there,

I finally got my cygwin+mingw32 environment to build nim. Everything works 
nicely except nimble barfs when trying to install anything. Is there a way I 
can tell it exactly what path to use or force nimble to use *nix pathing? 
Programs I write with nim work with *nix style paths on my system just fine.
    
    
    $ nimble install nimcl
            ... <redacted>
            ... Output: Cloning into 
'C:\cygwin64\tmp\nimble_4860\githubcom_unicreditnimcl'...
            ... fatal: Invalid path 
'/cygdrive/c/Users/me/C:\cygwin64\tmp\nimble_4860\githubcom_unicreditnimcl': No 
such file or directory
    
    
    
    $ nimble install nimcl --nimbleDir:/cygdrive/c/Users/me --verbose
    Error: unhandled exception: The system cannot find the path specified.
     [OSError]
    

Reply via email to