Bug 392 – Phobos build issues (patch)

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
phobos
Product
D
Version
D1 (retired)
Platform
x86
OS
Windows
Creation time
2006-10-02T07:16:00Z
Last change time
2014-02-15T13:29:04Z
Assigned to
bugzilla
Creator
lio+bugzilla

Attachments

IDFilenameSummaryContent-TypeSize
35phobos_build.zipPatch for dmd/src/phobos against dmd.167text/plain724

Comments

Comment #0 by lio+bugzilla — 2006-10-02T07:16:26Z
Three small issues that prevent Phobos from building out-of-the-box: * etc/gamma.d refers to (unused) realtest.d Fix: remove or comment etc/gamma.d, line 15 "import realtest.d"; remove references to consistencyTwoFuncs (same file). (alternatively, add realtest.d to the distribution) * win32.mak refers to "sc" which on WinXP+ is c:\windows\system32\sc.exe Fix: change win32.mak, line 61 from "sc unittest.obj -g" to "dmc unittest.obj -g" (or should it be $(CC)?) * with -debug -w: \dmd\bin\dmd -c -unittest -debug -g -w std\uni.d warning - std\uni.d(498): statement is not reachable Fix: std/uni.d, line 498: add "else"
Comment #1 by lio+bugzilla — 2006-10-02T07:19:33Z
Created attachment 35 Patch for dmd/src/phobos against dmd.167
Comment #2 by bugzilla — 2006-10-04T19:54:25Z
Fixed DMD 0.168