[dmd-beta] Time for beta - 2.066?

Walter Bright walter at digitalmars.com
Mon Jan 13 11:43:13 PST 2014


On 1/13/2014 10:23 AM, Jacob Carlborg wrote:
> 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.

Care to do the honors and fix posix.mak?


More information about the dmd-beta mailing list