[Issue 10222] New: Instructions for building dmd and Phobos on OSX are wrong

d-bugmail at puremagic.com d-bugmail at puremagic.com
Fri May 31 20:35:04 PDT 2013


http://d.puremagic.com/issues/show_bug.cgi?id=10222

           Summary: Instructions for building dmd and Phobos on OSX are
                    wrong
           Product: D
           Version: D2
          Platform: All
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: websites
        AssignedTo: nobody at puremagic.com
        ReportedBy: redballoon36 at gmail.com


--- Comment #0 from Paul O'Neil <redballoon36 at gmail.com> 2013-05-31 20:35:00 PDT ---
The instructions for building dmd and Phobos on OSX
(http://dlang.org/dmd-osx.html) say to use the makefile "osx.mak".  This file
doesn't exist anywhere.  Using "posix.mak" instead seems to work for Phobos.

In the dmd instructions, there are more problems.  The instructions currently
are:

cd ~/dmd2/src/dmd
make -f osx.mak

In the dmd source tree, src/dmd is an executable, not a directory.  Running
make -f posix.mak doesn't do anything.  There is an Xcode project in the top
level directory that does the make -f posix.mak and doesn't produce a binary.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list