[Issue 12205] Tools build process cannot find druntime and phobos

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Feb 26 10:28:08 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12205



--- Comment #4 from github-bugzilla at puremagic.com 2014-02-26 10:27:55 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/0db18906c8dcc5dbb13b701ed37eaec2012a2bd7
Fix Issue 12205: update posix.mak to use local, recently-built druntime and
phobos.

This fixes https://d.puremagic.com/issues/show_bug.cgi?id=12205
by adding library/include paths to the locations where druntime
and phobos have been built, plus a flag to prevent/suppress
alignment errors in one of the builds.

In the event that the user wishes to build using the system dmd
instead of the locally-built ../dmd/src/dmd, this is trivial to
achieve by overriding with DMD=dmd.  DFLAGS will also then be
overridden with those from the system dmd.conf.

https://github.com/D-Programming-Language/tools/commit/d306f7ffde9e8d97efe5f03a55f50ba8f681352a
Merge pull request #117 from WebDrake/makefile-dflags

Fix Issue 12205: update posix.mak to use local, recently-built druntime and
phobos

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


More information about the Digitalmars-d-bugs mailing list