"%u" <[email protected]> wrote: > == Quote from kenji hara ([email protected])'s article >> Note: A simple way to construct environment for build dmd/druntime/phobos >> i >> s: >> 1. Expand newest release package. >> 2. Replace dmd2/src/dmd, dmd2/src/druntime, and dmd2/src/phobos to >> checkouted git repositories. >> 3. Copy https://gist.github.com/1045205 into dmd2/src >> I am using this makefile for build every day. >> 3. Run make in dmd2/src: make > > I have error(archlinux): > cd dmd\src > /bin/sh: line 0: cd: dmdsrc: No such file or directory > make: *** [build-dmd] Error 1
Maybe because Linux uses slash(/) for dir separator and not backslash(\).
