On 13 jan 2014, at 11:07, Andrew Edwards <[email protected]> wrote:

> I just tried building dmd on OSX and encountered a couple of problems:
> 
>    1. Running "make -f posix.mak install" on dmd errors out because the file 
> ../ini/osx/bin64/dmd.conf does not exist. The issue is bin64 does not exist, 
> it is simply bin. Either we need to rename the directory or modify the make 
> file to skip model identification for osx. Offending line is 649 of posix.mak 
> which reads "cp ../ini/$(OS)/bin$(MODEL)/dmd.conf 
> $(INSTALL_DIR)/bin/dmd.conf".

The most appropriate solution is to modify the makefile. On Mac OS X only a 
64bit binary (or universal binary) is released. Not need for having the model 
in the directory name.

-- 
/Jacob Carlborg


_______________________________________________
dmd-beta mailing list
[email protected]
http://lists.puremagic.com/mailman/listinfo/dmd-beta

Reply via email to