Thread overview
[Issue 392] New: Phobos build issues (patch)
Oct 02, 2006
d-bugmail
Oct 02, 2006
d-bugmail
Oct 05, 2006
d-bugmail
October 02, 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@digitalmars.com
        ReportedBy: lio@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"


-- 

October 02, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=392





------- Comment #1 from lio@lunesu.com  2006-10-02 07:19 -------
Created an attachment (id=35)
 --> (http://d.puremagic.com/issues/attachment.cgi?id=35&action=view)
Patch for dmd/src/phobos against dmd.167


-- 

October 05, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=392


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from bugzilla@digitalmars.com  2006-10-04 19:54 -------
Fixed DMD 0.168


--