www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - dmdbindmd not found on OSX

reply chrix <csperandio2002 yahoo.fr> writes:
Hi,

I downloaded the D compiler for OS X and when I try to launch the shell all.sh
command I've got this
error: sh: dmdbindmd: command not found

Where is this command ?

Thanks.
May 18 2010
parent reply "Simen kjaeraas" <simen.kjaras gmail.com> writes:
chrix <csperandio2002 yahoo.fr> wrote:

 Hi,

 I downloaded the D compiler for OS X and when I try to launch the shell  
 all.sh command I've got this
 error: sh: dmdbindmd: command not found

 Where is this command ?
This smells of missing (or erroneous) directory delimiters. And lo and behold: DMD=\dmd\bin\dmd replace with DMD=/dmd/bin/dmd and things should work better. This should probably also go in Bugzilla. -- Simen
May 18 2010
parent Chrix <csperandio2002 yahoo.fr> writes:
Thanks...

All's working (except DCOM sample but I think it's normal on OS X)
May 18 2010