[dmd-beta] Time for beta - 2.066?

Jacob Carlborg doob at me.com
Mon Jan 13 10:23:51 PST 2014


On 13 jan 2014, at 11:07, Andrew Edwards <edwards.ac at gmail.com> 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




More information about the dmd-beta mailing list