[Issue 392] New: Phobos build issues (patch)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Oct 2 05:16:27 PDT 2006


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

           Summary: Phobos build issues (patch)
           Product: D
           Version: 0.167
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Phobos
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: lio at lunesu.com


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"


-- 




More information about the Digitalmars-d-bugs mailing list