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

2014-04-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10222

Andrej Mitrovic  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||andrej.mitrov...@gmail.com
 Resolution|--- |WORKSFORME

--- Comment #3 from Andrej Mitrovic  ---
osx.mak is not referenced anymore.

--


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

2013-06-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10222



--- Comment #2 from Paul O'Neil  2013-06-01 09:35:39 
PDT ---
(In reply to comment #1)
> Running:
> 
> $ cd dmd/src
> $ make -f posix.mak
> 
> Does work and produces and executable. The Xcode project also produces an
> executable, at least for me. The executable will be located at dmd/src/dmd.

So.. I forgot to run make clean before trying to build just before I filed the
bug, then I mistook the "Nothing to do, because it's done" message for "Don't
know what to do".  So that part works.  Sorry about that.

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


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

2013-06-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10222


Jacob Carlborg  changed:

   What|Removed |Added

 CC||d...@me.com


--- Comment #1 from Jacob Carlborg  2013-06-01 01:49:20 PDT ---
Running:

$ cd dmd/src
$ make -f posix.mak

Does work and produces and executable. The Xcode project also produces an
executable, at least for me. The executable will be located at dmd/src/dmd.

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