Hello!<div><br></div><div>I've just downloaded and attempted to build Pology in my Cygwin install for the first time, and I noticed a small problem in the building mechanism.</div><div><br></div><div><div>What happens is that my home dir is a networked path, which Cygwin maps this:</div>

<div><br></div><div>//server/resource/dir/dir/dir/</div></div><div><br></div><div>Pology's installer, however, doesn't like those two slashes. At this point in the make process:</div><div><br></div><div>[49%] Generating sr/lang-sr-doc-dbt1-book-to-html-chunked-buildstamp</div>

<div><br></div><div>An error message appears to the effect that a file couldn't be found, showing its path as this:</div><div><br></div><div>/server/resource/dir/dir/dir/pology-0.11/...</div><div><br></div><div>I.e., it strips the "extra" slash at the beginning, causing what were a valid network resource to become an invalid path to a non-existing local file.</div>

<div><br></div><div>The workaround was to move pology's folder to a local drive, in my case /cygdrive/d/pology-0.11/, and build from there. But it'd be nice if it were able to build from such a networked drive.</div>

<div><br></div><div>I hope this helps!</div><div><br></div><div>Sincerely,</div><div><br></div><div>Alexander Gieg</div><div><br></div>